Mercurial > repos > vimalkumarvelayudhan > riboplot
annotate riboplot.xml @ 17:805b779d4013
Fix tool dependencies
author | Vimalkumar Velayudhan <vimal@biotechcoder.com> |
---|---|
date | Mon, 31 Aug 2015 11:41:48 +0100 |
parents | 844eb8c36f32 |
children | cff63cf0dea8 6e3b13906b54 |
rev | line source |
---|---|
3 | 1 <tool id="riboplot" name="riboplot" version="0.1.0"> |
2 <description>Plot and output read counts for a single transcript in an alignment (BAM) | |
3 </description> | |
4 <requirements> | |
5 <requirement type="package" version="1.2.1">matplotlib</requirement> | |
6 <requirement type="package" version="0.8.3">pysam</requirement> | |
7 </requirements> | |
8 <stdio> | |
9 <exit_code range="1:" level="fatal" description="Error" /> | |
10 </stdio> | |
4
1901dcdc12ff
Move galaxy xml wrappers to top level
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
3
diff
changeset
|
11 <command interpreter="python">riboplot/riboplot.py |
3 | 12 --ribo_file "${ribo_file}" |
13 --transcriptome_fasta "${transcriptome_fasta}" | |
14 --transcript_name "${transcript_name}" | |
15 #if $rnacov.rnacov_select=="yes" | |
16 --rna_file "${rna_file}" | |
17 #end if | |
18 --read_length "${read_length}" | |
19 --read_offset "${read_offset}" | |
20 --html_file "${html_file}" | |
21 --output_path "${html_file.files_path}" | |
22 ## --debug | |
23 </command> | |
24 <inputs> | |
25 <param name="ribo_file" type="data" format="bam" label="Ribo-Seq alignment file in BAM format"/> | |
26 <param name="transcriptome_fasta" type="data" format="fasta" label="FASTA format file of the transcriptome"/> | |
27 <param name="transcript_name" type="text" label="Name of the transcript to plot (as in FASTA)" size="40"> | |
28 <validator type="expression" message="Please input a single transcript name">len(value.split(',')) == 1</validator> | |
29 <validator type="empty_field" message="Field requires a value"/> | |
30 <sanitizer> | |
31 <valid> | |
32 <add value="|"/> | |
33 </valid> | |
34 </sanitizer> | |
35 </param> | |
36 <conditional name="rnacov"> | |
37 <param name="rnacov_select" type="select" label="Include RNA Coverage"> | |
38 <option value="no">No</option> | |
39 <option value="yes">Yes</option> | |
40 </param> | |
41 <when value="yes"> | |
42 <param name="rna_file" type="data" format="bam" label="RNA-Seq alignment file in BAM format"/> | |
43 </when> | |
44 <when value="no" /> | |
45 </conditional> | |
46 <param name="read_length" type="integer" label="Read length to consider" value="28"/> | |
47 <param name="read_offset" type="integer" label="Offset" value="0"/> | |
48 </inputs> | |
49 <outputs> | |
50 <data format="html" name="html_file" label="riboplot (HTML report)"/> | |
51 </outputs> | |
52 <help> | |
8
844eb8c36f32
Add help section in xml and update usage documentation
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
4
diff
changeset
|
53 **RiboPlot** |
844eb8c36f32
Add help section in xml and update usage documentation
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
4
diff
changeset
|
54 |
844eb8c36f32
Add help section in xml and update usage documentation
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
4
diff
changeset
|
55 Plot and output Ribo-Seq read counts of a single transcript from an alignment file (sorted BAM). |
844eb8c36f32
Add help section in xml and update usage documentation
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
4
diff
changeset
|
56 |
844eb8c36f32
Add help section in xml and update usage documentation
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
4
diff
changeset
|
57 ---- |
844eb8c36f32
Add help section in xml and update usage documentation
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
4
diff
changeset
|
58 |
844eb8c36f32
Add help section in xml and update usage documentation
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
4
diff
changeset
|
59 **Parameters** |
844eb8c36f32
Add help section in xml and update usage documentation
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
4
diff
changeset
|
60 |
844eb8c36f32
Add help section in xml and update usage documentation
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
4
diff
changeset
|
61 1. Ribo-Seq alignment file (Sorted BAM file) |
844eb8c36f32
Add help section in xml and update usage documentation
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
4
diff
changeset
|
62 |
844eb8c36f32
Add help section in xml and update usage documentation
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
4
diff
changeset
|
63 A Bowtie 1 output (BAM) from an alignment of Ribo-Seq data to the transcriptome. This BAM |
844eb8c36f32
Add help section in xml and update usage documentation
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
4
diff
changeset
|
64 file should be sorted. This can be done using one of the following methods. |
844eb8c36f32
Add help section in xml and update usage documentation
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
4
diff
changeset
|
65 |
844eb8c36f32
Add help section in xml and update usage documentation
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
4
diff
changeset
|
66 1. RiboGalaxy -> Sort Data -> Sort BAM dataset. |
844eb8c36f32
Add help section in xml and update usage documentation
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
4
diff
changeset
|
67 2. ``samtools sort input.bam inputsorted`` |
844eb8c36f32
Add help section in xml and update usage documentation
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
4
diff
changeset
|
68 |
844eb8c36f32
Add help section in xml and update usage documentation
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
4
diff
changeset
|
69 2. Transcriptome (FASTA) |
844eb8c36f32
Add help section in xml and update usage documentation
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
4
diff
changeset
|
70 |
844eb8c36f32
Add help section in xml and update usage documentation
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
4
diff
changeset
|
71 A FASTA format file with sequences of the transcripts. |
844eb8c36f32
Add help section in xml and update usage documentation
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
4
diff
changeset
|
72 |
844eb8c36f32
Add help section in xml and update usage documentation
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
4
diff
changeset
|
73 3. Name of the transcript to plot (Text) |
844eb8c36f32
Add help section in xml and update usage documentation
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
4
diff
changeset
|
74 |
844eb8c36f32
Add help section in xml and update usage documentation
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
4
diff
changeset
|
75 The name of the transcript to plot **should** match the name in the transcriptome (FASTA) |
844eb8c36f32
Add help section in xml and update usage documentation
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
4
diff
changeset
|
76 and the Ribo-Seq/RNA-Seq alignment (BAM). |
844eb8c36f32
Add help section in xml and update usage documentation
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
4
diff
changeset
|
77 |
844eb8c36f32
Add help section in xml and update usage documentation
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
4
diff
changeset
|
78 4. RNA coverage [optional] (Sorted BAM file) |
844eb8c36f32
Add help section in xml and update usage documentation
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
4
diff
changeset
|
79 |
844eb8c36f32
Add help section in xml and update usage documentation
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
4
diff
changeset
|
80 If you have RNA-Seq data (sorted BAM), you can select the option to plot RNA coverage. |
844eb8c36f32
Add help section in xml and update usage documentation
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
4
diff
changeset
|
81 |
844eb8c36f32
Add help section in xml and update usage documentation
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
4
diff
changeset
|
82 5. Read lengths to consider [Optional] (Integer - 0 or greater) |
844eb8c36f32
Add help section in xml and update usage documentation
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
4
diff
changeset
|
83 |
844eb8c36f32
Add help section in xml and update usage documentation
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
4
diff
changeset
|
84 If this option is provided, only Ribo-Seq data of the given length is considered. |
844eb8c36f32
Add help section in xml and update usage documentation
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
4
diff
changeset
|
85 |
844eb8c36f32
Add help section in xml and update usage documentation
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
4
diff
changeset
|
86 6. Offset [optional] (Integer - 0 or greater) |
844eb8c36f32
Add help section in xml and update usage documentation
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
4
diff
changeset
|
87 |
844eb8c36f32
Add help section in xml and update usage documentation
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
4
diff
changeset
|
88 If this option is provided, this offset is added to the read alignment positions. |
844eb8c36f32
Add help section in xml and update usage documentation
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
4
diff
changeset
|
89 |
844eb8c36f32
Add help section in xml and update usage documentation
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
4
diff
changeset
|
90 ---- |
844eb8c36f32
Add help section in xml and update usage documentation
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
4
diff
changeset
|
91 |
844eb8c36f32
Add help section in xml and update usage documentation
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
4
diff
changeset
|
92 **Output** |
844eb8c36f32
Add help section in xml and update usage documentation
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
4
diff
changeset
|
93 |
844eb8c36f32
Add help section in xml and update usage documentation
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
4
diff
changeset
|
94 1. Plots (PNG and SVG) |
844eb8c36f32
Add help section in xml and update usage documentation
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
4
diff
changeset
|
95 |
844eb8c36f32
Add help section in xml and update usage documentation
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
4
diff
changeset
|
96 Ribo-Seq read counts as a bar plot in 3 frames (color codes: 1: red, 2: green, 3: blue) |
844eb8c36f32
Add help section in xml and update usage documentation
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
4
diff
changeset
|
97 |
844eb8c36f32
Add help section in xml and update usage documentation
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
4
diff
changeset
|
98 RNA coverage as a gray background (if the RNA coverage option was selected). |
844eb8c36f32
Add help section in xml and update usage documentation
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
4
diff
changeset
|
99 |
844eb8c36f32
Add help section in xml and update usage documentation
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
4
diff
changeset
|
100 The open reading frame architecture appears below the plot with start (ATG) and stop codons ('TAA', 'TAG', 'TGA') in all 3 frames. |
844eb8c36f32
Add help section in xml and update usage documentation
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
4
diff
changeset
|
101 |
844eb8c36f32
Add help section in xml and update usage documentation
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
4
diff
changeset
|
102 The color codes are start (white) and stop (dark gray). |
844eb8c36f32
Add help section in xml and update usage documentation
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
4
diff
changeset
|
103 |
844eb8c36f32
Add help section in xml and update usage documentation
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
4
diff
changeset
|
104 .. image:: images/riboplot.png |
844eb8c36f32
Add help section in xml and update usage documentation
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
4
diff
changeset
|
105 |
844eb8c36f32
Add help section in xml and update usage documentation
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
4
diff
changeset
|
106 2. RiboSeq read counts in 3 frames for each position in the transcript (CSV) |
844eb8c36f32
Add help section in xml and update usage documentation
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
4
diff
changeset
|
107 |
3 | 108 </help> |
109 </tool> |