annotate hmmscan.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 afd1fd3095ad
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_hmmscan" name="hmmscan" 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>search sequence(s) against a profile database</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 ## "Press" database
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
11 hmmpress $hmmfile;
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
12 ## Scan
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
13 hmmscan
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
14
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
15 @OFORMAT_WITH_OPTS@
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
16 @THRESHOLDS@
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
17 @CUT@
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
18 @ACCEL_HEUR@
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
19 @ADV_OPTS@
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
20 @CPU@
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
21 @SEED@
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
22
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
23 $hmmfile
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
24 $seqfile
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
25 > $output;
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
26 ## Remove pressed database. Eventually will be replaced with a dedicated tool/datatype
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
27 rm ${hmmfile}.h3m ${hmmfile}.h3i ${hmmfile}.h3f ${hmmfile}.h3p;
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
28 ]]></command>
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
29 <inputs>
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
30 <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
31 <!-- todo use Galaxy features like data libraries/data tables/??? -->
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
32 <param name="seqfile" type="data" format="fasta" label="Sequence file"/>
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
33 <expand macro="oformat_with_opts"/>
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
34 <expand macro="thresholds_xml"/>
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
35 <expand macro="cut"/>
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
36 <expand macro="accel_heur_xml"/>
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
37 <expand macro="adv_opts"/>
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
38 <expand macro="seed"/>
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
39 </inputs>
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
40 <outputs>
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
41 <data format="txt" name="output" label="HMM matches of $seqfile.name in $hmmfile.name"/>
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
42 <data format="txt" name="tblout" label="Table of per-sequence hits from HMM matches of $seqfile.name in $hmmfile.name">
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
43 <filter>'tblout' in oformat</filter>
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
44 </data>
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
45 <data format="txt" name="domtblout" label="Table of per-domain hits from HMM matches of $seqfile.name in $hmmfile.name">
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
46 <filter>'domtblout' in oformat</filter>
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
47 </data>
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
48 <data format="txt" name="pfamtblout" label="Table of per-sequence/per-domain hits from HMM matches of $seqfile.name in $hmmfile.name">
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
49 <filter>'pfamtblout' in oformat</filter>
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
50 </data>
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
51 </outputs>
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
52 <tests>
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
53 <test>
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
54 <param name="hmmfile" value="MADE1.hmm"/>
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
55 <param name="seqfile" value="dna_target.fa"/>
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
56 <expand macro="oformat_test" />
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
57 <expand macro="seed_test" />
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
58 <output name="output" file="MADE1.out" lines_diff="20"/>
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
59 <output name="tblout" file="MADE1.out.tblout" lines_diff="20"/>
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
60 <output name="domtblout" file="MADE1.out.domtblout" lines_diff="20"/>
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
61 <output name="pfamtblout" file="MADE1.out.pfamtblout" lines_diff="20"/>
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
62 </test>
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
63 </tests>
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
64 <help><![CDATA[
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
65 @HELP_PRE@
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
66
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
67 hmmscan is used to search protein sequences against collections of protein
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
68 profiles. For each sequence in <seqfile>, use that query sequence to search the
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
69 target database of profiles in <hmmfile>, and output ranked lists of the profiles
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
70 with the most significant matches to the sequence.
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
71
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
72 @HELP_PRE_OTH@
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
73
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
74 @OFORMAT_WITH_OPTS_HELP@
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
75 @THRESHOLDS_HELP@
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
76 @CUT_HELP@
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
77 @ACCEL_HEUR_HELP@
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
78 @ADV_OPTS_HELP@
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
79 @SEED_HELP@
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
80
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
81 @ATTRIBUTION@
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
82 ]]></help>
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
83 <expand macro="citation"/>
afd1fd3095ad planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hmmer3 commit 649ac868f2e7d79f354882cb75bf5d1055b30907
iuc
parents:
diff changeset
84 </tool>