annotate meme_chip.xml @ 0:6095db402811 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
author iuc
date Fri, 20 Apr 2018 09:03:44 -0400
parents
children 091a9d638d78
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
1 <tool id="meme_chip" name="MEME-ChIP" version="4.11.2">
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
2 <description>- motif discovery, enrichment analysis and clustering on large nucleotide datasets</description>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
3 <macros>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
4 <import>macros.xml</import>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
5 </macros>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
6 <expand macro="requirements" />
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
7 <code file="get_meme_motif_databases.py" />
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
8 <command detect_errors="exit_code"><![CDATA[
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
9 #import os
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
10 #set primary_output = $os.path.join($output.files_path, "index.html")
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
11 meme-chip '$input'
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
12 -noecho
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
13 #if $control:
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
14 -neg '$control'
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
15 #end if
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
16 $sequence_alphabet
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
17 -o '$output.files_path'
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
18 #if str($options_type_cond.options_type)=='advanced':
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
19 ## FIXME: CentriMo cannot be run, See the comments in the input section.
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
20 ## #set run_centrimo = $options_type_cond.run_centrimo_cond.run_centrimo
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
21 ## #if str($run_centrimo) == "yes":
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
22 ## -db $options_type_cond.run_centrimo_cond.meme_motif_databases.fields.path
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
23 ## #if $options_type_cond.run_centrimo_cond.centrimo_local:
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
24 ## -centrimo-local
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
25 ## #end if
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
26 ## #if $options_type_cond.run_centrimo_cond.centrimo_score:
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
27 ## -centrimo-score $options_type_cond.run_centrimo_cond.centrimo_score
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
28 ## #end if
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
29 ## #if $options_type_cond.run_centrimo_cond.centrimo_maxreg:
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
30 ## -centrimo-maxreg $options_type_cond.run_centrimo_cond.centrimo_maxreg
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
31 ## #end if
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
32 ## #if $options_type_cond.run_centrimo_cond.centrimo_ethresh:
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
33 ## -centrimo-ethresh $options_type_cond.run_centrimo_cond.centrimo_ethresh
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
34 ## #end if
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
35 ## #if $options_type_cond.run_centrimo_cond.centrimo_noseq:
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
36 ## -centrimo-noseq
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
37 ## #end if
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
38 ## #if $options_type_cond.run_centrimo_cond.centrimo_flip:
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
39 ## -centrimo-flip
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
40 ## #end if
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
41 ## #end if
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
42 $options_type_cond.search_given_strand
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
43 -order $options_type_cond.background_model_order
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
44 #if str($options_type_cond.subsampling_cond.subsampling) == "no":
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
45 -norand
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
46 #if $options_type_cond.subsampling_cond.subsampling.seed:
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
47 -seed $options_type_cond.subsampling_cond.subsampling.seed
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
48 #end if
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
49 #end if
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
50 #if $options_type_cond.nmeme:
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
51 -nmeme $options_type_cond.nmeme
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
52 #end if
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
53 #if $options_type_cond.ccut:
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
54 -ccut $options_type_cond.ccut
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
55 #end if
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
56 -group-thresh $options_type_cond.group_threash
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
57 #if str($options_type_cond.group_weak):
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
58 -group-weak $options_type_cond.group_weak
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
59 #end if
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
60 -filter-thresh $options_type_cond.filter_thresh
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
61 $options_type_cond.old_clustering
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
62 -meme-mod $options_type_cond.meme_mod
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
63 #if $options_type_cond.meme_minw:
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
64 -meme-minw $options_type_cond.meme_minw
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
65 #end if
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
66 #if $options_type_cond.meme_maxw:
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
67 -meme-maxw $options_type_cond.meme_maxw
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
68 #end if
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
69 #if $options_type_cond.meme_nmotifs:
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
70 -meme-nmotifs $options_type_cond.meme_nmotifs
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
71 #end if
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
72 #if $options_type_cond.meme_minsites:
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
73 -meme-minsites $options_type_cond.meme_minsites
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
74 #end if
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
75 #if $options_type_cond.meme_maxsites:
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
76 -meme-maxsites $options_type_cond.meme_maxsites
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
77 #end if
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
78 $options_type_cond.meme_pal
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
79 -dreme-e $options_type_cond.dreme_e
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
80 -dreme-m $options_type_cond.dreme_m
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
81 -spamo-skip
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
82 -fimo-skip
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
83 #end if
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
84 && rm '$output'
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
85 && ln -s $primary_output '$output'
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
86 ]]></command>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
87 <inputs>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
88 <param name="input" type="data" format="fasta" label="Primary sequences" help="Nucleotide sequences must have equal length"/>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
89 <param name="control" type="data" format="fasta" optional="true" label="Control sequences" help="If no selection, positive sequences in the input are shuffled to create the negative set"/>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
90 <param name="sequence_alphabet" type="select" label="Sequence alphabet">
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
91 <option value="-dna" selected="true">DNA</option>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
92 <option value="-rna">RNA</option>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
93 </param>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
94 <conditional name="options_type_cond">
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
95 <param name="options_type" type="select" label="Options Configuration">
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
96 <option value="basic" selected="true">Basic</option>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
97 <option value="advanced">Advanced</option>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
98 </param>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
99 <when value="basic"/>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
100 <when value="advanced">
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
101 <!--
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
102 FIXME: CentriMo cannot be run since the tool form cannot populate the mem_motif_database select list below.
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
103 <conditional name="run_centrimo_cond">
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
104 <param name="run_centrimo" type="select" label="Run TOMTOM and CentriMo?">
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
105 <option value="yes" selected="true">Yes</option>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
106 <option value="no">No</option>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
107 </param>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
108 <when value="yes">
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
109
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
110 We have 2 dynamic select lists here. The first select list (meme_motif_database_dir) is populated from the meme_motif_databases
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
111 data table. The second select list (meme_motif_database) is dynamically re-rendered whenever the selection in the meme_motif_database_dir
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
112 select list is changed. This composition used to work (see Examples->Dynamic Options section of
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
113 https://docs.galaxyproject.org/en/latest/dev/schema.html) but no longer does. We'll have to figure out what is broken in
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
114 the dynamic options code in ~/parameters/basic.py in order to uncomment this block.
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
115
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
116 <param name="meme_motif_database_dir" type="select" label="Select the motifs (DNA)" refresh_on_change="True">
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
117 <options from_data_table="meme_motif_databases">
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
118 <filter type="sort_by" column="1"/>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
119 <validator type="no_options" message="No MEME motif databases are available for the selected input"/>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
120 </options>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
121 </param>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
122 <param name="meme_motif_database" type="select" label="MEME motif database" dynamic_options="get_meme_motif_database_options(file_path=meme_motif_database_dir)"/>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
123 <param name="centrimo_local" type="boolean" truevalue="true" falsevalue="" checked="False" label="Compute enrichment of all regions"/>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
124 <param name="centrimo_score" type="integer" optional="true" value="0" min="0" label="Minimum allowed CentriMo match score"/>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
125 <param name="centrimo_maxreg" type="integer" optional="true" value="0" min="0" label="Maximum CentriMo region size to be considered"/>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
126 <param name="centrimo_ethresh" type="integer" optional="true" value="0" min="0" label="CentriMo E-value threshold for reporting" />
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
127 <param name="centrimo_noseq" type="boolean" truevalue="true" falsevalue="" checked="False" label="Store CentriMo sequence IDs in the output"/>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
128 <param name="centrimo_flip" type="boolean" truevalue="true" falsevalue="" checked="False" label="Reflect CentriMo matches on reverse strand around center"/>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
129 </when>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
130 <when value="no"/>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
131 </conditional>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
132 -->
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
133 <param name="background_model_order" type="select" label="Select the order of the Markov background model">
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
134 <option value="0">0-order model of sequences</option>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
135 <option value="1" selected="True">1st order model of sequences</option>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
136 <option value="2">2nd order model of sequences</option>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
137 <option value="3">3rd order model of sequences</option>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
138 <option value="4">4th order model of sequences</option>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
139 </param>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
140 <param name="nmeme" type="integer" optional="true" value="" min="1" label="Limit of sequences to pass to MEME"/>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
141 <conditional name="subsampling_cond">
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
142 <param name="subsampling" type="select" label="Should subsampling be random?" help="Select 'No' if your input sequences are sorted in order of confidence (best to worst)">
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
143 <option value="yes" selected="true">Yes</option>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
144 <option value="no">No</option>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
145 </param>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
146 <when value="yes">
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
147 <param name="seed" type="integer" optional="true" value="" min="1" label="Seed for the randomized selection of sequences"/>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
148 </when>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
149 <when value="no"/>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
150 </conditional>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
151 <param name="ccut" type="integer" optional="true" value="100" min="0" label="maximum size of a sequence before it is cut down to a centered section" help="Zero value indicates the sequences should not be cut down"/>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
152 <param name="group_threash" type="float" value="0.05" min="0" label="Primary threshold for clustering motifs" />
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
153 <param name="group_weak" type="float" optional="true" value="0" min="0" label="Secondary threshold for clustering motifs" help="Zero value results in 2*primary threshold"/>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
154 <param name="filter_thresh" type="float" value="0.05" min="0" label="E-value threshold for including motifs"/>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
155 <param name="search_given_strand" type="boolean" truevalue="-norc" falsevalue="" checked="False" label="Search given strand only"/>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
156 <param argument="-old_clustering" type="boolean" truevalue="-old_clustering" falsevalue="" checked="False" label="Pick cluster seed motifs based only on significance"/>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
157 <param name="meme_mod" type="select" label="What is the expected motif site distribution?">
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
158 <option value="oops" selected="True">One occurance per sequence</option>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
159 <option value="zoops">Zero or one occurances per sequence</option>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
160 <option value="anr">Any number of repititions</option>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
161 </param>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
162 <param name="meme_minw" type="integer" optional="true" value="0" min="0" label="Minimum motif width"/>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
163 <param name="meme_maxw" type="integer" optional="true" value="0" min="0" label="Maximum motif width"/>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
164 <param name="meme_nmotifs" type="integer" optional="true" value="0" min="0" label="Maximum number of motifs to find"/>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
165 <param name="meme_minsites" type="integer" optional="true" value="0" min="0" label="Minimum number of sites per motif"/>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
166 <param name="meme_maxsites" type="integer" optional="true" value="0" label="Maximum number of sites per motif"/>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
167 <param argument="-meme_pal" type="boolean" truevalue="-meme-pal" falsevalue="" checked="False" label="Look for palindromes only"/>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
168 <param name="dreme_e" type="float" value="0.05" min="0" label="Stop DREME searching after reaching this E-value threshold"/>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
169 <param name="dreme_m" type="integer" value="10" min="1" label="Stop DREME searching after finding this many motifs" />
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
170 </when>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
171 </conditional>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
172 <param name="non_commercial_use" label="I certify that I am not using this tool for commercial purposes." type="boolean" truevalue="NON_COMMERCIAL_USE" falsevalue="COMMERCIAL_USE" checked="False">
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
173 <validator type="expression" message="This tool is only available for non-commercial use.">value == True</validator>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
174 </param>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
175 </inputs>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
176 <outputs>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
177 <data name="output" format="html" label="${tool.name} (html) on ${on_string}"/>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
178 </outputs>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
179 <tests>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
180 <test>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
181 <param name="input" value="input1.fasta" ftype="fasta"/>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
182 <param name="non_commercial_use" value="True"/>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
183 <output name="output" file="output1.html" ftype="html" compare="contains"/>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
184 </test>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
185 <test>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
186 <param name="input" value="input1.fasta" ftype="fasta"/>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
187 <param name="sequence_alphabet" value="-rna"/>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
188 <param name="options_type" value="advanced"/>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
189 <param name="background_model_order" value="0"/>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
190 <param name="non_commercial_use" value="True"/>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
191 <output name="output" file="output1.html" ftype="html" compare="contains"/>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
192 </test>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
193 </tests>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
194 <help>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
195 .. class:: warningmark
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
196
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
197 **WARNING: This tool is only available for non-commercial use. Use for educational, research and non-profit purposes is permitted.
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
198 Before using, be sure to review, agree, and comply with the license.**
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
199
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
200 MWMW-ChIP perform motif discovery, motif enrichment analysis and clustering on large nucleotide datasets.
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
201
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
202 If you want to specify sequence weights, you must include them at the top of your input FASTA file.
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
203
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
204 MEME discovers novel, ungapped motifs (recurring, fixed-length patterns) in your sequences (sample output from sequences).
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
205 MEME splits variable-length patterns into two or more separate motifs. A motif is a sequence pattern that occurs repeatedly
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
206 in a group of related sequences. MEME represents motifs as position-dependent letter-probability matrices which describe the
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
207 probability of each possible letter at each position in the pattern. Individual MEME motifs do not contain gaps. Patterns
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
208 with variable-length gaps are split by MEME into two or more separate motifs. MEME takes as input a group of sequences and
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
209 outputs as many motifs as requested. MEME uses statistical modeling techniques to automatically choose the best width, number
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
210 of occurrences, and description for each motif.
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
211
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
212 .. class:: infomark
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
213
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
214 For detailed information on MEME, click here_, or view the license_.
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
215
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
216 .. _here: http://meme-suite.org/doc/meme.html?man_type=web
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
217 .. _license: http://meme-suite.org/doc/copyright.html?man_type=web
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
218
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
219 </help>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
220 <citations>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
221 <citation type="doi">10.1093/bioinformatics/btr189</citation>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
222 </citations>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
223 </tool>
6095db402811 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 9068afc3812495aaf88c9a2f5a224c634d634742
iuc
parents:
diff changeset
224