comparison variant_select.xml @ 4:f244b8209eb8 draft

bug fix release
author iuc
date Mon, 25 Aug 2014 17:43:11 -0400
parents 340633249b3d
children 35c00763cb5c
comparison
equal deleted inserted replaced
3:2553f84b8174 4:f244b8209eb8
1 <tool id="gatk2_variant_select" name="Select Variants" version="0.0.7"> 1 <tool id="gatk2_variant_select" name="Select Variants" version="@VERSION@.0">
2 <description>from VCF files</description> 2 <description>from 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>
283 select_random_number int 0 Selects a number of variants at random from the variant track 283 select_random_number int 0 Selects a number of variants at random from the variant track
284 selectTypeToInclude List[Type] [] Select only a certain type of variants from the input file. Valid types are INDEL, SNP, MIXED, MNP, SYMBOLIC, NO_VARIATION. Can be specified multiple times 284 selectTypeToInclude List[Type] [] Select only a certain type of variants from the input file. Valid types are INDEL, SNP, MIXED, MNP, SYMBOLIC, NO_VARIATION. Can be specified multiple times
285 285
286 @CITATION_SECTION@ 286 @CITATION_SECTION@
287 </help> 287 </help>
288 <expand macro="citations" />
288 </tool> 289 </tool>