Mercurial > repos > bgruening > nucleosome_prediction
annotate nucleosome_prediction.xml @ 0:2c42bb973ac3 draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
author | bgruening |
---|---|
date | Tue, 27 Sep 2016 10:02:29 -0400 |
parents | |
children | 49d81e777389 |
rev | line source |
---|---|
0
2c42bb973ac3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff
changeset
|
1 <tool id="Nucleosome" name="Nucleosome Predictions" version="3.0"> |
2c42bb973ac3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff
changeset
|
2 <requirements> |
2c42bb973ac3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff
changeset
|
3 <requirement type="package" version="3.0">nucleosome_prediction</requirement> |
2c42bb973ac3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff
changeset
|
4 </requirements> |
2c42bb973ac3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff
changeset
|
5 <command detect_errors="exit_code"><![CDATA[ |
2c42bb973ac3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff
changeset
|
6 nucleosome_prediction.pl |
2c42bb973ac3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff
changeset
|
7 -t Example |
2c42bb973ac3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff
changeset
|
8 -s '$input' |
2c42bb973ac3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff
changeset
|
9 -p predition_output |
2c42bb973ac3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff
changeset
|
10 -tab |
2c42bb973ac3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff
changeset
|
11 -c $c |
2c42bb973ac3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff
changeset
|
12 -temp $temp |
2c42bb973ac3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff
changeset
|
13 $raw_binding |
2c42bb973ac3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff
changeset
|
14 ]]></command> |
2c42bb973ac3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff
changeset
|
15 |
2c42bb973ac3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff
changeset
|
16 <inputs> |
2c42bb973ac3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff
changeset
|
17 <param type="data" name="input" label="Input sequence file (.fasta format)" format="fasta" /> |
2c42bb973ac3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff
changeset
|
18 <param argument="-c" type="float" value="0.1" |
2c42bb973ac3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff
changeset
|
19 label="Nucleosomes Concentration" help="Nucleosomes concentration: the default value = 0.1"/> |
2c42bb973ac3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff
changeset
|
20 <param argument="-temp" type="integer" value="1" |
2c42bb973ac3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff
changeset
|
21 label="Temperature Scaling" help="Temperature scaling: the default value = 1"/> |
2c42bb973ac3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff
changeset
|
22 <param argument="-raw_binding" type="boolean" truevalue="-raw_binding" falsevalue="" |
2c42bb973ac3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff
changeset
|
23 label="Raw Binding" help="Raw Binding: When 'No' (default), then the output will be the default average occupancy probabilities. When 'yes', then the output will be the raw nucleosome binding log-ratio per basepair"/> |
2c42bb973ac3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff
changeset
|
24 </inputs> |
2c42bb973ac3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff
changeset
|
25 |
2c42bb973ac3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff
changeset
|
26 <outputs> |
2c42bb973ac3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff
changeset
|
27 <data name="output" format="tabular" from_work_dir="predition_output.tab" /> |
2c42bb973ac3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff
changeset
|
28 </outputs> |
2c42bb973ac3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff
changeset
|
29 |
2c42bb973ac3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff
changeset
|
30 <tests> |
2c42bb973ac3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff
changeset
|
31 <test> |
2c42bb973ac3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff
changeset
|
32 <param name="input" value="input.fa" ftype="fasta"/> |
2c42bb973ac3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff
changeset
|
33 <param name="raw_binding" value="True"/> |
2c42bb973ac3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff
changeset
|
34 <output name="output" file="npresults.tab" ftype="tabular"/> |
2c42bb973ac3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff
changeset
|
35 </test> |
2c42bb973ac3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff
changeset
|
36 <test> |
2c42bb973ac3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff
changeset
|
37 <param name="input" value="input.fa" ftype="fasta"/> |
2c42bb973ac3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff
changeset
|
38 <param name="c" value="0.1"/> |
2c42bb973ac3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff
changeset
|
39 <param name="temp" value="1"/> |
2c42bb973ac3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff
changeset
|
40 <output name="output" file="npresultsf.tab" ftype="tabular"/> |
2c42bb973ac3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff
changeset
|
41 </test> |
2c42bb973ac3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff
changeset
|
42 </tests> |
2c42bb973ac3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff
changeset
|
43 |
2c42bb973ac3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff
changeset
|
44 <help><![CDATA[ |
2c42bb973ac3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff
changeset
|
45 |
2c42bb973ac3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff
changeset
|
46 **What it does** |
2c42bb973ac3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff
changeset
|
47 This tool allows you to submit a genomic sequence and to recieve a prediction of the nucleosomes positions on it, based on the nucleosome-DNA interaction model that we developed in these papers: |
2c42bb973ac3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff
changeset
|
48 This version (version 3) is applicable to all species. |
2c42bb973ac3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff
changeset
|
49 |
2c42bb973ac3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff
changeset
|
50 The tool takes a sequence .fasta file and finds all positions of the matrices above the background |
2c42bb973ac3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff
changeset
|
51 |
2c42bb973ac3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff
changeset
|
52 ]]></help> |
2c42bb973ac3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff
changeset
|
53 |
2c42bb973ac3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff
changeset
|
54 <citations> |
2c42bb973ac3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff
changeset
|
55 |
2c42bb973ac3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff
changeset
|
56 <citation type="bibtex"> |
2c42bb973ac3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff
changeset
|
57 @MISC{10.1038/nature07667, |
2c42bb973ac3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff
changeset
|
58 DOI = {10.1038/nature07667}, |
2c42bb973ac3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff
changeset
|
59 note = {The DNA-encoded nucleosome organization of a eukaryotic genome} |
2c42bb973ac3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff
changeset
|
60 year = "2009" |
2c42bb973ac3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff
changeset
|
61 } |
2c42bb973ac3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff
changeset
|
62 </citation> |
2c42bb973ac3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff
changeset
|
63 </citations> |
2c42bb973ac3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff
changeset
|
64 |
2c42bb973ac3
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff
changeset
|
65 </tool> |