diff hmmfetch.xml @ 8:1fca13688921 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 061757dd7b3bfe66b7738fd54bd6c5e135d9afe8
author iuc
date Mon, 06 Nov 2023 20:23:52 +0000
parents cd078bda9921
children 34b09461bf87
line wrap: on
line diff
--- a/hmmfetch.xml	Wed Jul 21 14:14:16 2021 +0000
+++ b/hmmfetch.xml	Mon Nov 06 20:23:52 2023 +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>
+    <macros>
+        <import>macros.xml</import>
+    </macros>
+    <expand macro="bio_tools"/>
+    <expand macro="requirements"/>
+    <expand macro="stdio"/>
+    <command><![CDATA[
 hmmfetch -f '$hmmfile' '$keyfile' > '$output'
   ]]></command>
   <inputs>