comparison variant_annotator.xml @ 6:b80301676614 draft

Uploaded
author iuc
date Wed, 18 Feb 2015 11:36:59 -0500
parents e67da4f2c9bf
children 0d369d08ad6e
comparison
equal deleted inserted replaced
5:c2645201ffae 6:b80301676614
1 <tool id="gatk2_variant_annotator" name="Variant Annotator" version="0.0.7"> 1 <tool id="gatk2_variant_annotator" name="Variant Annotator" version="@VERSION@.0">
2 <description></description> 2 <description></description>
3 <expand macro="requirements" /> 3 <expand macro="requirements" />
4 <expand macro="version_command" />
4 <macros> 5 <macros>
5 <import>gatk2_macros.xml</import> 6 <import>gatk2_macros.xml</import>
6 </macros> 7 </macros>
7 <command interpreter="python"> 8 <command interpreter="python">
8 gatk2_wrapper.py 9 gatk2_wrapper.py
242 expression One or more specific expressions to apply to variant calls; see documentation for more details 243 expression One or more specific expressions to apply to variant calls; see documentation for more details
243 useAllAnnotations Use all possible annotations (not for the faint of heart) 244 useAllAnnotations Use all possible annotations (not for the faint of heart)
244 245
245 @CITATION_SECTION@ 246 @CITATION_SECTION@
246 </help> 247 </help>
248 <expand macro="citations" />
247 </tool> 249 </tool>