Mercurial > repos > iuc > hmmer_hmmconvert
comparison hmmconvert.xml @ 3:b03487ad64c8 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit fa7dec5f222510d58f566f4799a04e3731fa03f6
author | iuc |
---|---|
date | Sat, 07 Apr 2018 03:52:10 -0400 |
parents | dca536c5cca5 |
children | f92edeb5e4c4 |
comparison
equal
deleted
inserted
replaced
2:26e5bc72833f | 3:b03487ad64c8 |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 <tool id="hmmer_hmmconvert" name="hmmconvert" version="@WRAPPER_VERSION@.0"> | 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 <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 hmmconvert | 10 hmmconvert |
11 $format | 11 $format |
12 $hmmfile > $output | 12 '$hmmfile' |
13 ]]></command> | 13 > '$output' |
14 ]]></command> | |
14 <inputs> | 15 <inputs> |
15 <expand macro="input_hmm" /> | 16 <expand macro="input_hmm" /> |
16 <param type="select" label="Output Format" name="format"> | 17 <param name="format" type="select" label="Output Format"> |
17 <option value="-a" selected="true">output models in HMMER3 ASCII format</option> | 18 <option value="-a" selected="true">output models in HMMER3 ASCII format</option> |
18 <!--<option value="-b">output models in HMMER3 binary format</option>--> | 19 <!--<option value="-b">output models in HMMER3 binary format</option>--> |
19 <option value="-2">backward compatible HMMER2 ASCII format</option> | 20 <option value="-2">backward compatible HMMER2 ASCII format</option> |
20 </param> | 21 </param> |
21 </inputs> | 22 </inputs> |
22 <outputs> | 23 <outputs> |
23 <data format="hmm3" name="output" label="$hmmfile.name"> | 24 <data name="output" format="hmm3" label="$hmmfile.name"> |
24 <change_format> | 25 <change_format> |
25 <when input="format" value="-a" format="hmm3"/> | |
26 <when input="format" value="-2" format="hmm2"/> | 26 <when input="format" value="-2" format="hmm2"/> |
27 </change_format> | 27 </change_format> |
28 </data> | 28 </data> |
29 </outputs> | 29 </outputs> |
30 <tests> | 30 <tests> |
42 By default, the input profile can be in any HMMER format, including | 42 By default, the input profile can be in any HMMER format, including |
43 old/obsolete formats from HMMER2, ASCII or binary; the output profile is a | 43 old/obsolete formats from HMMER2, ASCII or binary; the output profile is a |
44 current HMMER3 ASCII format. | 44 current HMMER3 ASCII format. |
45 | 45 |
46 @ATTRIBUTION@ | 46 @ATTRIBUTION@ |
47 ]]></help> | 47 ]]></help> |
48 <expand macro="citation"/> | 48 <expand macro="citation"/> |
49 </tool> | 49 </tool> |