diff hmmfetch.xml @ 9:34b09461bf87 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 721504306833ba97c91f285e5bfd86efc04875ee
author iuc
date Sun, 25 Feb 2024 18:33:41 +0000
parents 1fca13688921
children
line wrap: on
line diff
--- a/hmmfetch.xml	Mon Nov 06 20:23:52 2023 +0000
+++ b/hmmfetch.xml	Sun Feb 25 18:33:41 2024 +0000
@@ -1,13 +1,12 @@
 <?xml version="1.0"?>
-<tool id="hmmer_hmmfetch" name="hmmfetch" version="@TOOL_VERSION@">
+<tool id="hmmer_hmmfetch" name="hmmfetch" version="@TOOL_VERSION@+galaxy0" profile="@PROFILE@">
     <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[
+    <command detect_errors="aggressive"><![CDATA[
 hmmfetch -f '$hmmfile' '$keyfile' > '$output'
   ]]></command>
   <inputs>