Mercurial > repos > iuc > bcftools_norm
diff bcftools_norm.xml @ 2:4b0144f7be6a draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 5725fea947162618d77de7b8011d18b2f16c7094
| author | iuc |
|---|---|
| date | Sat, 21 Jan 2017 06:53:28 -0500 |
| parents | f236dbcf9ffb |
| children | 59268ce456d1 |
line wrap: on
line diff
--- a/bcftools_norm.xml Wed Jul 13 10:51:36 2016 -0400 +++ b/bcftools_norm.xml Sat Jan 21 06:53:28 2017 -0500 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='utf-8'?> -<tool name="bcftools @EXECUTABLE@" id="bcftools_@EXECUTABLE@" version="@VERSION@.0"> +<tool name="bcftools @EXECUTABLE@" id="bcftools_@EXECUTABLE@" version="@VERSION@.1"> <description>Left-align and normalize indels; check if REF alleles match the reference; split multiallelic sites into multiple rows; recover multiallelics from multiple rows</description> <macros> <token name="@EXECUTABLE@">norm</token> @@ -94,7 +94,7 @@ </param> <param name="strict_filter" type="boolean" truevalue="--strict-filter" falsevalue="" label="Strict Filter" help="When merging (-m+), merged site is PASS only if all sites being merged PASS" /> - <param name="site_win" type="integer" label="Site Window" default="1000" optional="True" + <param name="site_win" type="integer" label="Site Window" value="1000" optional="True" help="(-w, --site-win) Buffer for sorting lines which changed position during realignment" /> </section>
