Mercurial > repos > iuc > hmmer3
annotate hmmconvert.xml @ 2:ef9501a30bfe draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit e5a5ad091c621348dc6ce2df861475ebc54a380e
| author | iuc |
|---|---|
| date | Tue, 13 Oct 2015 17:23:53 -0400 |
| parents | 79523243a079 |
| children |
| rev | line source |
|---|---|
|
0
afd1fd3095ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff
changeset
|
1 <?xml version="1.0"?> |
|
afd1fd3095ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff
changeset
|
2 <tool id="hmmer_hmmconvert" name="hmmconvert" version="@WRAPPER_VERSION@.0"> |
|
afd1fd3095ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff
changeset
|
3 <description>convert profile file to a HMMER format</description> |
|
afd1fd3095ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff
changeset
|
4 <macros> |
|
afd1fd3095ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff
changeset
|
5 <import>macros.xml</import> |
|
afd1fd3095ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff
changeset
|
6 </macros> |
|
afd1fd3095ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff
changeset
|
7 <expand macro="requirements"/> |
|
afd1fd3095ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff
changeset
|
8 <expand macro="stdio"/> |
|
afd1fd3095ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff
changeset
|
9 <command><![CDATA[ |
|
afd1fd3095ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff
changeset
|
10 hmmconvert |
|
afd1fd3095ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff
changeset
|
11 $format |
|
afd1fd3095ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff
changeset
|
12 $hmmfile > $output |
|
afd1fd3095ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff
changeset
|
13 ]]></command> |
|
afd1fd3095ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff
changeset
|
14 <inputs> |
|
afd1fd3095ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff
changeset
|
15 <expand macro="input_hmm" /> |
|
afd1fd3095ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff
changeset
|
16 <param type="select" label="Output Format" name="format"> |
|
afd1fd3095ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff
changeset
|
17 <option value="-a" selected="true">output models in HMMER3 ASCII format</option> |
|
afd1fd3095ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff
changeset
|
18 <!--<option value="-b">output models in HMMER3 binary format</option>--> |
|
afd1fd3095ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff
changeset
|
19 <option value="-2">backward compatible HMMER2 ASCII format</option> |
|
afd1fd3095ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff
changeset
|
20 </param> |
|
afd1fd3095ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff
changeset
|
21 </inputs> |
|
afd1fd3095ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff
changeset
|
22 <outputs> |
|
1
79523243a079
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 45a64d82dfada34d826be98a1f7a0657f9148d59
iuc
parents:
0
diff
changeset
|
23 <data format="hmm3" name="output" label="$msafile.name"> |
|
0
afd1fd3095ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff
changeset
|
24 <change_format> |
|
1
79523243a079
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 45a64d82dfada34d826be98a1f7a0657f9148d59
iuc
parents:
0
diff
changeset
|
25 <when input="format" value="-a" format="hmm3"/> |
|
79523243a079
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 45a64d82dfada34d826be98a1f7a0657f9148d59
iuc
parents:
0
diff
changeset
|
26 <when input="format" value="-2" format="hmm2"/> |
|
0
afd1fd3095ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff
changeset
|
27 </change_format> |
|
afd1fd3095ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff
changeset
|
28 </data> |
|
afd1fd3095ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff
changeset
|
29 </outputs> |
|
afd1fd3095ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff
changeset
|
30 <tests> |
|
afd1fd3095ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff
changeset
|
31 <test> |
|
afd1fd3095ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff
changeset
|
32 <param name="msafile" value="globins4.hmm"/> |
|
afd1fd3095ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff
changeset
|
33 <param name="format" value="-2"/> |
|
afd1fd3095ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff
changeset
|
34 <output name="output" file="globins4.hmm2"/> |
|
afd1fd3095ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff
changeset
|
35 </test> |
|
afd1fd3095ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff
changeset
|
36 </tests> |
|
afd1fd3095ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff
changeset
|
37 <help><![CDATA[ |
|
afd1fd3095ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff
changeset
|
38 @HELP_PRE@ |
|
afd1fd3095ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff
changeset
|
39 |
|
afd1fd3095ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff
changeset
|
40 The hmmconvert utility converts an input profile file to different HMMER formats. |
|
afd1fd3095ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff
changeset
|
41 |
|
afd1fd3095ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff
changeset
|
42 By default, the input profile can be in any HMMER format, including |
|
afd1fd3095ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff
changeset
|
43 old/obsolete formats from HMMER2, ASCII or binary; the output profile is a |
|
afd1fd3095ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff
changeset
|
44 current HMMER3 ASCII format. |
|
afd1fd3095ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff
changeset
|
45 |
|
afd1fd3095ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff
changeset
|
46 @ATTRIBUTION@ |
|
afd1fd3095ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff
changeset
|
47 ]]></help> |
|
afd1fd3095ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff
changeset
|
48 <expand macro="citation"/> |
|
afd1fd3095ad
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff
changeset
|
49 </tool> |
