Mercurial > repos > devteam > vcfgeno2haplo
diff 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 |
line wrap: on
line diff
--- a/vcfgeno2haplo.xml Thu Mar 19 14:32:31 2015 -0400 +++ b/vcfgeno2haplo.xml Wed Nov 11 13:00:04 2015 -0500 @@ -38,7 +38,7 @@ <param name="input_vcf" type="data" format="vcf" label="Select VCF dataset" /> </when> </conditional> - <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)" /> + <param name="window_size" type="text" value="30" label="compare records up to this many bp away" help="--window-size option (default = 30)" /> <param name="output_option" type="boolean" truevalue="-o" falsevalue="" label="What to report?" help="--only-variants option" /> <!-- <option value=" ">Output entire haplotype</option> <option value="-o">Don't output the entire haplotype, just concatenate REF/ALT strings (delimited by ":")</option>