annotate inner_distance.xml @ 32:580ee0c4bc4e

Fixes from Bjorn Gruning: create symlinks under $TMP and clean them up afterwards, replace R dependency with the Tool Shed R3 package, add --install-scripts, prepend tool-ids with rseqc
author lparsons
date Mon, 07 Oct 2013 15:01:13 -0400
parents cc5eaa9376d8
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
32
580ee0c4bc4e Fixes from Bjorn Gruning: create symlinks under $TMP and clean them up afterwards, replace R dependency with the Tool Shed R3 package, add --install-scripts, prepend tool-ids with rseqc
lparsons
parents: 31
diff changeset
1 <tool id="rseqc_inner_distance" name="Inner Distance" version="1.1">
580ee0c4bc4e Fixes from Bjorn Gruning: create symlinks under $TMP and clean them up afterwards, replace R dependency with the Tool Shed R3 package, add --install-scripts, prepend tool-ids with rseqc
lparsons
parents: 31
diff changeset
2 <description>calculate the inner distance (or insert size) between two paired RNA reads</description>
580ee0c4bc4e Fixes from Bjorn Gruning: create symlinks under $TMP and clean them up afterwards, replace R dependency with the Tool Shed R3 package, add --install-scripts, prepend tool-ids with rseqc
lparsons
parents: 31
diff changeset
3 <requirements>
580ee0c4bc4e Fixes from Bjorn Gruning: create symlinks under $TMP and clean them up afterwards, replace R dependency with the Tool Shed R3 package, add --install-scripts, prepend tool-ids with rseqc
lparsons
parents: 31
diff changeset
4 <requirement type="package" version="3.0.1">R</requirement>
580ee0c4bc4e Fixes from Bjorn Gruning: create symlinks under $TMP and clean them up afterwards, replace R dependency with the Tool Shed R3 package, add --install-scripts, prepend tool-ids with rseqc
lparsons
parents: 31
diff changeset
5 <requirement type="package" version="1.7.1">numpy</requirement>
580ee0c4bc4e Fixes from Bjorn Gruning: create symlinks under $TMP and clean them up afterwards, replace R dependency with the Tool Shed R3 package, add --install-scripts, prepend tool-ids with rseqc
lparsons
parents: 31
diff changeset
6 <requirement type="package" version="2.3.7">rseqc</requirement>
580ee0c4bc4e Fixes from Bjorn Gruning: create symlinks under $TMP and clean them up afterwards, replace R dependency with the Tool Shed R3 package, add --install-scripts, prepend tool-ids with rseqc
lparsons
parents: 31
diff changeset
7 </requirements>
580ee0c4bc4e Fixes from Bjorn Gruning: create symlinks under $TMP and clean them up afterwards, replace R dependency with the Tool Shed R3 package, add --install-scripts, prepend tool-ids with rseqc
lparsons
parents: 31
diff changeset
8 <command>
580ee0c4bc4e Fixes from Bjorn Gruning: create symlinks under $TMP and clean them up afterwards, replace R dependency with the Tool Shed R3 package, add --install-scripts, prepend tool-ids with rseqc
lparsons
parents: 31
diff changeset
9 inner_distance.py -i $input -o output -r $refgene
20
adc934fb9a76 Uploaded
nilesh
parents:
diff changeset
10
32
580ee0c4bc4e Fixes from Bjorn Gruning: create symlinks under $TMP and clean them up afterwards, replace R dependency with the Tool Shed R3 package, add --install-scripts, prepend tool-ids with rseqc
lparsons
parents: 31
diff changeset
11 #if $bounds.hasLowerBound
580ee0c4bc4e Fixes from Bjorn Gruning: create symlinks under $TMP and clean them up afterwards, replace R dependency with the Tool Shed R3 package, add --install-scripts, prepend tool-ids with rseqc
lparsons
parents: 31
diff changeset
12 -l $bounds.lowerBound
580ee0c4bc4e Fixes from Bjorn Gruning: create symlinks under $TMP and clean them up afterwards, replace R dependency with the Tool Shed R3 package, add --install-scripts, prepend tool-ids with rseqc
lparsons
parents: 31
diff changeset
13 #end if
580ee0c4bc4e Fixes from Bjorn Gruning: create symlinks under $TMP and clean them up afterwards, replace R dependency with the Tool Shed R3 package, add --install-scripts, prepend tool-ids with rseqc
lparsons
parents: 31
diff changeset
14
580ee0c4bc4e Fixes from Bjorn Gruning: create symlinks under $TMP and clean them up afterwards, replace R dependency with the Tool Shed R3 package, add --install-scripts, prepend tool-ids with rseqc
lparsons
parents: 31
diff changeset
15 #if $bounds2.hasUpperBound
580ee0c4bc4e Fixes from Bjorn Gruning: create symlinks under $TMP and clean them up afterwards, replace R dependency with the Tool Shed R3 package, add --install-scripts, prepend tool-ids with rseqc
lparsons
parents: 31
diff changeset
16 -u $bounds2.upperBound
580ee0c4bc4e Fixes from Bjorn Gruning: create symlinks under $TMP and clean them up afterwards, replace R dependency with the Tool Shed R3 package, add --install-scripts, prepend tool-ids with rseqc
lparsons
parents: 31
diff changeset
17 #end if
580ee0c4bc4e Fixes from Bjorn Gruning: create symlinks under $TMP and clean them up afterwards, replace R dependency with the Tool Shed R3 package, add --install-scripts, prepend tool-ids with rseqc
lparsons
parents: 31
diff changeset
18
580ee0c4bc4e Fixes from Bjorn Gruning: create symlinks under $TMP and clean them up afterwards, replace R dependency with the Tool Shed R3 package, add --install-scripts, prepend tool-ids with rseqc
lparsons
parents: 31
diff changeset
19 #if $steps.step
580ee0c4bc4e Fixes from Bjorn Gruning: create symlinks under $TMP and clean them up afterwards, replace R dependency with the Tool Shed R3 package, add --install-scripts, prepend tool-ids with rseqc
lparsons
parents: 31
diff changeset
20 -s $steps.stepSize
580ee0c4bc4e Fixes from Bjorn Gruning: create symlinks under $TMP and clean them up afterwards, replace R dependency with the Tool Shed R3 package, add --install-scripts, prepend tool-ids with rseqc
lparsons
parents: 31
diff changeset
21 #end if
580ee0c4bc4e Fixes from Bjorn Gruning: create symlinks under $TMP and clean them up afterwards, replace R dependency with the Tool Shed R3 package, add --install-scripts, prepend tool-ids with rseqc
lparsons
parents: 31
diff changeset
22 </command>
31
cc5eaa9376d8 Lance's updates
nilesh
parents: 20
diff changeset
23 <stdio>
cc5eaa9376d8 Lance's updates
nilesh
parents: 20
diff changeset
24 <exit_code range="1:" level="fatal" description="An error occured during execution, see stderr and stdout for more information" />
cc5eaa9376d8 Lance's updates
nilesh
parents: 20
diff changeset
25 <regex match="[Ee]rror" source="both" description="An error occured during execution, see stderr and stdout for more information" />
cc5eaa9376d8 Lance's updates
nilesh
parents: 20
diff changeset
26 </stdio>
32
580ee0c4bc4e Fixes from Bjorn Gruning: create symlinks under $TMP and clean them up afterwards, replace R dependency with the Tool Shed R3 package, add --install-scripts, prepend tool-ids with rseqc
lparsons
parents: 31
diff changeset
27 <inputs>
580ee0c4bc4e Fixes from Bjorn Gruning: create symlinks under $TMP and clean them up afterwards, replace R dependency with the Tool Shed R3 package, add --install-scripts, prepend tool-ids with rseqc
lparsons
parents: 31
diff changeset
28 <param name="input" type="data" format="bam,sam" label="input bam/sam file" />
580ee0c4bc4e Fixes from Bjorn Gruning: create symlinks under $TMP and clean them up afterwards, replace R dependency with the Tool Shed R3 package, add --install-scripts, prepend tool-ids with rseqc
lparsons
parents: 31
diff changeset
29 <param name="refgene" type="data" format="bed" label="reference gene model" />
580ee0c4bc4e Fixes from Bjorn Gruning: create symlinks under $TMP and clean them up afterwards, replace R dependency with the Tool Shed R3 package, add --install-scripts, prepend tool-ids with rseqc
lparsons
parents: 31
diff changeset
30 <conditional name="bounds">
580ee0c4bc4e Fixes from Bjorn Gruning: create symlinks under $TMP and clean them up afterwards, replace R dependency with the Tool Shed R3 package, add --install-scripts, prepend tool-ids with rseqc
lparsons
parents: 31
diff changeset
31 <param name="hasLowerBound" type="boolean" label="Specify lower bound" value="false"/>
580ee0c4bc4e Fixes from Bjorn Gruning: create symlinks under $TMP and clean them up afterwards, replace R dependency with the Tool Shed R3 package, add --install-scripts, prepend tool-ids with rseqc
lparsons
parents: 31
diff changeset
32 <when value="true">
580ee0c4bc4e Fixes from Bjorn Gruning: create symlinks under $TMP and clean them up afterwards, replace R dependency with the Tool Shed R3 package, add --install-scripts, prepend tool-ids with rseqc
lparsons
parents: 31
diff changeset
33 <param name="lowerBound" type="integer" value="-250" label="Estimated Lower Bound (bp, default=-250)" />
580ee0c4bc4e Fixes from Bjorn Gruning: create symlinks under $TMP and clean them up afterwards, replace R dependency with the Tool Shed R3 package, add --install-scripts, prepend tool-ids with rseqc
lparsons
parents: 31
diff changeset
34 </when>
580ee0c4bc4e Fixes from Bjorn Gruning: create symlinks under $TMP and clean them up afterwards, replace R dependency with the Tool Shed R3 package, add --install-scripts, prepend tool-ids with rseqc
lparsons
parents: 31
diff changeset
35 </conditional>
580ee0c4bc4e Fixes from Bjorn Gruning: create symlinks under $TMP and clean them up afterwards, replace R dependency with the Tool Shed R3 package, add --install-scripts, prepend tool-ids with rseqc
lparsons
parents: 31
diff changeset
36 <conditional name="bounds2">
580ee0c4bc4e Fixes from Bjorn Gruning: create symlinks under $TMP and clean them up afterwards, replace R dependency with the Tool Shed R3 package, add --install-scripts, prepend tool-ids with rseqc
lparsons
parents: 31
diff changeset
37 <param name="hasUpperBound" type="boolean" label="Specify upper bound" value="false" />
580ee0c4bc4e Fixes from Bjorn Gruning: create symlinks under $TMP and clean them up afterwards, replace R dependency with the Tool Shed R3 package, add --install-scripts, prepend tool-ids with rseqc
lparsons
parents: 31
diff changeset
38 <when value="true">
580ee0c4bc4e Fixes from Bjorn Gruning: create symlinks under $TMP and clean them up afterwards, replace R dependency with the Tool Shed R3 package, add --install-scripts, prepend tool-ids with rseqc
lparsons
parents: 31
diff changeset
39 <param name="upperBound" type="integer" value="250" label="Estimated Upper Bound (bp, default=250)" />
580ee0c4bc4e Fixes from Bjorn Gruning: create symlinks under $TMP and clean them up afterwards, replace R dependency with the Tool Shed R3 package, add --install-scripts, prepend tool-ids with rseqc
lparsons
parents: 31
diff changeset
40 </when>
580ee0c4bc4e Fixes from Bjorn Gruning: create symlinks under $TMP and clean them up afterwards, replace R dependency with the Tool Shed R3 package, add --install-scripts, prepend tool-ids with rseqc
lparsons
parents: 31
diff changeset
41 </conditional>
580ee0c4bc4e Fixes from Bjorn Gruning: create symlinks under $TMP and clean them up afterwards, replace R dependency with the Tool Shed R3 package, add --install-scripts, prepend tool-ids with rseqc
lparsons
parents: 31
diff changeset
42 <conditional name="steps">
580ee0c4bc4e Fixes from Bjorn Gruning: create symlinks under $TMP and clean them up afterwards, replace R dependency with the Tool Shed R3 package, add --install-scripts, prepend tool-ids with rseqc
lparsons
parents: 31
diff changeset
43 <param name="step" type="boolean" label="Specify step size" value="false" />
580ee0c4bc4e Fixes from Bjorn Gruning: create symlinks under $TMP and clean them up afterwards, replace R dependency with the Tool Shed R3 package, add --install-scripts, prepend tool-ids with rseqc
lparsons
parents: 31
diff changeset
44 <when value="true">
580ee0c4bc4e Fixes from Bjorn Gruning: create symlinks under $TMP and clean them up afterwards, replace R dependency with the Tool Shed R3 package, add --install-scripts, prepend tool-ids with rseqc
lparsons
parents: 31
diff changeset
45 <param name="stepSize" type="integer" value="5" label="Step size (bp, default=5)" />
580ee0c4bc4e Fixes from Bjorn Gruning: create symlinks under $TMP and clean them up afterwards, replace R dependency with the Tool Shed R3 package, add --install-scripts, prepend tool-ids with rseqc
lparsons
parents: 31
diff changeset
46 </when>
580ee0c4bc4e Fixes from Bjorn Gruning: create symlinks under $TMP and clean them up afterwards, replace R dependency with the Tool Shed R3 package, add --install-scripts, prepend tool-ids with rseqc
lparsons
parents: 31
diff changeset
47 </conditional>
580ee0c4bc4e Fixes from Bjorn Gruning: create symlinks under $TMP and clean them up afterwards, replace R dependency with the Tool Shed R3 package, add --install-scripts, prepend tool-ids with rseqc
lparsons
parents: 31
diff changeset
48 </inputs>
580ee0c4bc4e Fixes from Bjorn Gruning: create symlinks under $TMP and clean them up afterwards, replace R dependency with the Tool Shed R3 package, add --install-scripts, prepend tool-ids with rseqc
lparsons
parents: 31
diff changeset
49 <outputs>
580ee0c4bc4e Fixes from Bjorn Gruning: create symlinks under $TMP and clean them up afterwards, replace R dependency with the Tool Shed R3 package, add --install-scripts, prepend tool-ids with rseqc
lparsons
parents: 31
diff changeset
50 <data format="txt" name="outputtxt" from_work_dir="output.inner_distance.txt" label="${tool.name} on ${on_string} (Text)"/>
580ee0c4bc4e Fixes from Bjorn Gruning: create symlinks under $TMP and clean them up afterwards, replace R dependency with the Tool Shed R3 package, add --install-scripts, prepend tool-ids with rseqc
lparsons
parents: 31
diff changeset
51 <data format="txt" name="outputfreqtxt" from_work_dir="output.inner_distance_freq.txt" label="${tool.name} on ${on_string} (Freq Text)" />
580ee0c4bc4e Fixes from Bjorn Gruning: create symlinks under $TMP and clean them up afterwards, replace R dependency with the Tool Shed R3 package, add --install-scripts, prepend tool-ids with rseqc
lparsons
parents: 31
diff changeset
52 <data format="pdf" name="outputpdf" from_work_dir="output.inner_distance_plot.pdf" label="${tool.name} on ${on_string} (PDF)" />
580ee0c4bc4e Fixes from Bjorn Gruning: create symlinks under $TMP and clean them up afterwards, replace R dependency with the Tool Shed R3 package, add --install-scripts, prepend tool-ids with rseqc
lparsons
parents: 31
diff changeset
53 <data format="txt" name="outputr" from_work_dir="output.inner_distance_plot.r" label="${tool.name} on ${on_string} (R Script)" />
580ee0c4bc4e Fixes from Bjorn Gruning: create symlinks under $TMP and clean them up afterwards, replace R dependency with the Tool Shed R3 package, add --install-scripts, prepend tool-ids with rseqc
lparsons
parents: 31
diff changeset
54 </outputs>
580ee0c4bc4e Fixes from Bjorn Gruning: create symlinks under $TMP and clean them up afterwards, replace R dependency with the Tool Shed R3 package, add --install-scripts, prepend tool-ids with rseqc
lparsons
parents: 31
diff changeset
55 <help>
31
cc5eaa9376d8 Lance's updates
nilesh
parents: 20
diff changeset
56 inner_distance.py
cc5eaa9376d8 Lance's updates
nilesh
parents: 20
diff changeset
57 +++++++++++++++++
20
adc934fb9a76 Uploaded
nilesh
parents:
diff changeset
58
31
cc5eaa9376d8 Lance's updates
nilesh
parents: 20
diff changeset
59 This module is used to calculate the inner distance (or insert size) between two paired RNA
cc5eaa9376d8 Lance's updates
nilesh
parents: 20
diff changeset
60 reads. The distance is the mRNA length between two paired fragments. We first determine the
cc5eaa9376d8 Lance's updates
nilesh
parents: 20
diff changeset
61 genomic (DNA) size between two paired reads: D_size = read2_start - read1_end, then
20
adc934fb9a76 Uploaded
nilesh
parents:
diff changeset
62
31
cc5eaa9376d8 Lance's updates
nilesh
parents: 20
diff changeset
63 * if two paired reads map to the same exon: inner distance = D_size
cc5eaa9376d8 Lance's updates
nilesh
parents: 20
diff changeset
64 * if two paired reads map to different exons:inner distance = D_size - intron_size
cc5eaa9376d8 Lance's updates
nilesh
parents: 20
diff changeset
65 * if two paired reads map non-exonic region (such as intron and intergenic region): inner distance = D_size
cc5eaa9376d8 Lance's updates
nilesh
parents: 20
diff changeset
66 * The inner_distance might be a negative value if two fragments were overlapped.
20
adc934fb9a76 Uploaded
nilesh
parents:
diff changeset
67
31
cc5eaa9376d8 Lance's updates
nilesh
parents: 20
diff changeset
68 NOTE: Not all read pairs were used to estimate the inner distance distribution. Those low
cc5eaa9376d8 Lance's updates
nilesh
parents: 20
diff changeset
69 quality, PCR duplication, multiple mapped reads were skipped.
20
adc934fb9a76 Uploaded
nilesh
parents:
diff changeset
70
adc934fb9a76 Uploaded
nilesh
parents:
diff changeset
71 Inputs
adc934fb9a76 Uploaded
nilesh
parents:
diff changeset
72 ++++++++++++++
adc934fb9a76 Uploaded
nilesh
parents:
diff changeset
73
adc934fb9a76 Uploaded
nilesh
parents:
diff changeset
74 Input BAM/SAM file
32
580ee0c4bc4e Fixes from Bjorn Gruning: create symlinks under $TMP and clean them up afterwards, replace R dependency with the Tool Shed R3 package, add --install-scripts, prepend tool-ids with rseqc
lparsons
parents: 31
diff changeset
75 Alignment file in BAM/SAM format.
20
adc934fb9a76 Uploaded
nilesh
parents:
diff changeset
76
adc934fb9a76 Uploaded
nilesh
parents:
diff changeset
77 Reference gene model
32
580ee0c4bc4e Fixes from Bjorn Gruning: create symlinks under $TMP and clean them up afterwards, replace R dependency with the Tool Shed R3 package, add --install-scripts, prepend tool-ids with rseqc
lparsons
parents: 31
diff changeset
78 Gene model in BED format.
20
adc934fb9a76 Uploaded
nilesh
parents:
diff changeset
79
adc934fb9a76 Uploaded
nilesh
parents:
diff changeset
80 Estimated Upper/Lower Bounds (defaults=250 and -250)
32
580ee0c4bc4e Fixes from Bjorn Gruning: create symlinks under $TMP and clean them up afterwards, replace R dependency with the Tool Shed R3 package, add --install-scripts, prepend tool-ids with rseqc
lparsons
parents: 31
diff changeset
81 Estimated upper/lower bounds of inner distance (bp).
20
adc934fb9a76 Uploaded
nilesh
parents:
diff changeset
82
adc934fb9a76 Uploaded
nilesh
parents:
diff changeset
83 Step size (default=5)
32
580ee0c4bc4e Fixes from Bjorn Gruning: create symlinks under $TMP and clean them up afterwards, replace R dependency with the Tool Shed R3 package, add --install-scripts, prepend tool-ids with rseqc
lparsons
parents: 31
diff changeset
84 Step size of histogram
20
adc934fb9a76 Uploaded
nilesh
parents:
diff changeset
85
adc934fb9a76 Uploaded
nilesh
parents:
diff changeset
86
adc934fb9a76 Uploaded
nilesh
parents:
diff changeset
87 Output
adc934fb9a76 Uploaded
nilesh
parents:
diff changeset
88 ++++++++++++++
adc934fb9a76 Uploaded
nilesh
parents:
diff changeset
89
adc934fb9a76 Uploaded
nilesh
parents:
diff changeset
90 1. output.inner_distance.txt:
31
cc5eaa9376d8 Lance's updates
nilesh
parents: 20
diff changeset
91 - first column is read ID
cc5eaa9376d8 Lance's updates
nilesh
parents: 20
diff changeset
92 -second column is inner distance. Could be negative value if PE reads were overlapped or mapping error (e.g. Read1_start &lt; Read2_start, while Read1_end >> Read2_end due to spliced mapping of read1)
cc5eaa9376d8 Lance's updates
nilesh
parents: 20
diff changeset
93 - third column indicates how paired reads were mapped: PE_within_same_exon, PE_within_diff_exon,PE_reads_overlap
20
adc934fb9a76 Uploaded
nilesh
parents:
diff changeset
94 2. output..inner_distance_freq.txt:
31
cc5eaa9376d8 Lance's updates
nilesh
parents: 20
diff changeset
95 - inner distance starts
cc5eaa9376d8 Lance's updates
nilesh
parents: 20
diff changeset
96 - inner distance ends
cc5eaa9376d8 Lance's updates
nilesh
parents: 20
diff changeset
97 - number of read pairs
cc5eaa9376d8 Lance's updates
nilesh
parents: 20
diff changeset
98 - note the first 2 columns are left side half open interval
20
adc934fb9a76 Uploaded
nilesh
parents:
diff changeset
99 3. output.inner_distance_plot.r: R script to generate histogram
adc934fb9a76 Uploaded
nilesh
parents:
diff changeset
100 4. output.inner_distance_plot.pdf: histogram plot
adc934fb9a76 Uploaded
nilesh
parents:
diff changeset
101
31
cc5eaa9376d8 Lance's updates
nilesh
parents: 20
diff changeset
102 .. image:: http://rseqc.sourceforge.net/_images/inner_distance.png
cc5eaa9376d8 Lance's updates
nilesh
parents: 20
diff changeset
103 :height: 600 px
cc5eaa9376d8 Lance's updates
nilesh
parents: 20
diff changeset
104 :width: 600 px
cc5eaa9376d8 Lance's updates
nilesh
parents: 20
diff changeset
105 :scale: 80 %
cc5eaa9376d8 Lance's updates
nilesh
parents: 20
diff changeset
106
cc5eaa9376d8 Lance's updates
nilesh
parents: 20
diff changeset
107
cc5eaa9376d8 Lance's updates
nilesh
parents: 20
diff changeset
108 -----
cc5eaa9376d8 Lance's updates
nilesh
parents: 20
diff changeset
109
cc5eaa9376d8 Lance's updates
nilesh
parents: 20
diff changeset
110 About RSeQC
cc5eaa9376d8 Lance's updates
nilesh
parents: 20
diff changeset
111 +++++++++++
cc5eaa9376d8 Lance's updates
nilesh
parents: 20
diff changeset
112
cc5eaa9376d8 Lance's updates
nilesh
parents: 20
diff changeset
113 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.
cc5eaa9376d8 Lance's updates
nilesh
parents: 20
diff changeset
114
cc5eaa9376d8 Lance's updates
nilesh
parents: 20
diff changeset
115 The RSeQC package is licensed under the GNU GPL v3 license.
cc5eaa9376d8 Lance's updates
nilesh
parents: 20
diff changeset
116
cc5eaa9376d8 Lance's updates
nilesh
parents: 20
diff changeset
117 .. image:: http://rseqc.sourceforge.net/_static/logo.png
cc5eaa9376d8 Lance's updates
nilesh
parents: 20
diff changeset
118
cc5eaa9376d8 Lance's updates
nilesh
parents: 20
diff changeset
119 .. _RSeQC: http://rseqc.sourceforge.net/
cc5eaa9376d8 Lance's updates
nilesh
parents: 20
diff changeset
120
20
adc934fb9a76 Uploaded
nilesh
parents:
diff changeset
121
32
580ee0c4bc4e Fixes from Bjorn Gruning: create symlinks under $TMP and clean them up afterwards, replace R dependency with the Tool Shed R3 package, add --install-scripts, prepend tool-ids with rseqc
lparsons
parents: 31
diff changeset
122 </help>
20
adc934fb9a76 Uploaded
nilesh
parents:
diff changeset
123 </tool>