comparison hmmconvert.xml @ 8:d20066f6566e 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:25:14 +0000
parents 8d5ec58d2172
children a9dace1a1e36
comparison
equal deleted inserted replaced
7:db8a5a3195e7 8:d20066f6566e
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@">
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="requirements"/> 7 <expand macro="bio_tools"/>
8 <expand macro="stdio"/> 8 <expand macro="requirements"/>
9 <command><![CDATA[ 9 <expand macro="stdio"/>
10 <command><![CDATA[
10 hmmconvert 11 hmmconvert
11 $format 12 $format
12 '$hmmfile' 13 '$hmmfile'
13 > '$output' 14 > '$output'
14 ]]></command> 15 ]]></command>