comparison vcfgeno2haplo.xml @ 1:401f29f278f0 draft

planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/vcflib/vcfgeno2haplo commit a1517c9d22029095120643bbe2c8fa53754dd2b7
author devteam
date Wed, 11 Nov 2015 13:00:04 -0500
parents 2bdb74ab3270
children 5bd9783e982a
comparison
equal deleted inserted replaced
0:2bdb74ab3270 1:401f29f278f0
36 <when value="history"> <!-- FIX ME!!!! --> 36 <when value="history"> <!-- FIX ME!!!! -->
37 <param name="ref_file" type="data" format="fasta" label="Using reference file" /> 37 <param name="ref_file" type="data" format="fasta" label="Using reference file" />
38 <param name="input_vcf" type="data" format="vcf" label="Select VCF dataset" /> 38 <param name="input_vcf" type="data" format="vcf" label="Select VCF dataset" />
39 </when> 39 </when>
40 </conditional> 40 </conditional>
41 <param name="window_size" type="text" size="4" value="30" label="compare records up to this many bp away" help="--window-size option (default = 30)" /> 41 <param name="window_size" type="text" value="30" label="compare records up to this many bp away" help="--window-size option (default = 30)" />
42 <param name="output_option" type="boolean" truevalue="-o" falsevalue="" label="What to report?" help="--only-variants option" /> 42 <param name="output_option" type="boolean" truevalue="-o" falsevalue="" label="What to report?" help="--only-variants option" />
43 <!-- <option value=" ">Output entire haplotype</option> 43 <!-- <option value=" ">Output entire haplotype</option>
44 <option value="-o">Don't output the entire haplotype, just concatenate REF/ALT strings (delimited by &quot;:&quot;)</option> 44 <option value="-o">Don't output the entire haplotype, just concatenate REF/ALT strings (delimited by &quot;:&quot;)</option>
45 </param> --> 45 </param> -->
46 </inputs> 46 </inputs>