annotate meme_chip.xml @ 5:ff7dc6057652 draft

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