diff hmmfetch.xml @ 10:d3273f5e6b49 draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
author iuc
date Tue, 31 Aug 2021 08:46:36 +0000
parents 939ad07a259c
children
line wrap: on
line diff
--- a/hmmfetch.xml	Wed Jul 21 14:05:48 2021 +0000
+++ b/hmmfetch.xml	Tue Aug 31 08:46:36 2021 +0000
@@ -1,12 +1,13 @@
 <?xml version="1.0"?>
 <tool id="hmmer_hmmfetch" name="hmmfetch" version="@TOOL_VERSION@">
-  <description>retrieve profile HMM(s) from a file</description>
-  <macros>
-    <import>macros.xml</import>
-  </macros>
-  <expand macro="requirements"/>
-  <expand macro="stdio"/>
-  <command><![CDATA[
+    <description>retrieve profile HMM(s) from a file</description>
+    <expand macro="bio_tools"/>
+    <macros>
+        <import>macros.xml</import>
+    </macros>
+    <expand macro="requirements"/>
+    <expand macro="stdio"/>
+    <command><![CDATA[
 hmmfetch -f '$hmmfile' '$keyfile' > '$output'
   ]]></command>
   <inputs>