annotate geneBody_coverage.xml @ 1:cd2daa987b69 draft default tip

planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit 2400cce6e3918648fda8f2a8d8485ab251a58827
author lparsons
date Tue, 07 Jul 2015 14:14:04 -0400
parents 306127635959
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
1 <tool id="rseqc_geneBody_coverage" name="Gene Body Converage (BAM)" version="2.4galaxy1">
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
2 <description>
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
3 Read coverage over gene body.
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
4 </description>
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
5
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
6 <macros>
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
7 <import>rseqc_macros.xml</import>
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
8 </macros>
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
9
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
10 <requirements>
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
11 <expand macro="requirement_package_r" />
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
12 <expand macro="requirement_package_numpy" />
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
13 <expand macro="requirement_package_rseqc" />
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
14 </requirements>
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
15
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
16 <expand macro="stdio" />
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
17
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
18 <version_command><![CDATA[geneBody_coverage.py --version]]></version_command>
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
19
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
20 <command><![CDATA[
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
21 #set $safename = ''.join(c in '_0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ' and c or '_' for c in $input.display_name)
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
22 #set $fname = "d1_" + str($safename) + ".bam"
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
23 ln -s '${input}' '${fname}' &&
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
24 ln -s '${input.metadata.bam_index}' '${fname}.bai' &&
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
25 echo '${fname}' > input_list.txt &&
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
26 #for $i, $additional_input in enumerate($additionalinputs):
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
27 #set $index = $i+2
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
28 #set $safename = ''.join(c in '_0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ' and c or '_' for c in $additional_input.file.display_name)
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
29 #set $fname = 'd' + str($index) + '_' + str($safename) + ".bam"
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
30 ln -s '$additional_input.file' '${fname}' &&
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
31 ln -s '$additional_input.file.metadata.bam_index' '${fname}.bai' &&
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
32 echo '${fname}' >> input_list.txt &&
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
33 #end for
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
34 geneBody_coverage.py -i input_list.txt -r $refgene --minimum_length $minimum_length -o output
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
35 ]]>
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
36 </command>
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
37
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
38 <inputs>
1
cd2daa987b69 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit 2400cce6e3918648fda8f2a8d8485ab251a58827
lparsons
parents: 0
diff changeset
39 <param name="input" type="data" label="Input .bam File" format="bam" help="(--input-file)"/>
cd2daa987b69 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit 2400cce6e3918648fda8f2a8d8485ab251a58827
lparsons
parents: 0
diff changeset
40 <repeat name="additionalinputs" title="Additional input .bam files">
cd2daa987b69 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit 2400cce6e3918648fda8f2a8d8485ab251a58827
lparsons
parents: 0
diff changeset
41 <param name="file" type="data" label="Additional input .bam file" format="bam" />
0
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
42 </repeat>
1
cd2daa987b69 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit 2400cce6e3918648fda8f2a8d8485ab251a58827
lparsons
parents: 0
diff changeset
43 <param name="refgene" type="data" format="bed" label="reference gene model" help="(--refgene)"/>
cd2daa987b69 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit 2400cce6e3918648fda8f2a8d8485ab251a58827
lparsons
parents: 0
diff changeset
44 <param name="minimum_length" type="integer" value="100" label="Minimum mRNA length in bp (default: 100)" help="mRNA that are shorter than this value will be skipped (--minimum_length)." />
0
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
45 </inputs>
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
46
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
47 <outputs>
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
48 <data name="outputcurvespdf" format="pdf" from_work_dir="output.geneBodyCoverage.curves.pdf" label="${tool.name} on ${on_string} (Curves PDF)" />
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
49 <data name="outputheatmappdf" format="pdf" from_work_dir="output.geneBodyCoverage.heatMap.pdf" label="${tool.name} on ${on_string} (HeatMap PDF)">
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
50 <filter>len(additionalinputs) >= 2</filter>
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
51 </data>
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
52 <data name="outputr" format="txt" from_work_dir="output.geneBodyCoverage.r" label="${tool.name} on ${on_string} (R Script)" />
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
53 <data name="outputtxt" format="txt" from_work_dir="output.geneBodyCoverage.txt" label="${tool.name} on ${on_string} (Text)" />
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
54 </outputs>
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
55
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
56 <tests>
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
57 <test>
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
58 <param name="input" value="pairend_strandspecific_51mer_hg19_chr1_1-100000.bam"/>
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
59 <param name="refgene" value="hg19_RefSeq_chr1_1-100000.bed"/>
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
60 <output name="outputcurvespdf" file="output.geneBodyCoverage.curves.pdf"/>
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
61 <output name="outputr" file="output.geneBodyCoverage.r"/>
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
62 <output name="outputtxt" file="output.geneBodyCoverage.txt"/>
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
63 </test>
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
64 <test>
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
65 <param name="input" value="pairend_strandspecific_51mer_hg19_chr1_1-100000.bam"/>
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
66 <param name="file_0" value="pairend_strandspecific_51mer_hg19_chr1_1-100000.bam"/>
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
67 <param name="file_1" value="pairend_strandspecific_51mer_hg19_chr1_1-100000.bam"/>
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
68 <param name="refgene" value="hg19_RefSeq_chr1_1-100000.bed"/>
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
69 <output name="outputcurvespdf" file="output2.geneBodyCoverage.curves.pdf"/>
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
70 <output name="outputcurvespdf" file="output2.geneBodyCoverage.heatMap.pdf"/>
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
71 <output name="outputr" file="output2.geneBodycoverage.r"/>
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
72 <output name="outputtxt" file="output2.geneBodyCoverage.txt"/>
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
73 </test>
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
74
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
75 </tests>
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
76
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
77 <help><![CDATA[
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
78 geneBody_coverage.py
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
79 ++++++++++++++++++++
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
80
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
81 Read coverage over gene body. This module is used to check if read coverage is uniform and if there is any 5\'/3\' bias. This module scales all transcripts to 100 nt and calculates the number of reads covering each nucleotide position. Finally, it generates plots illustrating the coverage profile along the gene body.
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
82
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
83 If 3 or more BAM files were provided. This program generates a lineGraph and a heatmap. If fewer than 3 BAM files were provided, only lineGraph is generated. See below for examples.
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
84
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
85 When heatmap is generated, samples are ranked by the "skewness" of the coverage: Sample with best (worst) coverage will be displayed at the top (bottom) of the heatmap.
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
86 Coverage skewness was measured by `Pearson’s skewness coefficients <http://en.wikipedia.org/wiki/Skewness#Pearson.27s_skewness_coefficients>`_
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
87
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
88 .. image:: http://rseqc.sourceforge.net/_images/geneBody_workflow.png
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
89 :width: 800 px
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
90 :scale: 80 %
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
91
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
92
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
93 Inputs
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
94 ++++++++++++++
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
95
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
96 Input BAM/SAM file
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
97 Alignment file in BAM/SAM format.
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
98
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
99 Reference gene model
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
100 Gene Model in BED format.
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
101
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
102 Minimum mRNA length
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
103 Minimum mRNA length (bp). mRNA that are shorter than this value will be skipped (default is 100).
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
104
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
105 Outputs
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
106 ++++++++++++++
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
107 Text
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
108 Table that includes the data used to generate the plots
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
109
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
110 R Script
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
111 R script file that reads the data and generates the plot
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
112
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
113 PDF
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
114 The final plot, in PDF format
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
115
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
116 Example plots:
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
117 .. image:: http://rseqc.sourceforge.net/_images/Aug_26.geneBodyCoverage.curves.png
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
118 :height: 600 px
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
119 :width: 600 px
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
120 :scale: 80 %
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
121
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
122 .. image:: http://rseqc.sourceforge.net/_images/Aug_26.geneBodyCoverage.heatMap.png
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
123 :height: 600 px
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
124 :width: 600 px
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
125 :scale: 80 %
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
126
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
127 -----
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
128
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
129 About RSeQC
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
130 +++++++++++
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
131
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
132 The RSeQC_ package provides a number of useful modules that can comprehensively evaluate high throughput sequence data especially RNA-seq data. "Basic modules" quickly inspect sequence quality, nucleotide composition bias, PCR bias and GC bias, while "RNA-seq specific modules" investigate sequencing saturation status of both splicing junction detection and expression estimation, mapped reads clipping profile, mapped reads distribution, coverage uniformity over gene body, reproducibility, strand specificity and splice junction annotation.
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
133
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
134 The RSeQC package is licensed under the GNU GPL v3 license.
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
135
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
136 .. image:: http://rseqc.sourceforge.net/_static/logo.png
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
137
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
138 .. _RSeQC: http://rseqc.sourceforge.net/
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
139 ]]>
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
140 </help>
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
141
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
142 <expand macro="citations" />
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
143
306127635959 planemo upload for repository https://github.com/lparsons/galaxy_tools/tree/master/tools/rseqc commit aeb25d807817746dd6957f30ce2070662cc10e91
lparsons
parents:
diff changeset
144 </tool>