comparison hmmconvert.xml @ 9:a9dace1a1e36 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:31:28 +0000
parents d20066f6566e
children
comparison
equal deleted inserted replaced
8:d20066f6566e 9:a9dace1a1e36
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool id="hmmer_hmmconvert" name="hmmconvert" version="@TOOL_VERSION@"> 2 <tool id="hmmer_hmmconvert" name="hmmconvert" version="@TOOL_VERSION@+galaxy0" profile="@PROFILE@">
3 <description>convert profile file to a HMMER format</description> 3 <description>convert profile file to a HMMER format</description>
4 <macros> 4 <macros>
5 <import>macros.xml</import> 5 <import>macros.xml</import>
6 </macros> 6 </macros>
7 <expand macro="bio_tools"/> 7 <expand macro="bio_tools"/>
8 <expand macro="requirements"/> 8 <expand macro="requirements"/>
9 <expand macro="stdio"/> 9 <command detect_errors="aggressive"><![CDATA[
10 <command><![CDATA[
11 hmmconvert 10 hmmconvert
12 $format 11 $format
13 '$hmmfile' 12 '$hmmfile'
14 > '$output' 13 > '$output'
15 ]]></command> 14 ]]></command>