Skip to content

Commit

Permalink
Merge pull request #1372 from broadinstitute/gvda_docfix_CV_syntax
Browse files Browse the repository at this point in the history
Fix VCF tagging syntax in CombineVariants doc
  • Loading branch information
Geraldine Van der Auwera committed May 17, 2016
2 parents 81a67d6 + 6d5b643 commit 6feb67d
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@
* </ul>
*
* <p>By default, the input sets will be named variants, variants2, variants3, and so on. You can override this by
* providing an explicit name tag for each input, using the syntax " -V:format,name". Each input tagged in this
* providing an explicit name tag for each input, using the syntax " -V:name,format". Each input tagged in this
* way will be labeled as such in the output (i.e., set=name rather than set=variants2). For example, you could specify
* a set of control samples as " -V:vcf,control my_control_samples.vcf", and the resulting VCF records would contain
* a set of control samples as " -V:control,vcf my_control_samples.vcf", and the resulting VCF records would contain
* the annotation "set=control" in the INFO field. It is strongly recommended to provide explicit names in this way
* when a rod priority list is provided.</p>
*
Expand Down Expand Up @@ -123,8 +123,8 @@
*
* <h3>Caveats</h3>
* <ul>
* <li>This tool is not intended to manipulate GVCFS! To combine GVCF files output by HaplotypeCaller, use CombineGVCFs.</li>
* <li>To join intermediate VCFs produced by running jobs in parallel by interval (e.g. by chromosome), use CatVariants.</li>
* <li>This tool is not intended to manipulate GVCFS! To combine GVCF files output for different samples by HaplotypeCaller, use CombineGVCFs.</li>
* <li>To join intermediate VCFs produced by running jobs in parallel by interval (e.g. by chromosome) from the same sample, use CatVariants.</li>
* </ul>
*
* <h3>Additional notes</h3>
Expand Down

0 comments on commit 6feb67d

Please sign in to comment.