comparison variant_validate.xml @ 4:f244b8209eb8 draft

bug fix release
author iuc
date Mon, 25 Aug 2014 17:43:11 -0400
parents 8bcc13094767
children 35c00763cb5c
comparison
equal deleted inserted replaced
3:2553f84b8174 4:f244b8209eb8
1 <tool id="gatk2_variant_validate" name="Validate Variants" version="0.0.7"> 1 <tool id="gatk2_variant_validate" name="Validate Variants" version="@VERSION@.0">
2 <description></description> 2 <description></description>
3 <expand macro="requirements" /> 3 <expand macro="requirements" />
4 <macros> 4 <macros>
5 <import>gatk2_macros.xml</import> 5 <import>gatk2_macros.xml</import>
6 </macros> 6 </macros>
99 doNotValidateFilteredRecords should we skip validation on filtered records? 99 doNotValidateFilteredRecords should we skip validation on filtered records?
100 warnOnErrors should we just emit warnings on errors instead of terminating the run? 100 warnOnErrors should we just emit warnings on errors instead of terminating the run?
101 101
102 @CITATION_SECTION@ 102 @CITATION_SECTION@
103 </help> 103 </help>
104 <expand macro="citations" />
104 </tool> 105 </tool>