Mercurial > repos > rnateam > ribotaper
annotate ribotaper_part3_main.xml @ 3:579b3be2559f draft
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
author | rnateam |
---|---|
date | Fri, 03 Jun 2022 20:17:28 +0000 |
parents | 9dda0cc9ff98 |
children |
rev | line source |
---|---|
3
579b3be2559f
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents:
2
diff
changeset
|
1 <tool id="ribotaper_ribosome_profiling" name="ribotaper part 3: ribosome profiling" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile='20.01'> |
579b3be2559f
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents:
2
diff
changeset
|
2 <macros> |
579b3be2559f
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents:
2
diff
changeset
|
3 <import>macros.xml</import> |
579b3be2559f
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents:
2
diff
changeset
|
4 </macros> |
579b3be2559f
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents:
2
diff
changeset
|
5 <expand macro='bio_tools'/> |
579b3be2559f
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents:
2
diff
changeset
|
6 <expand macro='requirements'/> |
0
93b90466d533
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff
changeset
|
7 <stdio> |
93b90466d533
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff
changeset
|
8 <exit_code range="1:" /> |
93b90466d533
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff
changeset
|
9 </stdio> |
93b90466d533
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff
changeset
|
10 <command><![CDATA[ |
3
579b3be2559f
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents:
2
diff
changeset
|
11 #if $annotation_path.is_of_type("tgz") |
579b3be2559f
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents:
2
diff
changeset
|
12 tar -xzvf '${annotation_path}' && |
579b3be2559f
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents:
2
diff
changeset
|
13 #else |
579b3be2559f
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents:
2
diff
changeset
|
14 tar -xvf '${annotation_path}' && |
579b3be2559f
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents:
2
diff
changeset
|
15 #end if |
0
93b90466d533
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff
changeset
|
16 Ribotaper.sh |
3
579b3be2559f
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents:
2
diff
changeset
|
17 '${ribo_bam}' |
579b3be2559f
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents:
2
diff
changeset
|
18 '${rna_bam}' |
579b3be2559f
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents:
2
diff
changeset
|
19 './annotation_path' |
579b3be2559f
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents:
2
diff
changeset
|
20 '${read_lenghts_ribo}' |
579b3be2559f
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents:
2
diff
changeset
|
21 '${cutoff}' |
579b3be2559f
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents:
2
diff
changeset
|
22 \${GALAXY_SLOTS:-12} |
0
93b90466d533
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff
changeset
|
23 ]]></command> |
93b90466d533
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff
changeset
|
24 <inputs> |
3
579b3be2559f
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents:
2
diff
changeset
|
25 <param name="annotation_path" type="data" format="tgz,tar" label="Annotation path" help="Please run 'ribotaper part 1' to generate the archive."/> |
579b3be2559f
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents:
2
diff
changeset
|
26 <param name="ribo_bam" type="data" format="BAM" label="Ribo-seq alignment file" help="Ribo-seq alignment file in BAM format."/> |
579b3be2559f
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents:
2
diff
changeset
|
27 <param name="rna_bam" type="data" format="BAM" label="RNA-seq alignment file" help="RNA-seq alignment file in BAM format."/> |
1
a56343c142d5
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 8e6fdb45c70ba778280df5b222036f3b5c604cdf
rnateam
parents:
0
diff
changeset
|
28 <param name="read_lenghts_ribo" type="text" value="26,28,29" label="Read length" help="Read lengths, comma-separated values, which are used for P-site calculation. Example, 26,28,29. |
3
579b3be2559f
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents:
2
diff
changeset
|
29 Please run 'ribotaper part 2' to deterimine appropriate values."> |
579b3be2559f
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents:
2
diff
changeset
|
30 <sanitizer invalid_char=""> |
579b3be2559f
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents:
2
diff
changeset
|
31 <valid initial="string.digits"> |
579b3be2559f
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents:
2
diff
changeset
|
32 <add value="," /> |
579b3be2559f
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents:
2
diff
changeset
|
33 </valid> |
579b3be2559f
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents:
2
diff
changeset
|
34 </sanitizer> |
579b3be2559f
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents:
2
diff
changeset
|
35 <validator type="regex">[0-9,]+</validator> |
579b3be2559f
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents:
2
diff
changeset
|
36 </param> |
1
a56343c142d5
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 8e6fdb45c70ba778280df5b222036f3b5c604cdf
rnateam
parents:
0
diff
changeset
|
37 <param name="cutoff" type="text" value="9,12,12" label="Cutoff" help="Cutoffs, comma-separated values, which are used for P-sites calculation. Example, 9,12,12. |
3
579b3be2559f
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents:
2
diff
changeset
|
38 Please run 'ribotaper part 2' to deterimine appropriate values."> |
579b3be2559f
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents:
2
diff
changeset
|
39 <sanitizer invalid_char=""> |
579b3be2559f
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents:
2
diff
changeset
|
40 <valid initial="string.digits"> |
579b3be2559f
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents:
2
diff
changeset
|
41 <add value="," /> |
579b3be2559f
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents:
2
diff
changeset
|
42 </valid> |
579b3be2559f
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents:
2
diff
changeset
|
43 </sanitizer> |
579b3be2559f
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents:
2
diff
changeset
|
44 <validator type="regex">[0-9,]+</validator> |
579b3be2559f
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents:
2
diff
changeset
|
45 </param> |
0
93b90466d533
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff
changeset
|
46 </inputs> |
93b90466d533
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff
changeset
|
47 <outputs> |
3
579b3be2559f
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents:
2
diff
changeset
|
48 <data name="output1" format="pdf" from_work_dir="quality_check_plots.pdf" label="${tool.name} on ${on_string}: QC plots"/> |
579b3be2559f
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents:
2
diff
changeset
|
49 <data name="output2" format="tabular" from_work_dir="ORFs_genes_found" label="${tool.name} on ${on_string}: Summary of translated ORFs"/> |
579b3be2559f
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents:
2
diff
changeset
|
50 <data name="output3" format="tabular" from_work_dir="ORFs_max" label="${tool.name} on ${on_string}: Translated ORFs (max)"/> |
579b3be2559f
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents:
2
diff
changeset
|
51 <data name="output4" format="tabular" from_work_dir="ORFs_max_filt" label="${tool.name} on ${on_string}: Translated ORFs (max_filt)"/> |
579b3be2559f
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents:
2
diff
changeset
|
52 <data name="output5" format="bed" from_work_dir="translated_ORFs_sorted.bed" label="${tool.name} on ${on_string}: Translated ORFs (sorted)"/> |
579b3be2559f
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents:
2
diff
changeset
|
53 <data name="output6" format="bed" from_work_dir="translated_ORFs_filtered_sorted.bed" label="${tool.name} on ${on_string}: Translated ORFs (filtered/sorted)"/> |
579b3be2559f
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents:
2
diff
changeset
|
54 <data name="output7" format="fasta" from_work_dir="protein_db_max.fasta" label="${tool.name} on ${on_string}: Protein DB"/> |
579b3be2559f
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents:
2
diff
changeset
|
55 <data name="output8" format="pdf" from_work_dir="Final_ORF_results.pdf" label="${tool.name} on ${on_string}: ORF categories (length/coverage)"/> |
0
93b90466d533
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff
changeset
|
56 </outputs> |
93b90466d533
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff
changeset
|
57 <tests> |
3
579b3be2559f
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents:
2
diff
changeset
|
58 <test expect_num_outputs="8"> |
579b3be2559f
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents:
2
diff
changeset
|
59 <param name="annotation_path" value="annotation_path.tgz"/> |
0
93b90466d533
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff
changeset
|
60 <param name="ribo_bam" value="test_ribo.bam"/> |
93b90466d533
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff
changeset
|
61 <param name="rna_bam" value="test_rna.bam"/> |
93b90466d533
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff
changeset
|
62 <output name="output2" file="ORFs_genes_found"/> |
93b90466d533
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff
changeset
|
63 </test> |
93b90466d533
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff
changeset
|
64 </tests> |
93b90466d533
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff
changeset
|
65 <help><![CDATA[ |
93b90466d533
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff
changeset
|
66 RiboTaper is an analysis pipeline for Ribosome Profiling |
93b90466d533
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff
changeset
|
67 (Ribo-seq) experiments, |
93b90466d533
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff
changeset
|
68 which exploits the triplet periodicity of |
93b90466d533
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff
changeset
|
69 ribosomal footprints to call translated regions. |
93b90466d533
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff
changeset
|
70 See |
93b90466d533
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff
changeset
|
71 https://ohlerlab.mdc-berlin.de/software/RiboTaper_126/ for details. |
93b90466d533
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff
changeset
|
72 |
93b90466d533
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff
changeset
|
73 |
93b90466d533
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff
changeset
|
74 The Ribotaper Galaxy tool set consists of three tools: |
93b90466d533
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff
changeset
|
75 |
93b90466d533
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff
changeset
|
76 - ``ribotaper part 1``: creation of annotation files |
93b90466d533
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff
changeset
|
77 - ``ribotaper part 2``: metagene analysis for P-sites definition |
93b90466d533
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff
changeset
|
78 - ``ribotaper part 3``: ribosome profiling |
93b90466d533
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff
changeset
|
79 |
93b90466d533
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff
changeset
|
80 The order of execution should follow: |
93b90466d533
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff
changeset
|
81 ``ribotaper part 1, part 2 and part 3``. |
93b90466d533
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff
changeset
|
82 |
93b90466d533
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff
changeset
|
83 The current tool is ``ribotaper part 3``, |
93b90466d533
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff
changeset
|
84 ribosome profiling. |
93b90466d533
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff
changeset
|
85 |
93b90466d533
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff
changeset
|
86 Outputs |
93b90466d533
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff
changeset
|
87 -------- |
93b90466d533
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff
changeset
|
88 |
93b90466d533
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff
changeset
|
89 **QC plots**: |
93b90466d533
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff
changeset
|
90 This plot provides the user statistics about the Ribo-seq and RNA seq data used, together with the assessment of the P-sites calculations. |
93b90466d533
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff
changeset
|
91 Important values are the pie chart showing the agreement between the frame (defined by the P-sites position) and the annotated frame. Reliable P-sites calculations produce an agreement above 90%. |
93b90466d533
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff
changeset
|
92 Very important are also the length/coverage statistics for the Ribo-seq (bottom right): |
93b90466d533
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff
changeset
|
93 This shows how the P-site calculations can be used to detect active translation in regions of different length and coverage, in a way the user can estimate the precision of the Ribo-seq data, and understand the level or resolution the data allows. |
93b90466d533
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff
changeset
|
94 |
93b90466d533
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff
changeset
|
95 **Summary of translated ORFs**: |
93b90466d533
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff
changeset
|
96 Tab-separated values for the number of ORFs found and their corresponding genes, for the different ORF categories. |
93b90466d533
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff
changeset
|
97 |
93b90466d533
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff
changeset
|
98 **Translated ORFs (max, max_filt)**: |
93b90466d533
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff
changeset
|
99 Tab-separated file containing information about detected ORFs. |
93b90466d533
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff
changeset
|
100 Translated ORFs (max_filt) contains ORFs filtered for excessive multimapping and ORFs in non-coding genes overlapping known coding regions (recommended for further analysis). |
93b90466d533
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff
changeset
|
101 |
93b90466d533
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff
changeset
|
102 **Protein DB**: |
93b90466d533
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff
changeset
|
103 Fasta file of the detected ORFs peptide sequence, suitable as an alternative protein database (not filtered for multimapping) |
93b90466d533
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff
changeset
|
104 |
93b90466d533
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff
changeset
|
105 **Translated ORFs (sorted, filtered/sorted)**: |
93b90466d533
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff
changeset
|
106 BED files with genomic coordinates for the detected ORFs. The total number of P-sites along the ORF is reported on the 5th column. |
93b90466d533
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff
changeset
|
107 |
93b90466d533
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff
changeset
|
108 **ORF categories (length/coverage)**: |
93b90466d533
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff
changeset
|
109 PDF file containing info about the number of ORFs found, together with their length and coverage per category/annotation. |
93b90466d533
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff
changeset
|
110 |
93b90466d533
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff
changeset
|
111 ]]></help> |
3
579b3be2559f
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents:
2
diff
changeset
|
112 <expand macro="citations"/> |
0
93b90466d533
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff
changeset
|
113 </tool> |