changeset 17:c8747136963c draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit af43d9cf6824f88726900857116f333ff4cdd336"
author iuc
date Sat, 15 Jan 2022 12:46:20 +0000
parents 11a75cd15413
children 327d8f377a81
files bcftools_consensus.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bcftools_consensus.xml	Thu Oct 14 09:43:01 2021 +0000
+++ b/bcftools_consensus.xml	Sat Jan 15 12:46:20 2022 +0000
@@ -1,11 +1,11 @@
 <?xml version='1.0' encoding='utf-8'?>
 <tool name="bcftools @EXECUTABLE@" id="bcftools_@EXECUTABLE@" version="@TOOL_VERSION@+galaxy1">
     <description>Create consensus sequence by applying VCF variants to a reference fasta file</description>
-    <expand macro="bio_tools" />
     <macros>
         <token name="@EXECUTABLE@">consensus</token>
         <import>macros.xml</import>
     </macros>
+    <expand macro="bio_tools" />
     <expand macro="requirements">
         <expand macro="samtools_requirement"/>
         <requirement type="package" version="5.0.1">gawk</requirement>