Mercurial > repos > bgruening > coprarna
annotate coprarna.xml @ 0:c580aaece010 draft default tip
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
author | bgruening |
---|---|
date | Wed, 01 Nov 2017 12:31:02 -0400 |
parents | |
children |
rev | line source |
---|---|
0
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
1 <tool id="coprarna" name="coprarna" version="2.1.1"> |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
2 <description> |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
3 Phylogenetic target prediction for prokaryotic trans-acting small RNAs |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
4 </description> |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
5 <requirements> |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
6 <requirement type="package" version="2.1.1">coprarna</requirement> |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
7 </requirements> |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
8 <command detect_errors="aggressive"><![CDATA[ |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
9 CopraRNA2.pl |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
10 --srnaseq '$srnaseq' |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
11 --region '$region' |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
12 --ntup $ntup |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
13 --ntdown $ntdown |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
14 --rcsize $rcsize |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
15 --cores "\${GALAXY_SLOTS:-4}" |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
16 --winsize $winsize |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
17 --maxbpdist $maxbpdist |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
18 --cons $cons |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
19 --topcount $topcount |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
20 $cop1 |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
21 $nooi |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
22 --enrich $enrich |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
23 --root $root |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
24 ]]> |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
25 </command> |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
26 <inputs> |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
27 <param name="srnaseq" type="data" format="fasta" label="FASTA file with small RNA sequences"/> |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
28 <param name="region" type="select" label="Region to scan in whole genome target prediction." help="'5utr' for start codon, '3utr' for stop codon, 'cds' for entire transcript"> |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
29 <option value="5utr" selected="true">5utr</option> |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
30 <option value="3utr">3utr</option> |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
31 <option value="cds">cds</option> |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
32 </param> |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
33 <param name="ntup" type="integer" value="200" label="Nucleotides upstream" help="Number of nucleotides upstream of 'region' to parse for targeting (def:200)" optional="true"/> |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
34 <param name="ntdown" type="integer" value="100" label="Nucleotides downstream" help="Number of nucleotides downstream of '--region' to parse for targeting (def:100)" optional="true"/> |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
35 <param name="rcsize" type="float" value="0.5" min="0" max="1" label="Fraction of putative target homologs" help="Minimum amount (%) of putative target homologs that need to be available for a target cluster to be considered in the CopraRNA1 part (see --cop1) of the prediction (def:0.5)"/> |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
36 <param name="winsize" type="integer" value="150" label="Window size" help="IntaRNA target (--tAccW) window size parameter (def:150)" optional="true"/> |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
37 <param name="maxbpdist" type="integer" value="100" label="Maximum basepair distance" help="IntaRNA target (--tAccL) maximum base pair distance parameter (def:100)" optional="true"/> |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
38 <param name="cons" type="select" label="Controls consensus prediction" help="'0' for off, '1' for organism of interest based consensus, '2' for overall consensus based prediction"> |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
39 <option value="0" selected="true">Off</option> |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
40 <option value="1">Organism of interest based consensus</option> |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
41 <option value="2">Overall consensus based prediction</option> |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
42 </param> |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
43 <param name="topcount" type="integer" value="200" label="Top predictions" help="Specifies the number of top predictions to return and use for the extended regions plots (def:200)" optional="true"/> |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
44 <param name="cop1" truevalue="--cop1" falsevalue="" checked="False" type="boolean" label="CopraRNA1 prediction" help="Switch for CopraRNA1 prediction (def:off)"/> |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
45 <param name="nooi" truevalue="--nooi" falsevalue="" checked="False" type="boolean" label="No focus on the organism of interest" help="If set then the CopraRNA2 prediction mode is set not to focus on the organism of interest (def:off)"/> |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
46 <param name="enrich" type="integer" value="0" label="DAVID-WS functional enrichment" help="If set DAVID-WS functional enrichment is calculated with given number of top predictions (def:off)" optional="true"/> |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
47 <param name="root" type="float" value="1" label="Root function" help="Specifies root function to apply to the weights (def:1)"/> |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
48 </inputs> |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
49 <outputs> |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
50 <data format="csv" name="result" from_work_dir="./CopraRNA_result.csv" label="CopraRNA result csv"/> |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
51 <data format="pdf" name="conservationheatmap" from_work_dir="./sRNA_conservation_heatmap.pdf" label="sRNA conservation heatmap"/> |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
52 <data format="pdf" name="functionheatmap" from_work_dir="./Enrichment/enriched_heatmap_big.pdf" label="Functional enrichment heatmap"/> |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
53 </outputs> |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
54 <tests> |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
55 <test expect_exit_code="1" expect_failure="true"> |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
56 <param name="srnaseq" value="copra.fa"/> |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
57 <assert_stderr> |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
58 <has_text text="Error: The input file" /> |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
59 </assert_stderr> |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
60 </test> |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
61 </tests> |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
62 <help> |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
63 <![CDATA[ |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
64 |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
65 **What it does** |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
66 |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
67 Phylogenetic target prediction for prokaryotic trans-acting small RNAs |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
68 |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
69 CopraRNA is a tool for sRNA target prediction. It computes whole genome target predictions by combination of distinct whole genome IntaRNA predictions. As input CopraRNA requires at least 3 homologous sRNA sequences from 3 distinct organisms in FASTA format. Furthermore, each organisms' genome has to be part of the NCBI Reference Sequence (RefSeq) database (i.e. it should have exactly this NZ_* or this NC_XXXXXX format where * stands for any character and X stands for a digit between 0 and 9). Depending on sequence length (target and sRNA), amount of input organisms and genome sizes, CopraRNA can take up to 24h or longer to compute. In most cases it is significantly faster. |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
70 |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
71 **Output** |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
72 List of conserved identified interactions |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
73 |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
74 ]]> |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
75 |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
76 </help> |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
77 <citations> |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
78 <citation type="doi">10.1093/nar/gku359</citation> |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
79 </citations> |
c580aaece010
planemo upload for repository https://github.com/PatrickRWright/CopraRNA commit c555b71250ec51e75bb250d9d8d155bc9878390a
bgruening
parents:
diff
changeset
|
80 </tool> |