Skip to content
Snippets Groups Projects
Unverified Commit 3b0874c0 authored by van den Berg's avatar van den Berg Committed by GitHub
Browse files

Update picard.wdl parameter meta


Co-authored-by: default avatarDavy Cats <davycats.dc@gmail.com>
parent 8cc4c073
No related branches found
No related tags found
No related merge requests found
......@@ -122,7 +122,7 @@ task CollectHsMetrics {
referenceFastaDict: {description: "The sequence dictionary associated with the reference fasta file.", category: "required"}
referenceFastaFai: {description: "The index for the reference fasta file.", category: "required"}
targets: {description: "Picard interval file of the capture targets.", category: "required"}
targetsFile: {description: "Picard interval file of the capture targets, the same as targets.", category: "required"}
targetsFile: {description: "Picard interval file of the capture targets, the same as targets.", category: "advanced"}
basename: {description: "The basename/prefix of the output files (may include directories).", category: "required"}
baits: {description: "Picard interval file of the capture bait set.", category: "advanced"}
baitsFile: {description: "Picard interval file of the bait set. Uses targets as a fallback when baits is not set.", category: "advanced"}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment