Mercurial > repos > iuc > hmmer_nhmmscan
comparison nhmmscan.xml @ 5:24a67ef302dd 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:44:25 +0000 |
parents | 2d406da5d34e |
children | e07176c0925d |
comparison
equal
deleted
inserted
replaced
4:2d406da5d34e | 5:24a67ef302dd |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 <tool id="hmmer_nhmmscan" name="nhmmscan" version="@TOOL_VERSION@"> | 2 <tool id="hmmer_nhmmscan" name="nhmmscan" version="@TOOL_VERSION@+galaxy1"> |
3 <description>search DNA sequence(s) against a DNA profile database</description> | 3 <description>search DNA sequence(s) against a DNA 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 nhmmscan | 12 nhmmscan |
12 | 13 |
13 @OFORMAT_WITH_OPTS@ | 14 @OFORMAT_WITH_OPTS@ |
14 @THRESHOLDS_NODOM@ | 15 @THRESHOLDS_NODOM@ |