Skip to content

Commit

Permalink
Update nextflow_schema.json
Browse files Browse the repository at this point in the history
Co-authored-by: Thiseas C. Lamnidis <thisseass@gmail.com>
  • Loading branch information
scarlhoff and TCLamnidis authored Dec 6, 2023
1 parent 0b17510 commit 0da5c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@
"damage_manipulation_pmdtools_masked_reference": {
"type": "string",
"fa_icon": "fas fa-mask",
"help_text": "Supplying a FASTA file will use this file as reference for `samtools calmd` prior to PMD filtering. /nSetting SNPs part of the used capture set as `N` can alleviate reference bias when running PMD filtering on capture data, where you might not want the allele of a SNP to be counted as damage when it is a transition.",
"help_text": "Supplying a FASTA file will use this file as reference for `samtools calmd` prior to PMD filtering. /nSetting the SNPs that are part of the used capture set as `N` can alleviate reference bias when running PMD filtering on capture data, where you might not want the allele of a SNP to be counted as damage when it is a transition.",
"description": "Specify a masked FASTA file with positions to be used with pmdtools.",
"pattern": "^\\S+\\.fa?(\\sta)$",
"format": "file-path"
Expand Down

0 comments on commit 0da5c33

Please sign in to comment.