Repository 'bcftools_filter'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/bcftools_filter

Changeset 2:6981feb1d742 (2016-10-03)
Previous changeset 1:108d9789efbc (2016-07-13) Next changeset 3:ccac7424e27f (2017-01-31)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 44bebb8a97d64015cbba59f0663e2541035112b6
modified:
bcftools_filter.xml
macros.xml
b
diff -r 108d9789efbc -r 6981feb1d742 bcftools_filter.xml
--- a/bcftools_filter.xml Wed Jul 13 10:57:03 2016 -0400
+++ b/bcftools_filter.xml Mon Oct 03 12:18:40 2016 -0400
b
@@ -73,7 +73,7 @@
                    Annotate FILTER column with STRING or, with +, a unique filter name generated by the program ("Filter%d").
                 ]]></help>
             </param>
-            <param name="select_set_GTs" type="select" ladel="Set genotypes of failed samples"  optional="true" help="(-S)">
+            <param name="select_set_GTs" type="select" label="Set genotypes of failed samples"  optional="true" help="(-S)">
                 <option value=".">to missing (.)</option>
                 <option value="0">to REF (0)</option>
             </param>
b
diff -r 108d9789efbc -r 6981feb1d742 macros.xml
--- a/macros.xml Wed Jul 13 10:57:03 2016 -0400
+++ b/macros.xml Mon Oct 03 12:18:40 2016 -0400
b
@@ -339,7 +339,6 @@
         </when>
         <when value="targets_file">
             <expand macro="macro_targets_file">
-               <optional>true</optional>
             </expand>
         </when>
     </conditional>