Mercurial > repos > iuc > gatk2
diff base_recalibrator.xml @ 6:b80301676614 draft
Uploaded
| author | iuc |
|---|---|
| date | Wed, 18 Feb 2015 11:36:59 -0500 |
| parents | e67da4f2c9bf |
| children | 0d369d08ad6e |
line wrap: on
line diff
--- a/base_recalibrator.xml Tue Mar 11 07:42:09 2014 -0400 +++ b/base_recalibrator.xml Wed Feb 18 11:36:59 2015 -0500 @@ -1,6 +1,7 @@ -<tool id="gatk2_base_recalibrator" name="Base Recalibrator" version="0.0.7"> +<tool id="gatk2_base_recalibrator" name="Base Recalibrator" version="@VERSION@.0"> <description>calculates covariates used to recalibrate base quality scores of reads</description> <expand macro="requirements" /> + <expand macro="version_command" /> <macros> <import>gatk2_macros.xml</import> </macros> @@ -302,4 +303,5 @@ @CITATION_SECTION@ </help> + <expand macro="citations" /> </tool>
