annotate nhmmscan.xml @ 2:54b6b4d0613a draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 261c6a4ae771a24a27a23cd808a4ae6e5248939b
author iuc
date Thu, 01 Oct 2015 11:13:19 -0400
parents 62479bdcc059
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
1 <?xml version="1.0"?>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
2 <tool id="hmmer_nhmmscan" name="nhmmscan" version="@WRAPPER_VERSION@.0">
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
3 <description>search DNA sequence(s) against a DNA profile database</description>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
4 <macros>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
5 <import>macros.xml</import>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
6 </macros>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
7 <expand macro="requirements"/>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
8 <expand macro="stdio"/>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
9 <command><![CDATA[
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
10 hmmpress $hmmfile;
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
11
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
12 nhmmscan
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
13
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
14 @OFORMAT_WITH_OPTS_N@
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
15 @THRESHOLDS_NODOM@
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
16 @CUT@
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
17 @ACCEL_HEUR@
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
18 --B1 $B1
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
19 --B2 $B2
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
20 --B3 $B3
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
21
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
22 @ADV_OPTS@
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
23 @LENGTHS@
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
24 @CPU@
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
25 @SEED@
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
26
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
27 $hmmfile
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
28 $seqfile
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
29 > $output
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
30 ]]></command>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
31 <inputs>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
32 <expand macro="input_hmm" />
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
33 <!-- todo use Galaxy features like data libraries/data tables/??? -->
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
34 <param name="seqfile" type="data" format="fasta" label="Sequence file"/>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
35 <expand macro="oformat_with_opts_n"/>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
36 <expand macro="thresholds_nodom"/>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
37 <expand macro="cut"/>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
38 <expand macro="accel_heur_xml"/>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
39
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
40 <param name="B1" type="integer" label="window length for biased-composition modifier (MSV)" help="(--B1)" value="110"/>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
41 <param name="B2" type="integer" label="window length for biased-composition modifier (Vit)" help="(--B2)" value="240"/>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
42 <param name="B3" type="integer" label="window length for biased-composition modifier (Fwd)" help="(--B3)" value="1000"/>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
43
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
44 <expand macro="adv_opts"/>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
45 <expand macro="lengths"/>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
46 <expand macro="seed"/>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
47 </inputs>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
48 <outputs>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
49 <data format="txt" name="output" label="HMM matches of $seqfile.name in $hmmfile.name"/>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
50
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
51 <data format="txt" name="tblout" label="Table of per-sequence hits from HMM matches of $seqfile.name in $hmmfile.name">
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
52 <filter>'tblout' in str(oformat)</filter>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
53 </data>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
54 <data format="txt" name="dfamtblout" label="Table of per-sequence/per-domain hits from HMM matches of $seqfile.name in $hmmfile.name">
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
55 <filter>'pfamtblout' in str(oformat)</filter>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
56 </data>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
57 <data format="txt" name="aliscoresout" label="Scores for positional matches of $seqfile.name in $hmmfile.name">
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
58 <filter>'aliscoresout' in str(oformat)</filter>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
59 </data>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
60 </outputs>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
61 <tests>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
62 <test>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
63 <param name="hmmfile" value="MADE1.hmm"/>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
64 <param name="seqfile" value="dna_target.fa"/>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
65 <expand macro="oformat_test" />
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
66 <expand macro="seed_test" />
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
67 <output name="output" file="MADE1.out" lines_diff="120"/>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
68 <output name="tblout" file="MADE1.out.tblout" lines_diff="30"/>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
69 <output name="domtblout" file="MADE1.out.domtblout" lines_diff="30"/>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
70 <output name="pfamtblout" file="MADE1.out.pfamtblout" lines_diff="36"/>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
71 </test>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
72 </tests>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
73 <help><![CDATA[
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
74 @HELP_PRE@
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
75
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
76 nhmmscan is used to search nucleotide sequences against collections of
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
77 nucleotide profiles. For each sequence in <seqfile>, use that query sequence to
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
78 search the target database of profiles in <hmmfile>, and output ranked lists of
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
79 the profiles with the most significant matches to the sequence.
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
80
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
81 The <seqfile> may contain more than one query sequence. It can be in FASTA
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
82 format, or several other common sequence file formats (genbank, embl, and
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
83 uniprot, among others), or in alignment file formats (stockholm, aligned fasta,
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
84 and others). See the --qformat option for a complete list.
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
85
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
86 @HELP_PRE_OTH@
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
87
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
88 @OFORMAT_WITH_OPTS_N_HELP@
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
89 @THRESHOLDS_NODOM_HELP@
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
90 @CUT_HELP@
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
91 @ACCEL_HEUR_HELP@
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
92 @BIAS_COMP_HELP@
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
93 @ADV_OPTS_HELP@
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
94 @LENGTHS_HELP@
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
95 @SEED_HELP@
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
96
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
97
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
98 @ATTRIBUTION@
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
99 ]]></help>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
100 <expand macro="citation"/>
62479bdcc059 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 4164b44c651bcbdac6637eccce61b2a802c9b569
iuc
parents:
diff changeset
101 </tool>