Mercurial > repos > iuc > meme_meme
annotate meme.xml @ 19:7ce0fe11b411 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
author | iuc |
---|---|
date | Thu, 29 Aug 2024 10:20:10 +0000 |
parents | 19237efe98d1 |
children |
rev | line source |
---|---|
19
7ce0fe11b411
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents:
18
diff
changeset
|
1 <tool id="meme_meme" name="MEME" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> |
13
57e5d9382f36
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents:
11
diff
changeset
|
2 <description>- Multiple EM for Motif Elicitation</description> |
19
7ce0fe11b411
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents:
18
diff
changeset
|
3 <macros> |
7ce0fe11b411
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents:
18
diff
changeset
|
4 <import>macros.xml</import> |
7ce0fe11b411
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents:
18
diff
changeset
|
5 </macros> |
16
3c2ac7c3f0b8
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 8c1eac566cbcc93ceb3d753170bce144d386722c"
iuc
parents:
15
diff
changeset
|
6 <xrefs> |
3c2ac7c3f0b8
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 8c1eac566cbcc93ceb3d753170bce144d386722c"
iuc
parents:
15
diff
changeset
|
7 <xref type="bio.tools">meme_meme</xref> |
3c2ac7c3f0b8
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 8c1eac566cbcc93ceb3d753170bce144d386722c"
iuc
parents:
15
diff
changeset
|
8 </xrefs> |
19
7ce0fe11b411
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents:
18
diff
changeset
|
9 <expand macro="requirements"/> |
9
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
10 <command detect_errors="exit_code"><![CDATA[ |
16
3c2ac7c3f0b8
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 8c1eac566cbcc93ceb3d753170bce144d386722c"
iuc
parents:
15
diff
changeset
|
11 @CHECK_NON_COMMERCIAL_USE@ |
15
9dd5373f6a5a
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
14
diff
changeset
|
12 export TMPDIR=\${TMPDIR:-.}; |
9dd5373f6a5a
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
14
diff
changeset
|
13 |
9
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
14 meme '$input1' |
15
9dd5373f6a5a
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
iuc
parents:
14
diff
changeset
|
15 -p \${GALAXY_SLOTS:-1} |
9
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
16 -o '${html_outfile.files_path}' |
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
17 -nostatus |
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
18 -maxsize 1000000 |
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
19 #if str( $options_type.options_type_selector ) == 'advanced': |
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
20 -sf '${ str( $options_type.sf ).replace( " ", "_" ) }' |
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
21 -${options_type.alphabet_type.alphabet_type_selector} |
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
22 -mod '${options_type.mod_type.mod_type_selector}' |
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
23 -nmotifs '${options_type.nmotifs}' |
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
24 -wnsites '${options_type.wnsites}' |
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
25 #if $options_type.evt < float('inf'): |
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
26 -evt '${options_type.evt}' |
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
27 #end if |
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
28 #if str( $options_type.mod_type.mod_type_selector ) != 'oops': |
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
29 #if str( $options_type.mod_type.motif_occurrence_type.motif_occurrence_type_selector ) == 'nsites': |
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
30 -nsites '${options_type.mod_type.motif_occurrence_type.nsites}' |
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
31 #elif str( $options_type.mod_type.motif_occurrence_type.motif_occurrence_type_selector ) == 'min_max_sites': |
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
32 -minsites '${options_type.mod_type.motif_occurrence_type.minsites}' |
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
33 -maxsites '${options_type.mod_type.motif_occurrence_type.maxsites}' |
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
34 #end if |
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
35 #end if |
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
36 #if str( $options_type.motif_width_type.motif_width_type_selector ) == 'exact': |
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
37 -w '${options_type.motif_width_type.width}' |
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
38 #else |
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
39 -minw '${options_type.motif_width_type.minw}' |
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
40 -maxw '${options_type.motif_width_type.maxw}' |
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
41 #end if |
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
42 #if str( $options_type.motif_trim_type.motif_trim_type_selector ) == 'nomatrim': |
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
43 -nomatrim |
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
44 #else |
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
45 -wg '${options_type.motif_trim_type.wg}' |
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
46 -ws '${options_type.motif_trim_type.ws}' |
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
47 ${options_type.motif_trim_type.noendgaps} |
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
48 #end if |
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
49 #if str( $options_type.bfile ) != 'None': |
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
50 -bfile '${options_type.bfile}' |
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
51 #end if |
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
52 #if str( $options_type.pspfile ) != 'None': |
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
53 -psp '${options_type.pspfile}' |
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
54 #end if |
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
55 #if str( $options_type.alphabet_type.alphabet_type_selector ) == 'dna': |
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
56 ${options_type.alphabet_type.revcomp} ${options_type.alphabet_type.pal} |
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
57 #end if |
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
58 -maxiter '${options_type.maxiter}' |
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
59 -distance '${options_type.distance}' |
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
60 -prior '${options_type.alphabet_type.prior_type.prior_type_selector}' |
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
61 #if str( $options_type.alphabet_type.prior_type.prior_type_selector ) != 'addone': |
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
62 -b '${options_type.alphabet_type.prior_type.prior_b}' |
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
63 #if str( $options_type.alphabet_type.prior_type.plib ) != 'None': |
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
64 -plib '${options_type.alphabet_type.prior_type.plib}' |
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
65 #end if |
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
66 #end if |
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
67 #if str( $options_type.alphabet_type.spmap_type.spmap_type_selector ) == 'cons': |
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
68 -cons '${options_type.alphabet_type.spmap_type.cons}' |
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
69 #else |
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
70 -spmap '${options_type.alphabet_type.spmap_type.spmap_type_selector}' |
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
71 -spfuzz '${options_type.alphabet_type.spmap_type.spfuzz}' |
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
72 #end if |
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
73 #if str( $options_type.branching_type.branching_type_selector ) == 'x_branch': |
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
74 -x_branch |
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
75 -bfactor '${options_type.branching_type.bfactor}' |
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
76 -heapsize '${options_type.branching_type.heapsize}' |
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
77 #end if |
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
78 #end if |
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
79 && mv '${html_outfile.files_path}/meme.html' '${html_outfile}' |
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
80 && mv '${html_outfile.files_path}/meme.txt' '${txt_outfile}' |
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
81 && mv '${html_outfile.files_path}/meme.xml' '${xml_outfile}' |
794b2859c286
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 211bfa0f58a0691fb7b0c2623763112fdcb76dbd
iuc
parents:
7
diff
changeset
|
82 ]]></command> |
0
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
83 <inputs> |
19
7ce0fe11b411
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents:
18
diff
changeset
|
84 <param name="input1" type="data" format="fasta" label="Sequences"/> |
0
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
85 <conditional name="options_type"> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
86 <param name="options_type_selector" type="select" label="Options Configuration"> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
87 <option value="basic" selected="true">Basic</option> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
88 <option value="advanced">Advanced</option> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
89 </param> |
19
7ce0fe11b411
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents:
18
diff
changeset
|
90 <when value="basic"/> |
0
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
91 <when value="advanced"> |
19
7ce0fe11b411
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents:
18
diff
changeset
|
92 <param argument="-sf" type="text" value="Galaxy FASTA Input" label="Name of sequence set"/> |
0
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
93 <conditional name="alphabet_type"> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
94 <param name="alphabet_type_selector" type="select" label="Sequence Alphabet"> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
95 <option value="protein">Protein</option> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
96 <option value="dna" selected="true">DNA</option> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
97 </param> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
98 <when value="protein"> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
99 <conditional name="prior_type"> |
19
7ce0fe11b411
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents:
18
diff
changeset
|
100 <param name="prior_type_selector" argument="-prior" type="select" label="Choice of prior"> |
0
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
101 <option value="dirichlet">simple Dirichlet prior</option> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
102 <option value="dmix" selected="true">mixture of Dirichlets prior</option> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
103 <option value="mega">extremely low variance dmix</option> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
104 <option value="megap">mega for all but last iteration of EM; dmix on last iteration</option> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
105 <option value="addone">add +1 to each observed count</option> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
106 </param> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
107 <when value="dirichlet"> |
19
7ce0fe11b411
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents:
18
diff
changeset
|
108 <param name="prior_b" argument="-b" type="float" value="0.01" label="strength of prior on model parameters"/> |
7ce0fe11b411
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents:
18
diff
changeset
|
109 <param argument="-plib" type="data" format="txt" optional="True" label="Dirichlet prior file"/> |
0
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
110 </when> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
111 <when value="dmix"> |
19
7ce0fe11b411
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents:
18
diff
changeset
|
112 <param name="prior_b" argument="-b" type="float" value="0" label="strength of prior on model parameters"/> |
7ce0fe11b411
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents:
18
diff
changeset
|
113 <param argument="-plib" type="data" format="txt" optional="True" label="Dirichlet prior file"/> |
0
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
114 </when> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
115 <when value="mega"> |
19
7ce0fe11b411
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents:
18
diff
changeset
|
116 <param name="prior_b" argument="-b" type="float" value="0" label="strength of prior on model parameters"/> |
7ce0fe11b411
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents:
18
diff
changeset
|
117 <param argument="-plib" type="data" format="txt" optional="True" label="Dirichlet prior file"/> |
0
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
118 </when> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
119 <when value="megap"> |
19
7ce0fe11b411
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents:
18
diff
changeset
|
120 <param name="prior_b" argument="-b" type="float" value="0" label="strength of prior on model parameters"/> |
7ce0fe11b411
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents:
18
diff
changeset
|
121 <param argument="-plib" type="data" format="txt" optional="True" label="Dirichlet prior file"/> |
0
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
122 </when> |
19
7ce0fe11b411
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents:
18
diff
changeset
|
123 <when value="addone"/> |
0
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
124 </conditional> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
125 <conditional name="spmap_type"> |
19
7ce0fe11b411
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents:
18
diff
changeset
|
126 <param name="spmap_type_selector" argument="-spmap" type="select" label="EM starting points"> |
0
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
127 <option value="uni">uni</option> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
128 <option value="pam" selected="true">pam</option> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
129 <option value="cons">Use starting point from string</option> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
130 </param> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
131 <when value="uni"> |
19
7ce0fe11b411
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents:
18
diff
changeset
|
132 <param argument="-spfuzz" type="float" value="0.5" label="Fuzziness of the mapping"/> |
0
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
133 </when> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
134 <when value="pam"> |
19
7ce0fe11b411
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents:
18
diff
changeset
|
135 <param argument="-spfuzz" type="integer" value="120" label="Fuzziness of the mapping"/> |
0
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
136 </when> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
137 <when value="cons"> |
19
7ce0fe11b411
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents:
18
diff
changeset
|
138 <param argument="-cons" type="text" value="" label="Starting point from string"/> |
0
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
139 </when> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
140 </conditional> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
141 </when> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
142 <when value="dna"> |
19
7ce0fe11b411
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents:
18
diff
changeset
|
143 <param argument="-revcomp" type="boolean" truevalue="-revcomp" falsevalue="" checked="False" label="Check reverse complement"/> |
7ce0fe11b411
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents:
18
diff
changeset
|
144 <param argument="-pal" type="boolean" truevalue="-pal" falsevalue="" checked="False" label="Check for palindromes"/> |
0
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
145 <conditional name="prior_type"> |
19
7ce0fe11b411
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents:
18
diff
changeset
|
146 <param name="prior_type_selector" argument="-prior" type="select" label="Sequence Alphabet"> |
0
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
147 <option value="dirichlet" selected="true">simple Dirichlet prior</option> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
148 <option value="dmix">mixture of Dirichlets prior</option> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
149 <option value="mega">extremely low variance dmix</option> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
150 <option value="megap">mega for all but last iteration of EM; dmix on last iteration</option> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
151 <option value="addone">add +1 to each observed count</option> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
152 </param> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
153 <when value="dirichlet"> |
19
7ce0fe11b411
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents:
18
diff
changeset
|
154 <param name="prior_b" argument="-b" type="float" value="0.01" label="strength of prior on model parameters"/> |
7ce0fe11b411
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents:
18
diff
changeset
|
155 <param argument="-plib" type="data" format="txt" optional="True" label="Dirichlet prior file"/> |
0
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
156 </when> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
157 <when value="dmix"> |
19
7ce0fe11b411
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents:
18
diff
changeset
|
158 <param name="prior_b" argument="-b" type="float" value="0" label="strength of prior on model parameters"/> |
7ce0fe11b411
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents:
18
diff
changeset
|
159 <param argument="-plib" type="data" format="txt" optional="True" label="Dirichlet prior file"/> |
0
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
160 </when> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
161 <when value="mega"> |
19
7ce0fe11b411
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents:
18
diff
changeset
|
162 <param name="prior_b" argument="-b" type="float" value="0" label="strength of prior on model parameters"/> |
7ce0fe11b411
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents:
18
diff
changeset
|
163 <param argument="-plib" type="data" format="txt" optional="True" label="Dirichlet prior file"/> |
0
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
164 </when> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
165 <when value="megap"> |
19
7ce0fe11b411
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents:
18
diff
changeset
|
166 <param name="prior_b" argument="-b" type="float" value="0" label="strength of prior on model parameters"/> |
7ce0fe11b411
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents:
18
diff
changeset
|
167 <param argument="-plib" type="data" format="txt" optional="True" label="Dirichlet prior file"/> |
0
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
168 </when> |
19
7ce0fe11b411
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents:
18
diff
changeset
|
169 <when value="addone"/> |
0
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
170 </conditional> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
171 <conditional name="spmap_type"> |
19
7ce0fe11b411
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents:
18
diff
changeset
|
172 <param name="spmap_type_selector" argument="-spmap" type="select" label="EM starting points"> |
0
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
173 <option value="uni" selected="true">uni</option> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
174 <option value="pam">pam</option> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
175 <option value="cons">Use starting point from string</option> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
176 </param> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
177 <when value="uni"> |
19
7ce0fe11b411
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents:
18
diff
changeset
|
178 <param argument="-spfuzz" type="float" value="0.5" label="Fuzziness of the mapping"/> |
0
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
179 </when> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
180 <when value="pam"> |
19
7ce0fe11b411
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents:
18
diff
changeset
|
181 <param argument="-spfuzz" type="integer" value="120" label="Fuzziness of the mapping"/> |
0
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
182 </when> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
183 <when value="cons"> |
19
7ce0fe11b411
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents:
18
diff
changeset
|
184 <param argument="-cons" type="text" value="" label="Starting point from string"/> |
0
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
185 </when> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
186 </conditional> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
187 </when> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
188 </conditional> |
19
7ce0fe11b411
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents:
18
diff
changeset
|
189 <param argument="-nmotifs" type="integer" value="1" label="Number of different motifs to search"/> |
7ce0fe11b411
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents:
18
diff
changeset
|
190 <param argument="-evt" type="float" value="inf" label="E-value to stop looking for motifs"/> |
0
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
191 <conditional name="mod_type"> |
19
7ce0fe11b411
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents:
18
diff
changeset
|
192 <param name="mod_type_selector" argument="-mod" type="select" label="Expected motif distribution"> |
0
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
193 <option value="oops">One Occurrence Per Sequence</option> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
194 <option value="zoops" selected="true">Zero or One Occurrence Per Sequence</option> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
195 <option value="anr">Any Number of Repetitions</option> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
196 </param> |
19
7ce0fe11b411
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents:
18
diff
changeset
|
197 <when value="oops"/> |
0
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
198 <when value="zoops"> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
199 <conditional name="motif_occurrence_type"> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
200 <param name="motif_occurrence_type_selector" type="select" label="Number of motif occurrences"> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
201 <option value="default" selected="true">Use defaults</option> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
202 <option value="nsites">nsites</option> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
203 <option value="min_max_sites">min and max sites</option> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
204 </param> |
19
7ce0fe11b411
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents:
18
diff
changeset
|
205 <when value="default"/> |
0
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
206 <when value="nsites"> |
19
7ce0fe11b411
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents:
18
diff
changeset
|
207 <param argument="-nsites" type="integer" value="1" label="Search nsites number of occurrences"/> |
0
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
208 </when> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
209 <when value="min_max_sites"> |
19
7ce0fe11b411
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents:
18
diff
changeset
|
210 <param argument="-minsites" type="integer" value="1" label="minsites"/> |
7ce0fe11b411
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents:
18
diff
changeset
|
211 <param argument="-maxsites" type="integer" value="50" label="maxsites"/> |
0
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
212 </when> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
213 </conditional> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
214 </when> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
215 <when value="anr"> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
216 <conditional name="motif_occurrence_type"> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
217 <param name="motif_occurrence_type_selector" type="select" label="Number of motif occurrences"> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
218 <option value="default" selected="true">Use defaults</option> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
219 <option value="nsites">nsites</option> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
220 <option value="min_max_sites">min and max sites</option> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
221 </param> |
19
7ce0fe11b411
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents:
18
diff
changeset
|
222 <when value="default"/> |
0
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
223 <when value="nsites"> |
19
7ce0fe11b411
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents:
18
diff
changeset
|
224 <param argument="-nsites" type="integer" value="1" label="Search nsites number of occurrences"/> |
0
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
225 </when> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
226 <when value="min_max_sites"> |
19
7ce0fe11b411
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents:
18
diff
changeset
|
227 <param argument="-minsites" type="integer" value="1" label="minsites"/> |
7ce0fe11b411
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents:
18
diff
changeset
|
228 <param argument="-maxsites" type="integer" value="50" label="maxsites"/> |
0
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
229 </when> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
230 </conditional> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
231 </when> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
232 </conditional> |
19
7ce0fe11b411
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents:
18
diff
changeset
|
233 <param argument="-wnsites" type="float" value="0.8" label="Weight on the prior on nsites"/> |
0
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
234 <conditional name="motif_width_type"> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
235 <param name="motif_width_type_selector" type="select" label="Motif width type"> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
236 <option value="exact">Exact width</option> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
237 <option value="range" selected="true">Specify a range</option> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
238 </param> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
239 <when value="exact"> |
19
7ce0fe11b411
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents:
18
diff
changeset
|
240 <param name="width" argument="-w" type="integer" value="10" label="Width of motif to search"/> |
0
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
241 </when> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
242 <when value="range"> |
19
7ce0fe11b411
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents:
18
diff
changeset
|
243 <param argument="-minw" type="integer" value="8" label="Min width of motif to search"/> |
7ce0fe11b411
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents:
18
diff
changeset
|
244 <param argument="-maxw" type="integer" value="50" label="Max width of motif to search"/> |
0
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
245 </when> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
246 </conditional> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
247 <conditional name="motif_trim_type"> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
248 <param name="motif_trim_type_selector" type="select" label="Motif trim type"> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
249 <option value="nomatrim">No motif trim</option> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
250 <option value="trim" selected="true">Trim motif</option> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
251 </param> |
19
7ce0fe11b411
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents:
18
diff
changeset
|
252 <when value="nomatrim"/> |
0
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
253 <when value="trim"> |
19
7ce0fe11b411
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents:
18
diff
changeset
|
254 <param argument="-wg" type="integer" value="11" label="Gap cost"/> |
7ce0fe11b411
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents:
18
diff
changeset
|
255 <param argument="-ws" type="integer" value="1" label="Space cost"/> |
7ce0fe11b411
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents:
18
diff
changeset
|
256 <param argument="-noendgaps" type="boolean" truevalue="-noendgaps" falsevalue="" checked="False" label="Do not penalize endgaps"/> |
0
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
257 </when> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
258 </conditional> |
19
7ce0fe11b411
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents:
18
diff
changeset
|
259 <param argument="-bfile" type="data" format="txt" optional="True" label="Background Model"/> |
7ce0fe11b411
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents:
18
diff
changeset
|
260 <param name="pspfile" argument="-psp" type="data" format="txt" optional="True" label="Position-Specific Prior"/> |
7ce0fe11b411
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents:
18
diff
changeset
|
261 <param argument="-maxiter" type="integer" value="50" label="Number of iterations of EM to run"/> |
7ce0fe11b411
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents:
18
diff
changeset
|
262 <param argument="-distance" type="float" value="0.001" label="Convergence criterion"/> |
0
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
263 <conditional name="branching_type"> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
264 <param name="branching_type_selector" type="select" label="x-branching type"> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
265 <option value="x_branch">Perform x-branching</option> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
266 <option value="no_x_branch" selected="true">No x-branching</option> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
267 </param> |
19
7ce0fe11b411
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents:
18
diff
changeset
|
268 <when value="no_x_branch"/> |
0
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
269 <when value="x_branch"> |
19
7ce0fe11b411
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents:
18
diff
changeset
|
270 <param argument="-bfactor" type="integer" value="3" label="Number of iterations of branching"/> |
7ce0fe11b411
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents:
18
diff
changeset
|
271 <param argument="-heapsize" type="integer" value="64" label="Maximum number of heaps to use"/> |
0
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
272 </when> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
273 </conditional> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
274 </when> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
275 </conditional> |
19
7ce0fe11b411
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 93fe7345e2b6a97000975d978bf06513b3a442d9
iuc
parents:
18
diff
changeset
|
276 <param name="non_commercial_use" type="boolean" truevalue="NON_COMMERCIAL_USE" falsevalue="COMMERCIAL_USE" checked="False" label="I certify that I am not using this tool for commercial purposes."> |
0
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
277 <validator type="expression" message="This tool is only available for non-commercial use.">value == True</validator> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
278 </param> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
279 </inputs> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
280 <outputs> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
281 <data format="html" name="html_outfile" label="${tool.name} on ${on_string} (html)"/> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
282 <data format="txt" name="txt_outfile" label="${tool.name} on ${on_string} (text)"/> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
283 <data format="memexml" name="xml_outfile" label="${tool.name} on ${on_string} (xml)"/> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
284 </outputs> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
285 <tests> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
286 <test> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
287 <param name="input1" value="meme_input_1.fasta" ftype="fasta" dbkey="hg19"/> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
288 <param name="options_type_selector" value="basic"/> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
289 <param name="non_commercial_use" value="True"/> |
14
3f0dd362b755
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 86a94f48321780dbe18ef5b099434c347ec2f4d0"
iuc
parents:
13
diff
changeset
|
290 <output name="html_outfile" file="meme_output_test1.html" compare="contains"/> |
3f0dd362b755
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 86a94f48321780dbe18ef5b099434c347ec2f4d0"
iuc
parents:
13
diff
changeset
|
291 <output name="txt_outfile" file="meme_output_test1.txt" compare="contains"/> |
3f0dd362b755
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 86a94f48321780dbe18ef5b099434c347ec2f4d0"
iuc
parents:
13
diff
changeset
|
292 <output name="xml_outfile" file="meme_output_test1.xml" compare="contains"/> |
0
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
293 </test> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
294 <test> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
295 <param name="input1" value="meme_input_1.fasta" ftype="fasta" dbkey="hg19"/> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
296 <param name="options_type_selector" value="advanced"/> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
297 <param name="plib" value="prior30.plib" ftype="txt"/> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
298 <param name="non_commercial_use" value="True"/> |
14
3f0dd362b755
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 86a94f48321780dbe18ef5b099434c347ec2f4d0"
iuc
parents:
13
diff
changeset
|
299 <output name="html_outfile" file="meme_output_test2.html" compare="contains"/> |
3f0dd362b755
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 86a94f48321780dbe18ef5b099434c347ec2f4d0"
iuc
parents:
13
diff
changeset
|
300 <output name="txt_outfile" file="meme_output_test2.txt" compare="contains"/> |
3f0dd362b755
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 86a94f48321780dbe18ef5b099434c347ec2f4d0"
iuc
parents:
13
diff
changeset
|
301 <output name="xml_outfile" file="meme_output_test2.xml" compare="contains"/> |
0
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
302 </test> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
303 </tests> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
304 <help> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
305 |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
306 .. class:: warningmark |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
307 |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
308 **WARNING: This tool is only available for non-commercial use. Use for educational, research and non-profit purposes is permitted. |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
309 Before using, be sure to review, agree, and comply with the license.** |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
310 |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
311 If you want to specify sequence weights, you must include them at the top of your input FASTA file. |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
312 |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
313 MEME discovers novel, ungapped motifs (recurring, fixed-length patterns) in your sequences (sample output from sequences). |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
314 MEME splits variable-length patterns into two or more separate motifs. A motif is a sequence pattern that occurs repeatedly |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
315 in a group of related sequences. MEME represents motifs as position-dependent letter-probability matrices which describe the |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
316 probability of each possible letter at each position in the pattern. Individual MEME motifs do not contain gaps. Patterns |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
317 with variable-length gaps are split by MEME into two or more separate motifs. MEME takes as input a group of sequences and |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
318 outputs as many motifs as requested. MEME uses statistical modeling techniques to automatically choose the best width, number |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
319 of occurrences, and description for each motif. |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
320 |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
321 .. class:: infomark |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
322 |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
323 For detailed information on MEME, click here_, or view the license_. |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
324 |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
325 .. _here: http://meme-suite.org/doc/meme.html?man_type=web |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
326 .. _license: http://meme-suite.org/doc/copyright.html?man_type=web |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
327 |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
328 </help> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
329 <citations> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
330 <citation type="bibtex"> |
11
7a5164f99316
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 76b52a25e6259819f40be78b44b98ff25bcd4684
iuc
parents:
10
diff
changeset
|
331 @inproceedings{Bailey1994Fitting, |
7a5164f99316
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 76b52a25e6259819f40be78b44b98ff25bcd4684
iuc
parents:
10
diff
changeset
|
332 booktitle = {Proceedings of the Second International Conference on Intelligent Systems for Molecular Biology}, |
7a5164f99316
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 76b52a25e6259819f40be78b44b98ff25bcd4684
iuc
parents:
10
diff
changeset
|
333 pages = {28-36}, |
7a5164f99316
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 76b52a25e6259819f40be78b44b98ff25bcd4684
iuc
parents:
10
diff
changeset
|
334 author = {Bailey, Timothy L. and Elkan, Charles}, |
7a5164f99316
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 76b52a25e6259819f40be78b44b98ff25bcd4684
iuc
parents:
10
diff
changeset
|
335 title = {Fitting a mixture model by expectation maximization to discover motifs in biopolymers}, |
7a5164f99316
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 76b52a25e6259819f40be78b44b98ff25bcd4684
iuc
parents:
10
diff
changeset
|
336 url = {https://www.aaai.org/Papers/ISMB/1994/ISMB94-004.pdf}, |
13
57e5d9382f36
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents:
11
diff
changeset
|
337 year = {1994} |
11
7a5164f99316
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 76b52a25e6259819f40be78b44b98ff25bcd4684
iuc
parents:
10
diff
changeset
|
338 } |
7a5164f99316
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 76b52a25e6259819f40be78b44b98ff25bcd4684
iuc
parents:
10
diff
changeset
|
339 </citation> |
0
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
340 </citations> |
e416c7c26977
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 71ac7e12419b8541746ebf8d4ba704cbbd603db1
iuc
parents:
diff
changeset
|
341 </tool> |