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

Changeset 15:e1a2389af238 (2022-01-15)
Previous changeset 14:1d1762860d7e (2021-10-14) Next changeset 16:e15e4acae7ef (2022-07-23)
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit af43d9cf6824f88726900857116f333ff4cdd336"
modified:
bcftools_view.xml
b
diff -r 1d1762860d7e -r e1a2389af238 bcftools_view.xml
--- a/bcftools_view.xml Thu Oct 14 10:21:57 2021 +0000
+++ b/bcftools_view.xml Sat Jan 15 13:31:19 2022 +0000
[
@@ -1,7 +1,6 @@
 <?xml version='1.0' encoding='utf-8'?>
 <tool name="bcftools @EXECUTABLE@" id="bcftools_@EXECUTABLE@" version="@TOOL_VERSION@">
     <description>VCF/BCF conversion, view, subset and filter VCF/BCF files</description>
-    <expand macro="bio_tools" />
     <macros>
         <token name="@EXECUTABLE@">view</token>
         <import>macros.xml</import>
@@ -9,9 +8,10 @@
             <option value="snps">snps</option>
             <option value="indels">indels</option>
             <option value="mnps">mnps</option>
-            <option value="other">mnps</option>
+            <option value="other">other</option>
         </xml>
     </macros>
+    <expand macro="bio_tools" />
     <expand macro="requirements" />
     <expand macro="version_command" />
     <command detect_errors="aggressive"><![CDATA[