annotate hmmfetch.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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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_hmmfetch" name="hmmfetch" 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>retrieve profile HMM(s) from a file</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 hmmfetch -f $hmmfile $keyfile > $output;
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
11 ]]></command>
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
12 <inputs>
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
13 <!-- TODO: implement auto-indexing -->
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
14 <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
15 <param name="keyfile" type="data" format="tabular,txt" label="List of HMM names to extract"/>
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
16 </inputs>
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
17 <outputs>
1
79523243a079 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 45a64d82dfada34d826be98a1f7a0657f9148d59
iuc
parents: 0
diff changeset
18 <data format="hmm3" name="output" label="Selected HMM Models from $hmmfile.name">
0
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
19 </data>
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
20 </outputs>
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
21 <tests>
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
22 <test>
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
23 <param name="hmmfile" value="fn3.hmm"/>
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
24 <param name="keyfile" value="fn3.keys"/>
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
25 <output name="output" file="fn3.hmm" lines_diff="4"/>
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
26 </test>
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
27 </tests>
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
28 <help><![CDATA[
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
29 @HELP_PRE@
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
30
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
31 Quickly retrieves one or more profile HMMs from an <hmmfile> (a large Pfam
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
32 database, for example). The profile names should be listed in a text file,
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
33 separated by newlines
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
34
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
35 By default, fetched HMMs are printed to standard output in HMMER3 format.
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
36
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
37 @ATTRIBUTION@
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
38 ]]></help>
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
39 <expand macro="citation"/>
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
40 </tool>