annotate ribotaper_part2_create_metaplots.xml @ 1:56ffbec351b3 draft default tip

"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 07674fe3507909d11d7431e3b8c48afcfb1f4b5e"
author rnateam
date Tue, 07 Jun 2022 09:22:45 +0000
parents bade631353d2
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
56ffbec351b3 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 07674fe3507909d11d7431e3b8c48afcfb1f4b5e"
rnateam
parents: 0
diff changeset
1 <tool id="ribotaper_create_metaplots" name="ribotaper part 2: metagene analysis for P-sites definition" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile='20.01'>
56ffbec351b3 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 07674fe3507909d11d7431e3b8c48afcfb1f4b5e"
rnateam
parents: 0
diff changeset
2 <macros>
56ffbec351b3 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 07674fe3507909d11d7431e3b8c48afcfb1f4b5e"
rnateam
parents: 0
diff changeset
3 <import>macros.xml</import>
56ffbec351b3 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 07674fe3507909d11d7431e3b8c48afcfb1f4b5e"
rnateam
parents: 0
diff changeset
4 </macros>
56ffbec351b3 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 07674fe3507909d11d7431e3b8c48afcfb1f4b5e"
rnateam
parents: 0
diff changeset
5 <expand macro='bio_tools'/>
56ffbec351b3 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 07674fe3507909d11d7431e3b8c48afcfb1f4b5e"
rnateam
parents: 0
diff changeset
6 <expand macro='requirements'/>
0
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
7 <stdio>
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
8 <exit_code range="1:" />
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
9 </stdio>
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
10 <command><![CDATA[
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
11 create_metaplots.bash
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
12 "$ribo_bam"
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
13 "$start_stops_FAR"
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
14 "metagene"
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
15 &&
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
16 find "metaplots"
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
17 "-name"
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
18 "metagene*.pdf"
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
19 | sort | xargs gs
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
20 "-dAutoRotatePages=/None"
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
21 "-dBATCH"
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
22 "-dNOPAUSE"
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
23 "-q"
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
24 "-sDEVICE=pdfwrite"
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
25 "-sOutputFile=merged_metagene.pdf"
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
26 ]]></command>
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
27 <inputs>
1
56ffbec351b3 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 07674fe3507909d11d7431e3b8c48afcfb1f4b5e"
rnateam
parents: 0
diff changeset
28 <param name="ribo_bam" type="data" format="bam" label="Ribo-seq alignment file" help="Ribo-seq alignment file in BAM format."/>
56ffbec351b3 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 07674fe3507909d11d7431e3b8c48afcfb1f4b5e"
rnateam
parents: 0
diff changeset
29 <param name="start_stops_FAR" type="data" format="bed" label="Start_stops FAR" help="Please run 'ribotaper part 1' to generate the table."/>
0
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
30 </inputs>
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
31 <outputs>
1
56ffbec351b3 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 07674fe3507909d11d7431e3b8c48afcfb1f4b5e"
rnateam
parents: 0
diff changeset
32 <data name="output1" format="pdf" from_work_dir="merged_metagene.pdf" label="${tool.name} on ${on_string}: Metagene analysis results for P-sites definition (figures)"/>
56ffbec351b3 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 07674fe3507909d11d7431e3b8c48afcfb1f4b5e"
rnateam
parents: 0
diff changeset
33 <data name="output2" format="tabular" from_work_dir="metagene" label="${tool.name} on ${on_string}: Metagene analysis results for P-sites definition (table)"/>
0
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
34 </outputs>
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
35 <tests>
1
56ffbec351b3 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 07674fe3507909d11d7431e3b8c48afcfb1f4b5e"
rnateam
parents: 0
diff changeset
36 <test expect_num_outputs="2">
0
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
37 <param name="ribo_bam" value="test_ribo.bam" ftype="bam"/>
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
38 <param name="start_stops_FAR" value="annotation_path/start_stops_FAR.bed" ftype="bed"/>
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
39 <output name="output2" file="metagene"/>
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
40 </test>
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
41 </tests>
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
42 <help><![CDATA[
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
43 Overview
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
44 --------
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
45
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
46 RiboTaper is an analysis pipeline for Ribosome Profiling
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
47 (Ribo-seq) experiments,
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
48 which exploits the triplet periodicity of
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
49 ribosomal footprints to call translated regions.
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
50 See
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
51 https://ohlerlab.mdc-berlin.de/software/RiboTaper_126/ for details.
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
52
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
53
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
54 The Ribotaper Galaxy tool set consists of three tools:
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
55
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
56 - ``ribotaper part 1``: creation of annotation files
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
57 - ``ribotaper part 2``: metagene analysis for P-sites definition
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
58 - ``ribotaper part 3``: ribosome profiling
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
59
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
60 The order of execution should follow:
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
61 ``ribotaper part 1, part 2 and part 3``.
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
62
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
63 The current tool is ``ribotaper part 2``,
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
64 metagene analysis for P-sites definition.
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
65
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
66 Output
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
67 --------
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
68
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
69 ``Ribotaper part 2`` generates two files:
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
70
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
71 - **Metagene analysis results for P-sites definition** in pdf format
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
72 - **Metagene analysis results for P-sites definition** in tablular format
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
73
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
74 The outputs include the aggregate profiles around the start and stop codons for the 5'-end of different Ribo-seq read lengths.
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
75 Deciding which Ribo-seq read length to use at which distance cutoff to define P-sites position is the critical decision for the whole RiboTaper pipeline.
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
76 These plots should help you decide which read lengths to use and with which cutoff.
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
77 Ideally, the user should pick up the read lengths which show a specific frame preference (same color preference for all the 4 subplots) and a peak around a specific distance on the start codon.
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
78 Sometimes a peak at the stop codon is also visible, but often in a different frame. This may have biological relevance, but it is still not very well explained by the community.
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
79 As seen in the example, taken from the Ribo-seq data of our publication, the 29 nt reads show a very nice frame preference and a peak of 12 nt distance from the annotated start codons. Which means the 29 nt reads with a 12 distance cutoff can be chosen.
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
80 Usually reads around 29 nt with 12 nt distance cutoff are the outcome of many Ribo-seq experiments, however, despite biochemical constraint about the size of ribosome-protected fragments, the outcome of such analysis is heavily influenced by the experimental protocol used.
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
81 More read lengths can be chosen, but they have to display a strong frame preference.
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
82
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
83 From the output, user shall determine the appropriate
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
84 read lengths and cutoffs which are required
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
85 for running ``ribotaper part 3``, ribosome profiling.
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
86
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
87 ]]></help>
1
56ffbec351b3 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 07674fe3507909d11d7431e3b8c48afcfb1f4b5e"
rnateam
parents: 0
diff changeset
88 <expand macro="citations"/>
0
bade631353d2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents:
diff changeset
89 </tool>