Mercurial > repos > iuc > bcftools_concat
diff bcftools_concat.xml @ 2:f3204f9cb5f0 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:51:43 -0500 |
| parents | d4b771adb614 |
| children | 21f4a914f1aa |
line wrap: on
line diff
--- a/bcftools_concat.xml Wed Jul 13 10:49:52 2016 -0400 +++ b/bcftools_concat.xml Sat Jan 21 06:51:43 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>Concatenate or combine VCF/BCF files</description> <macros> <token name="@EXECUTABLE@">concat</token> @@ -71,7 +71,7 @@ help="Ligate phased VCFs by matching phase at overlapping haplotypes" /> <param name="compact_PS" type="boolean" truevalue="--compact-PS" falsevalue="" label="Compact Ps" help="Do not output PS tag at each site, only at the start of a new phase set block." /> - <param name="min_PQ" type="integer" label="Min Pq" default="30" optional="True" + <param name="min_PQ" type="integer" label="Min Pq" value="30" optional="True" help="Break phase set if phasing quality is lower than <int>" /> </section> <expand macro="macro_select_output_type" />
