comparison variant_filtration.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_filtration" name="Variant Filtration" version="0.0.7"> 1 <tool id="gatk2_variant_filtration" name="Variant Filtration" version="@VERSION@.0">
2 <description>on VCF files</description> 2 <description>on VCF files</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>
175 maskName The text to put in the FILTER field if a 'mask' rod is provided and overlaps with a variant call; [default:'Mask'] 175 maskName The text to put in the FILTER field if a 'mask' rod is provided and overlaps with a variant call; [default:'Mask']
176 missingValuesInExpressionsShouldEvaluateAsFailing When evaluating the JEXL expressions, should missing values be considered failing the expression (by default they are considered passing)? 176 missingValuesInExpressionsShouldEvaluateAsFailing When evaluating the JEXL expressions, should missing values be considered failing the expression (by default they are considered passing)?
177 177
178 @CITATION_SECTION@ 178 @CITATION_SECTION@
179 </help> 179 </help>
180 <expand macro="citations" />
180 </tool> 181 </tool>