annotate hmmscan.xml @ 3:4a09810b41ea draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 2c4b4a154e2f07730fdfdaf66a09e1e09ac5efde
author iuc
date Mon, 14 Nov 2016 15:08:35 -0500
parents 6313ad2f168f
children 8e797aaf03fb
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
1 <?xml version="1.0"?>
3
4a09810b41ea planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 2c4b4a154e2f07730fdfdaf66a09e1e09ac5efde
iuc
parents: 2
diff changeset
2 <tool id="hmmer_hmmscan" name="hmmscan" version="@WRAPPER_VERSION@.1">
0
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
3 <description>search sequence(s) against a profile database</description>
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
4 <macros>
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
5 <import>macros.xml</import>
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
6 </macros>
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
7 <expand macro="requirements"/>
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
8 <expand macro="stdio"/>
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
9 <command><![CDATA[
3
4a09810b41ea planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 2c4b4a154e2f07730fdfdaf66a09e1e09ac5efde
iuc
parents: 2
diff changeset
10 #if $input_hmm_conditional.input_hmm_source == "history":
4a09810b41ea planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 2c4b4a154e2f07730fdfdaf66a09e1e09ac5efde
iuc
parents: 2
diff changeset
11 ## "Press" database
4a09810b41ea planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 2c4b4a154e2f07730fdfdaf66a09e1e09ac5efde
iuc
parents: 2
diff changeset
12 hmmpress '$input_hmm_conditional.hmmfile' &&
4a09810b41ea planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 2c4b4a154e2f07730fdfdaf66a09e1e09ac5efde
iuc
parents: 2
diff changeset
13 #end if
0
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
14 ## Scan
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
15 hmmscan
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
16
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
17 @OFORMAT_WITH_OPTS@
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
18 @THRESHOLDS@
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
19 @CUT@
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
20 @ACCEL_HEUR@
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
21 @ADV_OPTS@
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
22 @CPU@
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
23 @SEED@
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
24
3
4a09810b41ea planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 2c4b4a154e2f07730fdfdaf66a09e1e09ac5efde
iuc
parents: 2
diff changeset
25 @INPUTHMMCHOICE@
4a09810b41ea planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 2c4b4a154e2f07730fdfdaf66a09e1e09ac5efde
iuc
parents: 2
diff changeset
26 '$seqfile'
4a09810b41ea planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 2c4b4a154e2f07730fdfdaf66a09e1e09ac5efde
iuc
parents: 2
diff changeset
27 > '$output'
4a09810b41ea planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 2c4b4a154e2f07730fdfdaf66a09e1e09ac5efde
iuc
parents: 2
diff changeset
28 #if $input_hmm_conditional.input_hmm_source == "history":
4a09810b41ea planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 2c4b4a154e2f07730fdfdaf66a09e1e09ac5efde
iuc
parents: 2
diff changeset
29 ## Remove pressed database. Eventually will be replaced with a dedicated tool/datatype
4a09810b41ea planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 2c4b4a154e2f07730fdfdaf66a09e1e09ac5efde
iuc
parents: 2
diff changeset
30 && rm '${input_hmm_conditional.hmmfile}.h3m' '${input_hmm_conditional.hmmfile}.h3i' '${input_hmm_conditional.hmmfile}.h3f' '${input_hmm_conditional.hmmfile}.h3p';
4a09810b41ea planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 2c4b4a154e2f07730fdfdaf66a09e1e09ac5efde
iuc
parents: 2
diff changeset
31 #end if
0
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
32 ]]></command>
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
33 <inputs>
3
4a09810b41ea planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 2c4b4a154e2f07730fdfdaf66a09e1e09ac5efde
iuc
parents: 2
diff changeset
34 <expand macro="input_hmm_choice" />
0
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
35 <!-- todo use Galaxy features like data libraries/data tables/??? -->
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
36 <param name="seqfile" type="data" format="fasta" label="Sequence file"/>
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
37 <expand macro="oformat_with_opts"/>
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
38 <expand macro="thresholds_xml"/>
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
39 <expand macro="cut"/>
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
40 <expand macro="accel_heur_xml"/>
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
41 <expand macro="adv_opts"/>
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
42 <expand macro="seed"/>
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
43 </inputs>
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
44 <outputs>
3
4a09810b41ea planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 2c4b4a154e2f07730fdfdaf66a09e1e09ac5efde
iuc
parents: 2
diff changeset
45 <data format="txt" name="output" label="HMM matches of $seqfile.name against the profile database"/>
4a09810b41ea planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 2c4b4a154e2f07730fdfdaf66a09e1e09ac5efde
iuc
parents: 2
diff changeset
46 <data format="txt" name="tblout" label="Table of per-sequence hits from HMM matches of $seqfile.name against the profile database">
0
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
47 <filter>'tblout' in oformat</filter>
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
48 </data>
3
4a09810b41ea planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 2c4b4a154e2f07730fdfdaf66a09e1e09ac5efde
iuc
parents: 2
diff changeset
49 <data format="txt" name="domtblout" label="Table of per-domain hits from HMM matches of $seqfile.name against the profile database">
0
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
50 <filter>'domtblout' in oformat</filter>
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
51 </data>
3
4a09810b41ea planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 2c4b4a154e2f07730fdfdaf66a09e1e09ac5efde
iuc
parents: 2
diff changeset
52 <data format="txt" name="pfamtblout" label="Table of per-sequence/per-domain hits from HMM matches of $seqfile.name against the profile database">
0
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
53 <filter>'pfamtblout' in oformat</filter>
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
54 </data>
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
55 </outputs>
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
56 <tests>
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
57 <test>
3
4a09810b41ea planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 2c4b4a154e2f07730fdfdaf66a09e1e09ac5efde
iuc
parents: 2
diff changeset
58 <param name="input_hmm_conditional|input_hmm_source" value="history"/>
4a09810b41ea planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 2c4b4a154e2f07730fdfdaf66a09e1e09ac5efde
iuc
parents: 2
diff changeset
59 <param name="input_hmm_conditional|hmmfile" value="MADE1.hmm"/>
0
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
60 <param name="seqfile" value="dna_target.fa"/>
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
61 <expand macro="oformat_test" />
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
62 <expand macro="seed_test" />
2
6313ad2f168f planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4261b86af790a3535c0b9a8122f92225f8f67b47
iuc
parents: 0
diff changeset
63 <output name="output" file="MADE1.out" lines_diff="24"/>
0
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
64 <output name="tblout" file="MADE1.out.tblout" lines_diff="20"/>
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
65 <output name="domtblout" file="MADE1.out.domtblout" lines_diff="20"/>
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
66 <output name="pfamtblout" file="MADE1.out.pfamtblout" lines_diff="20"/>
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
67 </test>
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
68 </tests>
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
69 <help><![CDATA[
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
70 @HELP_PRE@
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
71
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
72 hmmscan is used to search protein sequences against collections of protein
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
73 profiles. For each sequence in <seqfile>, use that query sequence to search the
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
74 target database of profiles in <hmmfile>, and output ranked lists of the profiles
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
75 with the most significant matches to the sequence.
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
76
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
77 @HELP_PRE_OTH@
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
78
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
79 @OFORMAT_WITH_OPTS_HELP@
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
80 @THRESHOLDS_HELP@
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
81 @CUT_HELP@
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
82 @ACCEL_HEUR_HELP@
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
83 @ADV_OPTS_HELP@
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
84 @SEED_HELP@
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
85
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
86 @ATTRIBUTION@
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
87 ]]></help>
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
88 <expand macro="citation"/>
c5952e194e20 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 86a44bf15f8184b690ee1af98aa1d5f86ad2fb3d-dirty
iuc
parents:
diff changeset
89 </tool>