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

Changeset 14:80844da35ed5 (2022-01-15)
Previous changeset 13:c636e58df612 (2021-10-14) Next changeset 15:e8af591435d1 (2022-07-23)
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit af43d9cf6824f88726900857116f333ff4cdd336"
modified:
bcftools_stats.xml
b
diff -r c636e58df612 -r 80844da35ed5 bcftools_stats.xml
--- a/bcftools_stats.xml Thu Oct 14 10:03:31 2021 +0000
+++ b/bcftools_stats.xml Sat Jan 15 13:36:41 2022 +0000
b
@@ -1,11 +1,11 @@
 <?xml version='1.0' encoding='utf-8'?>
 <tool name="bcftools @EXECUTABLE@" id="bcftools_@EXECUTABLE@" version="@TOOL_VERSION@+galaxy1" profile="18.01">
     <description>Parses VCF or BCF and produces stats which can be plotted using plot-vcfstats</description>
-    <expand macro="bio_tools" />
     <macros>
         <token name="@EXECUTABLE@">stats</token>
         <import>macros.xml</import>
     </macros>
+    <expand macro="bio_tools" />
     <expand macro="requirements">
         <expand macro="samtools_requirement"/>
         <expand macro="matplotlib_requirement" />