annotate nucleosome_prediction.xml @ 1:49d81e777389 draft default tip

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit 2c48ae5db2dd1508970cc4545cbdfb77bc010eba
author bgruening
date Wed, 13 Mar 2024 10:22:43 +0000
parents 2c42bb973ac3
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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">
1
49d81e777389 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit 2c48ae5db2dd1508970cc4545cbdfb77bc010eba
bgruening
parents: 0
diff changeset
2 <xrefs>
49d81e777389 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit 2c48ae5db2dd1508970cc4545cbdfb77bc010eba
bgruening
parents: 0
diff changeset
3 <xref type="bio.tools">nucleosome_prediction</xref>
49d81e777389 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit 2c48ae5db2dd1508970cc4545cbdfb77bc010eba
bgruening
parents: 0
diff changeset
4 </xrefs>
0
2c42bb973ac3 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff changeset
5 <requirements>
2c42bb973ac3 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff changeset
6 <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
7 </requirements>
2c42bb973ac3 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff changeset
8 <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
9 nucleosome_prediction.pl
2c42bb973ac3 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff changeset
10 -t Example
2c42bb973ac3 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff changeset
11 -s '$input'
2c42bb973ac3 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff changeset
12 -p predition_output
2c42bb973ac3 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff changeset
13 -tab
2c42bb973ac3 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff changeset
14 -c $c
2c42bb973ac3 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff changeset
15 -temp $temp
2c42bb973ac3 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff changeset
16 $raw_binding
2c42bb973ac3 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff changeset
17 ]]></command>
2c42bb973ac3 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff changeset
18
2c42bb973ac3 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff changeset
19 <inputs>
2c42bb973ac3 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff changeset
20 <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
21 <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
22 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
23 <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
24 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
25 <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
26 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
27 </inputs>
2c42bb973ac3 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff changeset
28
2c42bb973ac3 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff changeset
29 <outputs>
2c42bb973ac3 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff changeset
30 <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
31 </outputs>
2c42bb973ac3 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff changeset
32
2c42bb973ac3 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff changeset
33 <tests>
2c42bb973ac3 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff changeset
34 <test>
2c42bb973ac3 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff changeset
35 <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
36 <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
37 <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
38 </test>
2c42bb973ac3 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff changeset
39 <test>
2c42bb973ac3 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff changeset
40 <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
41 <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
42 <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
43 <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
44 </test>
2c42bb973ac3 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff changeset
45 </tests>
2c42bb973ac3 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff changeset
46
2c42bb973ac3 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff changeset
47 <help><![CDATA[
2c42bb973ac3 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff changeset
48
2c42bb973ac3 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff changeset
49 **What it does**
2c42bb973ac3 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff changeset
50 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
51 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
52
2c42bb973ac3 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff changeset
53 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
54
2c42bb973ac3 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff changeset
55 ]]></help>
2c42bb973ac3 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff changeset
56
2c42bb973ac3 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff changeset
57 <citations>
2c42bb973ac3 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff changeset
58
2c42bb973ac3 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff changeset
59 <citation type="bibtex">
2c42bb973ac3 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff changeset
60 @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
61 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
62 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
63 year = "2009"
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 </citation>
2c42bb973ac3 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff changeset
66 </citations>
2c42bb973ac3 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff changeset
67
2c42bb973ac3 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nucleosome_prediction commit b309226826df04a53a14b1867547ce6c4810648f
bgruening
parents:
diff changeset
68 </tool>