annotate ribotaper_part1_create_annotation_files.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 74b0ca4446af
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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_create_annotation" name="ribotaper part 1: creation of annotation files" 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>
3
579b3be2559f "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents: 2
diff changeset
8 <exit_code range="1:"/>
0
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 $reference_genome.source == 'history':
579b3be2559f "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents: 2
diff changeset
12 #set $ref_genome = 'reference.fasta'
579b3be2559f "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents: 2
diff changeset
13 ln -s -f '${reference_genome.history_item}' $ref_genome
579b3be2559f "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents: 2
diff changeset
14 && samtools faidx $ref_genome
579b3be2559f "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents: 2
diff changeset
15 #else:
579b3be2559f "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents: 2
diff changeset
16 #set $ref_genome = $reference_genome.index.fields.path
579b3be2559f "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents: 2
diff changeset
17 #end if
579b3be2559f "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents: 2
diff changeset
18 && create_annotations_files.bash
579b3be2559f "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents: 2
diff changeset
19 '${gtf}'
579b3be2559f "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents: 2
diff changeset
20 '${ref_genome}'
579b3be2559f "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents: 2
diff changeset
21 $ccdsid
579b3be2559f "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents: 2
diff changeset
22 $appris
579b3be2559f "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents: 2
diff changeset
23 './annotation_path'
0
93b90466d533 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff changeset
24 &&
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 tar czvf '${output2}' './annotation_path'
0
93b90466d533 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff changeset
26
93b90466d533 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff changeset
27 ]]></command>
93b90466d533 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff changeset
28 <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
29 <param name="gtf" type="data" format="GTF" label="Annotation file"
579b3be2559f "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents: 2
diff changeset
30 help="The GTF file should contain: 1) coding and non-coding genes, 2) a 'transcript_id' and a 'gene_id' field for each 'exon' and 'CDS' row."/>
579b3be2559f "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents: 2
diff changeset
31 <conditional name="reference_genome">
579b3be2559f "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents: 2
diff changeset
32 <param name="source" type="select" label="Source for the genome" help="Built-in references were created using default options.">
579b3be2559f "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents: 2
diff changeset
33 <option value="indexed" selected="true">Use a built-in genome</option>
579b3be2559f "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents: 2
diff changeset
34 <option value="history">Use a genome from history</option>
579b3be2559f "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents: 2
diff changeset
35 </param>
579b3be2559f "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents: 2
diff changeset
36 <when value="indexed">
579b3be2559f "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents: 2
diff changeset
37 <param name="index" type="select" label="Select a reference genome" help="If your genome of interest is not listed, contact the Galaxy team.">
579b3be2559f "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents: 2
diff changeset
38 <options from_data_table="fasta_indexes">
579b3be2559f "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents: 2
diff changeset
39 <filter type="sort_by" column="2" />
579b3be2559f "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents: 2
diff changeset
40 <validator type="no_options" message="No genomes are available for the selected input dataset" />
579b3be2559f "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents: 2
diff changeset
41 </options>
579b3be2559f "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents: 2
diff changeset
42 </param>
579b3be2559f "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents: 2
diff changeset
43 </when>
579b3be2559f "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents: 2
diff changeset
44 <when value="history">
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 name="history_item" type="data" format="fasta" label="Reference genome" help="A reference genome in FASTA format" />
579b3be2559f "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents: 2
diff changeset
46 </when>
579b3be2559f "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents: 2
diff changeset
47 </conditional>
579b3be2559f "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents: 2
diff changeset
48 <param name="ccdsid" type="boolean" falsevalue="false" truevalue="true" checked="true"
579b3be2559f "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents: 2
diff changeset
49 label="Use CCDS annotation (valid for Human Gencode 19 and Mouse Gencode M3)"
579b3be2559f "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents: 2
diff changeset
50 help="If yes, only exons/transcripts with the CCDS tag will be used as CCDS exons/transcripts, otherwise all exons/transcripts with a CDS region are going to be annotated as CCDS."/>
579b3be2559f "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents: 2
diff changeset
51 <param name="appris" type="boolean" falsevalue="false" truevalue="true" checked="true" label="Use Appris annotation (valid for Human Gencode 19 and Mouse Gencode M3)"
579b3be2559f "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents: 2
diff changeset
52 help=" If yes, only exons/transcripts with the appris tag will be used, using only 1 transcript per appris gene (the appris_principal transcript or other appris transcript).
579b3be2559f "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents: 2
diff changeset
53 If a gene does not have appris transcript, all the annotated transcript structures are used."/>
0
93b90466d533 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff changeset
54 </inputs>
93b90466d533 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff changeset
55 <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
56 <data name="output1" format="bed" from_work_dir="annotation_path/start_stops_FAR.bed" label="${tool.name} on ${on_string}: start_stops FAR"/>
579b3be2559f "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents: 2
diff changeset
57 <data name="output2" format="tgz" label="${tool.name} on ${on_string}: Annotation path"/>
0
93b90466d533 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff changeset
58 </outputs>
93b90466d533 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff changeset
59 <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
60 <test expect_num_outputs="2">
0
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="gtf" value="test.gtf"/>
3
579b3be2559f "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents: 2
diff changeset
62 <conditional name="reference_genome">
579b3be2559f "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents: 2
diff changeset
63 <param name="source" value="history"/>
579b3be2559f "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents: 2
diff changeset
64 <param name="history_item" value="test.fa"/>
579b3be2559f "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit cd589d3c7c1bbe02e924f73475156c4f140d2fe2"
rnateam
parents: 2
diff changeset
65 </conditional>
0
93b90466d533 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff changeset
66 <param name="ccdsid" value="true"/>
93b90466d533 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff changeset
67 <param name="appris" value="true"/>
93b90466d533 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff changeset
68 <output name="output1" file="annotation_path/start_stops_FAR.bed"/>
93b90466d533 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff changeset
69 </test>
93b90466d533 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff changeset
70 </tests>
93b90466d533 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff changeset
71 <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
72 Overview
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
93b90466d533 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff changeset
75 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
76 (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
77 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
78 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
79 See
93b90466d533 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff changeset
80 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
81
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 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
84
93b90466d533 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff changeset
85 - ``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
86 - ``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
87 - ``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
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 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
90 ``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
91
93b90466d533 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff changeset
92 The current tool is ``ribotaper part 1``,
93b90466d533 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff changeset
93 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
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 Output
93b90466d533 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff changeset
96 ------
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 ``Ribotaper part 1`` builds a list of exon coordinates,
93b90466d533 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff changeset
99 exon sequences and transcript structures.
93b90466d533 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff changeset
100
93b90466d533 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff changeset
101 ``Ribotaper part 1`` generates two files:
93b90466d533 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff changeset
102
93b90466d533 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff changeset
103 - **start_stops_FAR** in BED format
2
9dda0cc9ff98 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 9a59864f0bfb9937309d2c18b8cf3715c8067808
rnateam
parents: 1
diff changeset
104 - **annotation_path** in format of tar
0
93b90466d533 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff changeset
105
93b90466d533 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff changeset
106 *Start_stops_FAR*
93b90466d533 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff changeset
107 is used as an input for ``ribotaper part 2``.
93b90466d533 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff changeset
108 *Annotation_path*
93b90466d533 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff changeset
109 is used as an input for ``ribotaper part 3``.
1
a56343c142d5 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 8e6fdb45c70ba778280df5b222036f3b5c604cdf
rnateam
parents: 0
diff changeset
110
a56343c142d5 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit 8e6fdb45c70ba778280df5b222036f3b5c604cdf
rnateam
parents: 0
diff changeset
111
0
93b90466d533 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/ribotaper/ commit a3232e388d52097083f2662ccb26351fdc2f2412-dirty
rnateam
parents:
diff changeset
112 ]]></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
113 <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
114 </tool>