comparison hmmfetch.xml @ 10:d3273f5e6b49 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:46:36 +0000
parents 939ad07a259c
children
comparison
equal deleted inserted replaced
9:be491aaa0dab 10:d3273f5e6b49
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool id="hmmer_hmmfetch" name="hmmfetch" version="@TOOL_VERSION@"> 2 <tool id="hmmer_hmmfetch" name="hmmfetch" version="@TOOL_VERSION@">
3 <description>retrieve profile HMM(s) from a file</description> 3 <description>retrieve profile HMM(s) from a file</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 hmmfetch -f '$hmmfile' '$keyfile' > '$output' 11 hmmfetch -f '$hmmfile' '$keyfile' > '$output'
11 ]]></command> 12 ]]></command>
12 <inputs> 13 <inputs>
13 <!-- TODO: implement auto-indexing --> 14 <!-- TODO: implement auto-indexing -->
14 <expand macro="input_hmm" /> 15 <expand macro="input_hmm" />