diff bcftools_norm.xml @ 2:d110fb275304 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 44bebb8a97d64015cbba59f0663e2541035112b6
author iuc
date Mon, 03 Oct 2016 12:16:45 -0400
parents e9555e894608
children 660f8eec689d
line wrap: on
line diff
--- a/bcftools_norm.xml	Wed Jul 13 10:57:45 2016 -0400
+++ b/bcftools_norm.xml	Mon Oct 03 12:16:45 2016 -0400
@@ -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>