Mercurial > repos > iuc > meme_psp_gen
annotate meme_psp_gen.xml @ 0:a0fa4efeeee3 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
author | iuc |
---|---|
date | Wed, 23 Aug 2017 20:57:34 -0400 |
parents | |
children | b48e673af4e8 |
rev | line source |
---|---|
0
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
1 <tool id="meme_psp_gen" name="MEME psp-gen" version="@WRAPPER_VERSION@.0"> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
2 <description>- perform discriminative motif discovery</description> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
3 <macros> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
4 <import>macros.xml</import> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
5 </macros> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
6 <expand macro="requirements" /> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
7 <command detect_errors="exit_code"><![CDATA[ |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
8 psp-gen |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
9 -pos '$primary_sequence' |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
10 -neg '$control_sequence' |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
11 -minw $adv.minw |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
12 -maxw $adv.maxw |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
13 $adv.alphabet |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
14 #if str($adv.triples_cond.triples) == 'yes': |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
15 -triples |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
16 $adv.triples_cond.fixedstart |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
17 #end if |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
18 $adv.equiv |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
19 $adv.revcomp |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
20 $adv.scalemin |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
21 $adv.scalemax |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
22 $adv.maxrange |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
23 $adv.raw |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
24 #if str($adv.report_scores_cond.report_scores) == 'yes': |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
25 -reportscores |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
26 $adv.report_scores_cond.verbose |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
27 2> '$output_tabular' |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
28 #end if |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
29 > '$output_psp' |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
30 ]]></command> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
31 <inputs> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
32 <param format="fasta" name="primary_sequence" type="data" label="Primary sequence file"/> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
33 <param format="fasta" name="control_sequence" type="data" label="Control sequence file"/> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
34 <section name="adv" title="Additional Options"> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
35 <param argument="-minw" type="integer" value="4" min="0" label="Minimum width to use for position specific priors"/> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
36 <param argument="-maxw" type="integer" value="20" min="0" label="Maximum width to use for position specific priors"/> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
37 <param name="alphabet" type="select" label="Alphabet"> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
38 <option value="-dna" selected="true">DNA</option> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
39 <option value="-protein">protein</option> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
40 <option value="-rna">RNA</option> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
41 </param> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
42 <conditional name="triples_cond"> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
43 <param name="triples" type="select" label="Use spaced triples instead of whole-word matches?" help="Recommended for protein"> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
44 <option value="no" selected="true">No</option> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
45 <option value="yes">yes</option> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
46 </param> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
47 <when value="no"/> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
48 <when value="yes"> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
49 <param argument="-fixedstart" type="boolean" truevalue="-fixedstart" falsevalue="" checked="False" label="Allow triples to start anywhere within a site?" help="Select 'No' to only consider triples starting at the start of the site"/> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
50 </when> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
51 </conditional> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
52 <param argument="-equiv" type="boolean" truevalue="-equiv" falsevalue="" checked="False" label="Match as equal sequences of letters that appear together?"/> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
53 <param argument="-revcomp" type="boolean" truevalue="-revcomp" falsevalue="" checked="False" label="Consider both strands when calculating position specific priors for alphabets?"/> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
54 <param argument="-scalemin" type="boolean" truevalue="-scalemin" falsevalue="" checked="False" label="Set the lowest score value after scaling?"/> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
55 <param argument="-scalemax" type="boolean" truevalue="-scalemax" falsevalue="" checked="False" label="Set the highest score value after scaling?"/> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
56 <param argument="-maxrange" type="boolean" truevalue="-maxrange" falsevalue="" checked="False" label="Choose the width with the biggest difference between minimum and maximum scores before scaling?" help="Select 'No' to choose the width with the biggest maximum score (before scaling)"/> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
57 <param argument="-raw" type="boolean" truevalue="-raw" falsevalue="" checked="False" label="Output scores instead of priors?"/> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
58 <conditional name="report_scores_cond"> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
59 <param name="report_scores" type="select" label="Output primary and control file names, scores and widths?"> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
60 <option value="no" selected="true">No</option> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
61 <option value="yes">yes</option> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
62 </param> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
63 <when value="no"/> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
64 <when value="yes"> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
65 <param argument="-verbose" type="boolean" truevalue="-verbose" falsevalue="" checked="False" label="Report frequency of each score?"/> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
66 </when> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
67 </conditional> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
68 </section> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
69 <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"> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
70 <validator type="expression" message="This tool is only available for non-commercial use.">value == True</validator> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
71 </param> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
72 </inputs> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
73 <outputs> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
74 <data format="memepsp" name="output_psp"/> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
75 <data format="tabular" name="output_tabular" label="${tool.name} (report) on ${on_string}"> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
76 <filter>adv['report_scores_cond']['report_scores'] == 'yes'</filter> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
77 </data> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
78 </outputs> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
79 <tests> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
80 <test> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
81 <param name="primary_sequence" value="meme_psp_protein_input.fasta" ftype="fasta"/> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
82 <param name="control_sequence" value="meme_psp_protein_input.fasta" ftype="fasta"/> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
83 <param name="alphabet" value="protein"/> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
84 <param name="report_scores" value="yes"/> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
85 <param name="verbose" value="-verbose"/> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
86 <param name="non_commercial_use" value="NON_COMMERCIAL_USE"/> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
87 <output name="output_psp" file="output.memepsp"/> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
88 <output name="output_tabular" file="meme_psp_gen_reports_output.tabular" compare="contains"/> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
89 </test> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
90 </tests> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
91 <help> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
92 |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
93 .. class:: warningmark |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
94 |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
95 **WARNING: This tool is only available for non-commercial use. Use for educational, research and non-profit purposes is permitted. |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
96 Before using, be sure to review, agree, and comply with the license.** |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
97 |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
98 psp-gen is used to allow MEME to perform discriminative motif discovery—to find motifs overrepresented in one set of sequences compared to in another set. |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
99 It takes two files as input—the sequence file to be input to MEME, (the "primary" file) and a "control" sequence file of sequences believed not to contain |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
100 the same motifs as in the "primary" file. psp-gen creates a file for use by MEME that encapsulates information about probable discriminative motifs. psp-gen |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
101 records its chosen motif width in the file, and MEME is able to adjust the data when it tries different motif widths. |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
102 |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
103 .. class:: infomark |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
104 |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
105 For detailed information on psp-gen, click here_, or view the license_. |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
106 |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
107 .. _here: http://meme-suite.org/doc/psp-gen.html?man_type=web |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
108 .. _license: http://meme-suite.org/doc/copyright.html?man_type=web |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
109 |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
110 ----- |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
111 |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
112 **Required options** |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
113 |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
114 * **Primary sequence file** - a file containing FASTA formatted sequences which are to be used as the primary set in PSP calculation. |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
115 * **Control sequence file** - a file containing FASTA formatted sequences which are to be used as the control set in PSP calculation. |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
116 |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
117 **Additional options** |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
118 |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
119 * **Minimum width to use for position specific priors** - the minimum width to use with selecting the "best" width for PSPs. |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
120 * **Maximum width to use for position specific priors** - the maximum width to use with selecting the "best" width for PSPs. |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
121 * **Alphabet** - The alphabet to be used, one of DNA, protein or RNA. |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
122 * **Use spaced triples instead of whole-word matches** - use spaced triples instead of whole-word matches (recommended when using the protein alphabet). |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
123 |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
124 * **Allow triples to start anywhere within a site** - when using the -triples option, select 'Yes' to only consider triples starting at the start of the site or 'No' to allow triples to start anywhere in a width 'w' site. |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
125 |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
126 * **Match as equal sequences of letters that appear together** - select 'Yes' to match as equal any sequence of letter that appears together. Separate letter groups using "-" (e.g. -equiv "IVL-HKR") means treat all occurrences of I, V or L as the same, and all occurrences of H, K or R as the same. |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
127 * **Consider both strands when calculating position specific priors for alphabets** - select 'Yes' to consider both strands when calculating PSPs for complementable alphabets or 'No to consider only the given strand. |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
128 * **Set the lowest score value after scaling** - select 'Yes' to set the lowest score to 0.1 unless the the following "highest score" option is selected, in which case the lowest score is highest score - 1. |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
129 * **Set the highest score value after scaling** - select 'Yes' to set the highest score to 0.9 unless the previous "lowest score" option is selected, in which case the highest score is lowest score + 1. |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
130 * **Choose the width with the biggest difference between minimum and maximum scores before scaling** - select 'Yes' to choose the width with the biggest difference between minimum and maximum scores before scaling, or 'No' to choose the width with the biggest maximum score before scaling. |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
131 * **Output scores instead of priors** - select 'Yes' to output scores instead of position specific priors. |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
132 * **Output primary and control file names, scores and widths** - select 'Yes' to produce an additional tabular output consisting of control file names, lowest and highest scores and lowest and highest widths. |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
133 |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
134 * **Report frequency of each score** - select 'Yes' to include the frequency of each score in the output. |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
135 |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
136 </help> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
137 <citations> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
138 <citation type="doi">10.1186/1471-2105-11-179</citation> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
139 </citations> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
140 </tool> |