Mercurial > repos > iuc > meme_psp_gen
annotate meme_psp_gen.xml @ 4:e24560178fad draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 8c1eac566cbcc93ceb3d753170bce144d386722c"
author | iuc |
---|---|
date | Sat, 27 Nov 2021 09:44:44 +0000 |
parents | b48e673af4e8 |
children | 5f95d385a33c |
rev | line source |
---|---|
4
e24560178fad
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 8c1eac566cbcc93ceb3d753170bce144d386722c"
iuc
parents:
2
diff
changeset
|
1 <tool id="meme_psp_gen" name="MEME psp-gen" version="@TOOL_VERSION@.0"> |
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[ |
4
e24560178fad
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 8c1eac566cbcc93ceb3d753170bce144d386722c"
iuc
parents:
2
diff
changeset
|
8 @CHECK_NON_COMMERCIAL_USE@ |
2
b48e673af4e8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents:
0
diff
changeset
|
9 ln -s '${primary_sequence}' meme_psp_input_pos.fa && |
b48e673af4e8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents:
0
diff
changeset
|
10 ln -s '${control_sequence}' meme_psp_input_neg.fa && |
0
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
11 psp-gen |
2
b48e673af4e8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents:
0
diff
changeset
|
12 -pos meme_psp_input_pos.fa |
b48e673af4e8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents:
0
diff
changeset
|
13 -neg meme_psp_input_neg.fa |
0
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
14 -minw $adv.minw |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
15 -maxw $adv.maxw |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
16 $adv.alphabet |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
17 #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
|
18 -triples |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
19 $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
|
20 #end if |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
21 $adv.equiv |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
22 $adv.revcomp |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
23 $adv.scalemin |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
24 $adv.scalemax |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
25 $adv.maxrange |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
26 $adv.raw |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
27 #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
|
28 -reportscores |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
29 $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
|
30 2> '$output_tabular' |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
31 #end if |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
32 > '$output_psp' |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
33 ]]></command> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
34 <inputs> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
35 <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
|
36 <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
|
37 <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
|
38 <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
|
39 <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
|
40 <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
|
41 <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
|
42 <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
|
43 <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
|
44 </param> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
45 <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
|
46 <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
|
47 <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
|
48 <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
|
49 </param> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
50 <when value="no"/> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
51 <when value="yes"> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
52 <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
|
53 </when> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
54 </conditional> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
55 <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
|
56 <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
|
57 <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
|
58 <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
|
59 <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
|
60 <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
|
61 <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
|
62 <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
|
63 <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
|
64 <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
|
65 </param> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
66 <when value="no"/> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
67 <when value="yes"> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
68 <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
|
69 </when> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
70 </conditional> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
71 </section> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
72 <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
|
73 <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
|
74 </param> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
75 </inputs> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
76 <outputs> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
77 <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
|
78 <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
|
79 <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
|
80 </data> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
81 </outputs> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
82 <tests> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
83 <test> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
84 <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
|
85 <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
|
86 <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
|
87 <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
|
88 <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
|
89 <param name="non_commercial_use" value="NON_COMMERCIAL_USE"/> |
2
b48e673af4e8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents:
0
diff
changeset
|
90 <output name="output_psp" file="meme_psp_output_test1.memepsp"/> |
b48e673af4e8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit e2cf796f991cbe8c96e0cc5a0056b7255ac3ad6b
iuc
parents:
0
diff
changeset
|
91 <output name="output_tabular" file="meme_psp_output_test1.tabular"/> |
0
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
92 </test> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
93 </tests> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
94 <help> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
95 |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
96 .. class:: warningmark |
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 **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
|
99 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
|
100 |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
101 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
|
102 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
|
103 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
|
104 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
|
105 |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
106 .. class:: infomark |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
107 |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
108 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
|
109 |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
110 .. _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
|
111 .. _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
|
112 |
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 |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
115 **Required options** |
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 * **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
|
118 * **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
|
119 |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
120 **Additional options** |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
121 |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
122 * **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
|
123 * **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
|
124 * **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
|
125 * **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
|
126 |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
127 * **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
|
128 |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
129 * **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
|
130 * **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
|
131 * **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
|
132 * **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
|
133 * **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
|
134 * **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
|
135 * **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
|
136 |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
137 * **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
|
138 |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
139 </help> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
140 <citations> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
141 <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
|
142 </citations> |
a0fa4efeeee3
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme commit 3f116ddc83447056068573320c148a9bfca9aa2e
iuc
parents:
diff
changeset
|
143 </tool> |