Skip to content

Commit

Permalink
Update nextflow_schema.json
Browse files Browse the repository at this point in the history
Co-authored-by: Matthias Hörtenhuber <[email protected]>
  • Loading branch information
subwaystation and mashehu authored Mar 14, 2024
1 parent b9434e3 commit c19f69a
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 @@ -260,7 +260,7 @@
"properties": {
"vcf_spec": {
"type": "string",
"description": "Specify a set of VCFs to produce with --vcf_spec \"REF[:LEN][,REF[:LEN]]*\".",
"description": "Specify a set of VCFs to produce with `--vcf_spec \"REF[:LEN][,REF[:LEN]]*\"`.",
"help_text": "The paths matching `^REF` are used as a reference, while the sample haplotypes are derived from path names, e.g. when `DELIM=#` and with `-V chm13`, a path named HG002#1#ctg would be assigned to sample HG002 phase 1. If `LEN` is specified and greater than 0, the VCFs are decomposed, filtering sites whose max allele length is greater than `LEN`."
}
}
Expand Down

0 comments on commit c19f69a

Please sign in to comment.