comparison hmmsearch.xml @ 6:192a5046d9a2 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit db615ae8a189ad988ec08090051a128355a4be70"
author iuc
date Thu, 14 Jan 2021 15:39:33 +0000
parents b774ae8e1609
children d753d9169482
comparison
equal deleted inserted replaced
5:b774ae8e1609 6:192a5046d9a2
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool id="hmmer_hmmsearch" name="hmmsearch" version="@TOOL_VERSION@"> 2 <tool id="hmmer_hmmsearch" name="hmmsearch" version="@TOOL_VERSION@+galaxy1">
3 <description>search profile(s) against a sequence database</description> 3 <description>search profile(s) against a sequence database</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="requirements"/>
8 <expand macro="stdio"/> 8 <expand macro="stdio"/>
9 <command><![CDATA[ 9 <command><![CDATA[
10 @ADDTHREADS@
10 hmmsearch 11 hmmsearch
11 12
12 @OFORMAT_WITH_OPTS@ 13 @OFORMAT_WITH_OPTS@
13 @THRESHOLDS@ 14 @THRESHOLDS@
14 @CUT@ 15 @CUT@