Mercurial > repos > iuc > hmmer_hmmscan
comparison hmmscan.xml @ 6:d92dd2f040cd 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:43:54 +0000 |
parents | be7097d6e3ff |
children | be072920a53e |
comparison
equal
deleted
inserted
replaced
5:be7097d6e3ff | 6:d92dd2f040cd |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 <tool id="hmmer_hmmscan" name="hmmscan" version="@TOOL_VERSION@"> | 2 <tool id="hmmer_hmmscan" name="hmmscan" version="@TOOL_VERSION@+galaxy1"> |
3 <description>search protein sequence(s) against a protein profile database</description> | 3 <description>search protein sequence(s) against a protein profile 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 @INPUTHMMCHOICE@ | 11 @INPUTHMMCHOICE@ |
11 hmmscan | 12 hmmscan |
12 | 13 |
13 @OFORMAT_WITH_OPTS@ | 14 @OFORMAT_WITH_OPTS@ |
14 @THRESHOLDS@ | 15 @THRESHOLDS@ |