Mercurial > repos > iuc > gatk2
diff reduce_reads.xml @ 4:f244b8209eb8 draft
bug fix release
author | iuc |
---|---|
date | Mon, 25 Aug 2014 17:43:11 -0400 |
parents | 8bcc13094767 |
children | 35c00763cb5c |
line wrap: on
line diff
--- a/reduce_reads.xml Wed Feb 19 04:39:38 2014 -0500 +++ b/reduce_reads.xml Mon Aug 25 17:43:11 2014 -0400 @@ -1,4 +1,4 @@ -<tool id="gatk2_reduce_reads" name="Reduce Reads" version="0.0.7"> +<tool id="gatk2_reduce_reads" name="Reduce Reads" version="@VERSION@.0"> <description>in BAM files</description> <expand macro="requirements" /> <macros> @@ -154,7 +154,7 @@ This walker will generated reduced versions of the BAM files that still follow the BAM spec and contain all the information necessary for the GSA variant calling pipeline. Some options allow you to tune in how much compression you want to achieve. The default values have been shown to reduce a typical whole exome BAM file 100x. The higher the coverage, the bigger the savings in file size and performance of the downstream tools. -For more information on using read based compression in the GATK, see this `tool specific page <http://www.broadinstitute.org/gatk/gatkdocs/org_broadinstitute_sting_gatk_walkers_compression_reducereads_ReduceReads.html>`_. +.. For more information on using read based compression in the GATK, see this `tool specific page <http://www.broadinstitute.org/gatk/gatkdocs/org_broadinstitute_sting_gatk_walkers_compression_reducereads_ReduceReads.html>`_. To learn about best practices for variant detection using GATK, see this `overview <http://www.broadinstitute.org/gatk/guide/topic?name=best-practices>`_. @@ -223,4 +223,5 @@ @CITATION_SECTION@ </help> + <expand macro="citations" /> </tool>