comparison hmmconvert.xml @ 10:48271926403d 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:42:03 +0000
parents 0a01f9fa3453
children
comparison
equal deleted inserted replaced
9:e95a70da2b84 10:48271926403d
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 <expand macro="bio_tools"/>
5 <import>macros.xml</import> 5 <macros>
6 </macros> 6 <import>macros.xml</import>
7 <expand macro="requirements"/> 7 </macros>
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>