changeset 15:8d5d8355559b draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit af43d9cf6824f88726900857116f333ff4cdd336"
author iuc
date Sat, 15 Jan 2022 13:24:52 +0000
parents 28b35180900b
children 69d8b7567281
files bcftools_plugin_counts.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bcftools_plugin_counts.xml	Thu Oct 14 10:19:50 2021 +0000
+++ b/bcftools_plugin_counts.xml	Sat Jan 15 13:24:52 2022 +0000
@@ -1,12 +1,12 @@
 <?xml version='1.0' encoding='utf-8'?>
 <tool name="bcftools @EXECUTABLE@" id="bcftools_plugin_@PLUGIN_ID@" version="@TOOL_VERSION@+galaxy1">
     <description>plugin  counts number of samples, SNPs, INDELs, MNPs and total sites</description>
-    <expand macro="bio_tools" />
     <macros>
         <token name="@EXECUTABLE@">counts</token>
         <token name="@PLUGIN_ID@">counts</token>
         <import>macros.xml</import>
     </macros>
+    <expand macro="bio_tools" />
     <expand macro="requirements">
         <requirement type="package" version="3.7">python</requirement>
     </expand>