annotate rmats.xml @ 1:74af9ab1a154 draft default tip

"planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 77429eedace24dcb2ebf8e209fce1515d2adb055-dirty"
author jjohnson
date Tue, 26 Jul 2022 16:21:33 +0000
parents ff15d6def09b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
1 <tool id="rmats" name="rMats turbo" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" python_template_version="3.5">
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
2 <description>detect differential alternative splicing events from RNA-Seq</description>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
3 <macros>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
4 <import>macros.xml</import>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
5 </macros>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
6 <expand macro="requirements" />
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
7 <expand macro="version_command" />
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
8 <command detect_errors="exit_code"><![CDATA[
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
9 echo $b1 > b1.txt &&
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
10 #if $b2
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
11 echo $b2 > b2.txt &&
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
12 #end if
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
13 rmats.py
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
14 --b1 b1.txt
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
15 #if $b2
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
16 --b1 b1.txt
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
17 #end if
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
18 --gtf '$gtf'
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
19 #if $novel.novelSS == 'yes'
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
20 --novelSS
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
21 #if $novel.mil
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
22 --mil $novel.mil
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
23 #end if
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
24 #if $novel.mel
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
25 --mel $novel.mel
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
26 #end if
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
27 #end if
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
28 #if $readLength
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
29 --readLength $readLength
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
30 #end if
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
31 $variable_read_length
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
32 #if $libType
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
33 --libType "$libType"
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
34 #end if
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
35 #if $anchorLength
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
36 --anchorLength $anchorLength
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
37 #end if
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
38 #if $cstat
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
39 --cstat $cstat
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
40 #end if
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
41 $paired_stats
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
42 --nthread \${GALAXY_SLOTS:-1}
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
43 --tmp tmp
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
44 --od outputs
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
45 ]]></command>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
46 <inputs>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
47 <param name="b1" type="data" format="bam" multiple="true" label="BAM files for sample_1"/>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
48 <param name="b2" type="data" format="bam" multiple="true" optional="true" label="BAM files for sample_2"/>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
49 <param name="gtf" type="data" format="gtf" label="GTF - annotation of genes and transcripts"/>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
50
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
51 <conditional name="novel">
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
52 <param name="novelSS" argument="--novelSS" type="select" label="Enable detection of novel splice sites">
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
53 <option value="no">No</option>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
54 <option value="yes">Yes</option>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
55 </param>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
56 <when value="no"/>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
57 <when value="yes">
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
58 <param argument="--mil" type="integer" value="" optional="true" label="Minimum Intron Length" help=" Default is 50"/>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
59 <param argument="--mel" type="integer" value="" optional="true" label="Maximum Exon Length" help=" Default is 500"/>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
60 </when>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
61 </conditional>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
62 <param argument="--readLength" type="integer" value="150" label="The length of each read"/>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
63 <param name="variable_read_length" argument="--variable-read-length" type="boolean" truevalue="--variable-read-length" falsevalue="" checked="true" label="Allow reads with lengths that differ from --readLength to be processed"/>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
64
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
65 <param argument="--libType" type="select" optional="true" label="Library type"
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
66 help="Use fr-firststrand or fr-secondstrand for strand-specific data. Default: fr-unstranded">
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
67 <option value="fr-unstranded">fr-unstranded</option>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
68 <option value="fr-firststrand">fr-firststrand</option>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
69 <option value="fr-secondstrand">fr-secondstrand</option>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
70 </param>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
71
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
72 <param argument="--anchorLength" type="integer" value="" optional="true" label="The anchor length" help=" Default is 1"/>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
73
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
74 <param argument="--cstat" type="float" value="" min="0." max="1." optional="true" label="The cutoff splicing difference." help="The cutoff used in the null hypothesis test for differential splicing. The default is 0.0001 for 0.01% difference. Does not apply to the paired stats model"/>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
75 <param name="paired_stats" argument="--paired-stats" type="boolean" truevalue="--paired-stats" falsevalue="" checked="true" label="Enable detection of novel splice sites"/>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
76
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
77 <param name="history_outputs" type="select" multiple="true" label="Select outputs">
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
78 <option value="SE.MATS.JC.txt">SE.MATS.JC.txt</option>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
79 <option value="SE.MATS.JCEC.txt">SE.MATS.JCEC.txt</option>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
80 <option value="MXE.MATS.JC.txt">MXE.MATS.JC.txt</option>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
81 <option value="MXE.MATS.JCEC.txt">MXE.MATS.JCEC.txt</option>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
82 <option value="A3SS.MATS.JC.txt">A3SS.MATS.JC.txt</option>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
83 <option value="A3SS.MATS.JCEC.txt">A3SS.MATS.JCEC.txt</option>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
84 <option value="A5SS.MATS.JC.txt">A5SS.MATS.JC.txt</option>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
85 <option value="A5SS.MATS.JCEC.txt">A5SS.MATS.JCEC.txt</option>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
86 <option value="RI.MATS.JC.txt">RI.MATS.JC.txt</option>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
87 <option value="RI.MATS.JCEC.txt">RI.MATS.JCEC.txt</option>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
88 <option value="fromGTF.SE.txt">fromGTF.SE.txt</option>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
89 <option value="fromGTF.novelJunction.SE.txt">fromGTF.novelJunction.SE.txt</option>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
90 <option value="fromGTF.novelSpliceSite.SE.txt">fromGTF.novelSpliceSite.SE.txt</option>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
91 <option value="fromGTF.MXE.txt">fromGTF.MXE.txt</option>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
92 <option value="fromGTF.novelJunction.MXE.txt">fromGTF.novelJunction.MXE.txt</option>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
93 <option value="fromGTF.novelSpliceSite.MXE.txt">fromGTF.novelSpliceSite.MXE.txt</option>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
94 <option value="fromGTF.A3SS.txt">fromGTF.A3SS.txt</option>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
95 <option value="fromGTF.novelJunction.A3SS.txt">fromGTF.novelJunction.A3SS.txt</option>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
96 <option value="fromGTF.novelSpliceSite.A3SS.txt">fromGTF.novelSpliceSite.A3SS.txt</option>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
97 <option value="fromGTF.A5SS.txt">fromGTF.A5SS.txt</option>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
98 <option value="fromGTF.novelJunction.A5SS.txt">fromGTF.novelJunction.A5SS.txt</option>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
99 <option value="fromGTF.novelSpliceSite.A5SS.txt">fromGTF.novelSpliceSite.A5SS.txt</option>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
100 <option value="fromGTF.RI.txt">fromGTF.RI.txt</option>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
101 <option value="fromGTF.novelJunction.RI.txt">fromGTF.novelJunction.RI.txt</option>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
102 <option value="fromGTF.novelSpliceSite.RI.txt">fromGTF.novelSpliceSite.RI.txt</option>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
103 </param>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
104
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
105 </inputs>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
106 <outputs>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
107 <data name="summary" format="tabular" label="${tool.name} on ${on_string}: summary.txt" from_work_dir="outputs/summary.txt">
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
108 <expand macro="output_actions" column_names="@COLNAME_SUMMARY@"/>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
109 </data>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
110
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
111 <data name="fromGTF_SE" format="tabular" label="${tool.name} on ${on_string}: fromGTF.SE.txt" from_work_dir="outputs/fromGTF.SE.txt">
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
112 <filter>history_outputs and 'fromGTF.SE.txt' in history_outputs</filter>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
113 <expand macro="output_actions" column_names="@COLNAMES_SE_GTF@"/>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
114 </data>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
115 <data name="fromGTF_A3SS" format="tabular" label="${tool.name} on ${on_string}: fromGTF.A3SS.txt" from_work_dir="outputs/fromGTF.A3SS.txt">
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
116 <filter>history_outputs and 'fromGTF.A3SS.txt' in history_outputs</filter>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
117 <expand macro="output_actions" column_names="@COLNAMES_A_SS_GTF@"/>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
118 </data>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
119 <data name="fromGTF_A5SS" format="tabular" label="${tool.name} on ${on_string}: fromGTF.A5SS.txt" from_work_dir="outputs/fromGTF.A5SS.txt">
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
120 <filter>history_outputs and 'fromGTF.A5SS.txt' in history_outputs</filter>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
121 <expand macro="output_actions" column_names="@COLNAMES_A_SS_GTF@"/>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
122 </data>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
123 <data name="fromGTF_MXE" format="tabular" label="${tool.name} on ${on_string}: fromGTF.MXE.txt" from_work_dir="outputs/fromGTF.MXE.txt">
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
124 <filter>history_outputs and 'fromGTF.MXE.txt' in history_outputs</filter>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
125 <expand macro="output_actions" column_names="@COLNAMES_MXE_GTF@"/>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
126 </data>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
127 <data name="fromGTF_RI" format="tabular" label="${tool.name} on ${on_string}: fromGTF.RI.txt" from_work_dir="outputs/fromGTF.RI.txt">
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
128 <filter>history_outputs and 'fromGTF.RI.txt' in history_outputs</filter>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
129 <expand macro="output_actions" column_names="@COLNAMES_RI_GTF@"/>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
130 </data>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
131
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
132 <data name="fromGTF_novelSpliceSite_SE" format="tabular" label="${tool.name} on ${on_string}: fromGTF.novelSpliceSite.SE.txt" from_work_dir="outputs/fromGTF.novelSpliceSite.SE.txt">
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
133 <filter>history_outputs and 'fromGTF.novelSpliceSite.SE.txt' in history_outputs</filter>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
134 <expand macro="output_actions" column_names="@COLNAMES_SE_GTF@"/>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
135 </data>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
136 <data name="fromGTF_novelSpliceSite_A3SS" format="tabular" label="${tool.name} on ${on_string}: fromGTF.novelSpliceSite.A3SS.txt" from_work_dir="outputs/fromGTF.novelSpliceSite.A3SS.txt">
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
137 <filter>history_outputs and 'fromGTF.novelSpliceSite.A3SS.txt' in history_outputs</filter>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
138 <expand macro="output_actions" column_names="@COLNAMES_A_SS_GTF@"/>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
139 </data>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
140 <data name="fromGTF_novelSpliceSite_A5SS" format="tabular" label="${tool.name} on ${on_string}: fromGTF.novelSpliceSite.A5SS.txt" from_work_dir="outputs/fromGTF.novelSpliceSite.A5SS.txt">
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
141 <filter>history_outputs and 'fromGTF.novelSpliceSite.A5SS.txt' in history_outputs</filter>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
142 <expand macro="output_actions" column_names="@COLNAMES_A_SS_GTF@"/>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
143 </data>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
144 <data name="fromGTF_novelSpliceSite_MXE" format="tabular" label="${tool.name} on ${on_string}: fromGTF.novelSpliceSite.MXE.txt" from_work_dir="outputs/fromGTF.novelSpliceSite.MXE.txt">
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
145 <filter>history_outputs and 'fromGTF.novelSpliceSite.MXE.txt' in history_outputs</filter>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
146 <expand macro="output_actions" column_names="@COLNAMES_MXE_GTF@"/>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
147 </data>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
148 <data name="fromGTF_novelSpliceSite_RI" format="tabular" label="${tool.name} on ${on_string}: fromGTF.novelSpliceSite.RI.txt" from_work_dir="outputs/fromGTF.novelSpliceSite.RI.txt">
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
149 <filter>history_outputs and 'fromGTF.novelSpliceSite.RI.txt' in history_outputs</filter>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
150 <expand macro="output_actions" column_names="@COLNAMES_RI_GTF@"/>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
151 </data>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
152
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
153 <data name="fromGTF_novelJunction_SE" format="tabular" label="${tool.name} on ${on_string}: fromGTF.novelJunction.SE.txt" from_work_dir="outputs/fromGTF.novelJunction.SE.txt">
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
154 <filter>history_outputs and 'fromGTF.novelJunction.SE.txt' in history_outputs</filter>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
155 <expand macro="output_actions" column_names="@COLNAMES_SE_GTF@"/>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
156 </data>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
157 <data name="fromGTF_novelJunction_A3SS" format="tabular" label="${tool.name} on ${on_string}: fromGTF.novelJunction.A3SS.txt" from_work_dir="outputs/fromGTF.novelJunction.A3SS.txt">
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
158 <filter>history_outputs and 'fromGTF.novelJunction.A3SS.txt' in history_outputs</filter>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
159 <expand macro="output_actions" column_names="@COLNAMES_A_SS_GTF@"/>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
160 </data>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
161 <data name="fromGTF_novelJunction_A5SS" format="tabular" label="${tool.name} on ${on_string}: fromGTF.novelJunction.A5SS.txt" from_work_dir="outputs/fromGTF.novelJunction.A5SS.txt">
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
162 <filter>history_outputs and 'fromGTF.novelJunction.A5SS.txt' in history_outputs</filter>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
163 <expand macro="output_actions" column_names="@COLNAMES_A_SS_GTF@"/>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
164 </data>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
165 <data name="fromGTF_novelJunction_MXE" format="tabular" label="${tool.name} on ${on_string}: fromGTF.novelJunction.MXE.txt" from_work_dir="outputs/fromGTF.novelJunction.MXE.txt">
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
166 <filter>history_outputs and 'fromGTF.novelJunction.MXE.txt' in history_outputs</filter>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
167 <expand macro="output_actions" column_names="@COLNAMES_MXE_GTF@"/>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
168 </data>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
169 <data name="fromGTF_novelJunction_RI" format="tabular" label="${tool.name} on ${on_string}: fromGTF.novelJunction.RI.txt" from_work_dir="outputs/fromGTF.novelJunction.RI.txt">
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
170 <filter>history_outputs and 'fromGTF.novelJunction.RI.txt' in history_outputs</filter>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
171 <expand macro="output_actions" column_names="@COLNAMES_RI_GTF@"/>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
172 </data>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
173
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
174 <data name="SE_MATS_JCEC" format="tabular" label="${tool.name} on ${on_string}: SE.MATS.JCEC.txt" from_work_dir="outputs/SE.MATS.JCEC.txt">
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
175 <filter>history_outputs and 'SE.MATS.JCEC.txt' in history_outputs</filter>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
176 <expand macro="output_actions" column_names="@COLNAMES_SE@"/>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
177 </data>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
178 <data name="SE_MATS_JC" format="tabular" label="${tool.name} on ${on_string}: SE.MATS.JC.txt" from_work_dir="outputs/SE.MATS.JC.txt">
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
179 <filter>history_outputs and 'SE.MATS.JC.txt' in history_outputs</filter>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
180 <expand macro="output_actions" column_names="@COLNAMES_SE@"/>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
181 </data>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
182 <data name="A3SS_MATS_JCEC" format="tabular" label="${tool.name} on ${on_string}: A3SS.MATS.JCEC.txt" from_work_dir="outputs/A3SS.MATS.JCEC.txt">
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
183 <filter>history_outputs and 'A3SS.MATS.JCEC.txt' in history_outputs</filter>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
184 <expand macro="output_actions" column_names="@COLNAMES_A_SS@"/>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
185 </data>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
186 <data name="A3SS_MATS_JC" format="tabular" label="${tool.name} on ${on_string}: A3SS.MATS.JC.txt" from_work_dir="outputs/A3SS.MATS.JC.txt">
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
187 <filter>history_outputs and 'A3SS.MATS.JC.txt' in history_outputs</filter>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
188 <expand macro="output_actions" column_names="@COLNAMES_A_SS@"/>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
189 </data>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
190 <data name="A5SS_MATS_JCEC" format="tabular" label="${tool.name} on ${on_string}: A5SS.MATS.JCEC.txt" from_work_dir="outputs/A5SS.MATS.JCEC.txt">
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
191 <filter>history_outputs and 'A5SS.MATS.JCEC.txt' in history_outputs</filter>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
192 <expand macro="output_actions" column_names="@COLNAMES_A_SS@"/>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
193 </data>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
194 <data name="A5SS_MATS_JC" format="tabular" label="${tool.name} on ${on_string}: A5SS.MATS.JC.txt" from_work_dir="outputs/A5SS.MATS.JC.txt">
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
195 <filter>history_outputs and 'A5SS.MATS.JC.txt' in history_outputs</filter>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
196 <expand macro="output_actions" column_names="@COLNAMES_A_SS@"/>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
197 </data>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
198 <data name="MXE_MATS_JCEC" format="tabular" label="${tool.name} on ${on_string}: MXE.MATS.JCEC.txt" from_work_dir="outputs/MXE.MATS.JCEC.txt">
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
199 <filter>history_outputs and 'MXE.MATS.JCEC.txt' in history_outputs</filter>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
200 <expand macro="output_actions" column_names="@COLNAMES_MXE@"/>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
201 </data>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
202 <data name="MXE_MATS_JC" format="tabular" label="${tool.name} on ${on_string}: MXE.MATS.JC.txt" from_work_dir="outputs/MXE.MATS.JC.txt">
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
203 <filter>history_outputs and 'MXE.MATS.JC.txt' in history_outputs</filter>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
204 <expand macro="output_actions" column_names="@COLNAMES_MXE@"/>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
205 </data>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
206 <data name="RI_MATS_JCEC" format="tabular" label="${tool.name} on ${on_string}: RI.MATS.JCEC.txt" from_work_dir="outputs/RI.MATS.JCEC.txt">
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
207 <filter>history_outputs and 'RI.MATS.JCEC.txt' in history_outputs</filter>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
208 <expand macro="output_actions" column_names="@COLNAMES_RI@"/>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
209 </data>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
210 <data name="RI_MATS_JC" format="tabular" label="${tool.name} on ${on_string}: RI.MATS.JC.txt" from_work_dir="outputs/RI.MATS.JC.txt">
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
211 <filter>history_outputs and 'RI.MATS.JC.txt' in history_outputs</filter>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
212 <expand macro="output_actions" column_names="@COLNAMES_RI@"/>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
213 </data>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
214 </outputs>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
215 <tests>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
216 <test>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
217 <param name="b1" ftype="bam" value="normal_small.bam"/>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
218 <param name="b2" ftype="bam" value="cancer_small.bam"/>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
219 <param name="gtf" ftype="gtf" value="GRCh38.gtf"/>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
220 <param name="readLength" value="150"/>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
221 <param name="variable_read_length" value="True"/>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
222 <output name="summary" file="out/summary.txt" ftype="tabular"/>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
223 </test>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
224
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
225 <test>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
226 <param name="b1" ftype="bam" value="normal_small.bam"/>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
227 <param name="b2" ftype="bam" value="cancer_small.bam"/>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
228 <param name="gtf" ftype="gtf" value="GRCh38.gtf"/>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
229 <param name="readLength" value="150"/>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
230 <param name="variable_read_length" value="True"/>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
231 <conditional name="novel">
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
232 <param name="novelSS" value="yes"/>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
233 <param name="mil" value="40"/>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
234 </conditional>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
235 <output name="summary" file="novel/summary.txt" ftype="tabular"/>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
236 </test>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
237
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
238 <test>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
239 <param name="b1" ftype="bam" value="normal_small.bam"/>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
240 <param name="b2" ftype="bam" value="cancer_small.bam"/>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
241 <param name="gtf" ftype="gtf" value="GRCh38.gtf"/>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
242 <param name="readLength" value="150"/>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
243 <param name="variable_read_length" value="True"/>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
244 <conditional name="novel">
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
245 <param name="novelSS" value="yes"/>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
246 </conditional>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
247 <param name="paired_stats" value="True"/>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
248 <param name="" value="SE.MATS.JC.txt,MXE.MATS.JC.txt"/>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
249 <output name="summary">
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
250 <assert_contents>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
251 <has_text_matching expression="EventType"/>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
252 </assert_contents>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
253 </output>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
254 <output name="summary" file="novel/summary.txt" ftype="tabular"/>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
255 </test>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
256
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
257 </tests>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
258 <help><![CDATA[
1
74af9ab1a154 "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 77429eedace24dcb2ebf8e209fce1515d2adb055-dirty"
jjohnson
parents: 0
diff changeset
259 **rMATS**
0
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
260
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
261 RMATS is a computational tool to detect differential alternative splicing events from RNA-Seq data. The statistical model of MATS calculates the P-value and false discovery rate that the difference in the isoform ratio of a gene between two conditions exceeds a given user-defined threshold. From the RNA-Seq data, MATS can automatically detect and analyze alternative splicing events corresponding to all major types of alternative splicing patterns. MATS handles replicate RNA-Seq data from both paired and unpaired study design.
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
262
1
74af9ab1a154 "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 77429eedace24dcb2ebf8e209fce1515d2adb055-dirty"
jjohnson
parents: 0
diff changeset
263
74af9ab1a154 "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 77429eedace24dcb2ebf8e209fce1515d2adb055-dirty"
jjohnson
parents: 0
diff changeset
264 **INPUTS**
74af9ab1a154 "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 77429eedace24dcb2ebf8e209fce1515d2adb055-dirty"
jjohnson
parents: 0
diff changeset
265
74af9ab1a154 "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 77429eedace24dcb2ebf8e209fce1515d2adb055-dirty"
jjohnson
parents: 0
diff changeset
266 BAM files
74af9ab1a154 "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 77429eedace24dcb2ebf8e209fce1515d2adb055-dirty"
jjohnson
parents: 0
diff changeset
267
74af9ab1a154 "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 77429eedace24dcb2ebf8e209fce1515d2adb055-dirty"
jjohnson
parents: 0
diff changeset
268 Reads can be mapped independently of rMATS with any aligner and then the resulting BAM files can be used as input to rMATS. rMATS requires aligned reads to match --readLength unless --variable-read-length is given. rMATS also ignores alignments with soft or hard clipping unless --allow-clipping is given.
74af9ab1a154 "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 77429eedace24dcb2ebf8e209fce1515d2adb055-dirty"
jjohnson
parents: 0
diff changeset
269
0
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
270 https://github.com/Xinglab/rmats-turbo#starting-with-bam-files
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
271
1
74af9ab1a154 "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 77429eedace24dcb2ebf8e209fce1515d2adb055-dirty"
jjohnson
parents: 0
diff changeset
272
74af9ab1a154 "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 77429eedace24dcb2ebf8e209fce1515d2adb055-dirty"
jjohnson
parents: 0
diff changeset
273 **OUTPUTS**
74af9ab1a154 "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 77429eedace24dcb2ebf8e209fce1515d2adb055-dirty"
jjohnson
parents: 0
diff changeset
274
0
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
275 https://github.com/Xinglab/rmats-turbo#output
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
276
1
74af9ab1a154 "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 77429eedace24dcb2ebf8e209fce1515d2adb055-dirty"
jjohnson
parents: 0
diff changeset
277 **Splicing Events**
74af9ab1a154 "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 77429eedace24dcb2ebf8e209fce1515d2adb055-dirty"
jjohnson
parents: 0
diff changeset
278
74af9ab1a154 "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 77429eedace24dcb2ebf8e209fce1515d2adb055-dirty"
jjohnson
parents: 0
diff changeset
279 .. image:: rmats_diagram.png
74af9ab1a154 "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 77429eedace24dcb2ebf8e209fce1515d2adb055-dirty"
jjohnson
parents: 0
diff changeset
280 :height: 562
74af9ab1a154 "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 77429eedace24dcb2ebf8e209fce1515d2adb055-dirty"
jjohnson
parents: 0
diff changeset
281 :width: 815
74af9ab1a154 "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 77429eedace24dcb2ebf8e209fce1515d2adb055-dirty"
jjohnson
parents: 0
diff changeset
282
74af9ab1a154 "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 77429eedace24dcb2ebf8e209fce1515d2adb055-dirty"
jjohnson
parents: 0
diff changeset
283
74af9ab1a154 "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 77429eedace24dcb2ebf8e209fce1515d2adb055-dirty"
jjohnson
parents: 0
diff changeset
284 Each alternative splicing event type has a corresponding set of output files. In the filename templates below [AS_Event] is replaced by one of [SE (skipped exon), MXE (mutually exclusive exons), A3SS (alternative 3' splice site), A5SS (alternative 5' splice site), RI (retained intron)] for the event specific filename.
74af9ab1a154 "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 77429eedace24dcb2ebf8e209fce1515d2adb055-dirty"
jjohnson
parents: 0
diff changeset
285
74af9ab1a154 "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 77429eedace24dcb2ebf8e209fce1515d2adb055-dirty"
jjohnson
parents: 0
diff changeset
286
74af9ab1a154 "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 77429eedace24dcb2ebf8e209fce1515d2adb055-dirty"
jjohnson
parents: 0
diff changeset
287 Output Files:
74af9ab1a154 "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 77429eedace24dcb2ebf8e209fce1515d2adb055-dirty"
jjohnson
parents: 0
diff changeset
288 * summary.txt: Brief summary of all AS event types. Includes the total event counts and significant event counts. By default, events are counted as significant if FDR <= 0.05.
74af9ab1a154 "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 77429eedace24dcb2ebf8e209fce1515d2adb055-dirty"
jjohnson
parents: 0
diff changeset
289 * [AS_Event].MATS.JC.txt: Final output including only reads that span junctions defined by rmats (Junction Counts)
74af9ab1a154 "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 77429eedace24dcb2ebf8e209fce1515d2adb055-dirty"
jjohnson
parents: 0
diff changeset
290 * [AS_Event].MATS.JCEC.txt: Final output including both reads that span junctions defined by rmats (Junction Counts) and reads that do not cross an exon boundary (Exon Counts)
74af9ab1a154 "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 77429eedace24dcb2ebf8e209fce1515d2adb055-dirty"
jjohnson
parents: 0
diff changeset
291 * fromGTF.[AS_Event].txt: All identified alternative splicing (AS) events derived from GTF and RNA
74af9ab1a154 "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 77429eedace24dcb2ebf8e209fce1515d2adb055-dirty"
jjohnson
parents: 0
diff changeset
292 * fromGTF.novelJunction.[AS_Event].txt: Alternative splicing (AS) events which were identified only after considering the RNA (as opposed to analyzing the GTF in isolation). This does not include events with an unannotated splice site.
74af9ab1a154 "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 77429eedace24dcb2ebf8e209fce1515d2adb055-dirty"
jjohnson
parents: 0
diff changeset
293 * fromGTF.novelSpliceSite.[AS_Event].txt: This file contains only those events which include an unannotated splice site. Only relevant if --novelSS is enabled.
74af9ab1a154 "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 77429eedace24dcb2ebf8e209fce1515d2adb055-dirty"
jjohnson
parents: 0
diff changeset
294 * JC.raw.input.[AS_Event].txt: Event counts including only reads that span junctions defined by rmats (Junction Counts)
74af9ab1a154 "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 77429eedace24dcb2ebf8e209fce1515d2adb055-dirty"
jjohnson
parents: 0
diff changeset
295 * JCEC.raw.input.[AS_Event].txt: Event counts including both reads that span junctions defined by rmats (Junction Counts) and reads that do not cross an exon boundary (Exon Counts)
74af9ab1a154 "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 77429eedace24dcb2ebf8e209fce1515d2adb055-dirty"
jjohnson
parents: 0
diff changeset
296
74af9ab1a154 "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 77429eedace24dcb2ebf8e209fce1515d2adb055-dirty"
jjohnson
parents: 0
diff changeset
297 Shared columns:
74af9ab1a154 "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 77429eedace24dcb2ebf8e209fce1515d2adb055-dirty"
jjohnson
parents: 0
diff changeset
298 * ID: rMATS event id
74af9ab1a154 "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 77429eedace24dcb2ebf8e209fce1515d2adb055-dirty"
jjohnson
parents: 0
diff changeset
299 * GeneID: Gene id
74af9ab1a154 "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 77429eedace24dcb2ebf8e209fce1515d2adb055-dirty"
jjohnson
parents: 0
diff changeset
300 * geneSymbol: Gene name
74af9ab1a154 "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 77429eedace24dcb2ebf8e209fce1515d2adb055-dirty"
jjohnson
parents: 0
diff changeset
301 * chr: Chromosome
74af9ab1a154 "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 77429eedace24dcb2ebf8e209fce1515d2adb055-dirty"
jjohnson
parents: 0
diff changeset
302 * strand: Strand of the gene
74af9ab1a154 "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 77429eedace24dcb2ebf8e209fce1515d2adb055-dirty"
jjohnson
parents: 0
diff changeset
303 * IJC_SAMPLE_1: Inclusion counts for sample 1. Replicates are comma separated
74af9ab1a154 "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 77429eedace24dcb2ebf8e209fce1515d2adb055-dirty"
jjohnson
parents: 0
diff changeset
304 * SJC_SAMPLE_1: Skipping counts for sample 1. Replicates are comma separated
74af9ab1a154 "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 77429eedace24dcb2ebf8e209fce1515d2adb055-dirty"
jjohnson
parents: 0
diff changeset
305 * IJC_SAMPLE_2: Inclusion counts for sample 2. Replicates are comma separated
74af9ab1a154 "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 77429eedace24dcb2ebf8e209fce1515d2adb055-dirty"
jjohnson
parents: 0
diff changeset
306 * SJC_SAMPLE_2: Skipping counts for sample 2. Replicates are comma separated
74af9ab1a154 "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 77429eedace24dcb2ebf8e209fce1515d2adb055-dirty"
jjohnson
parents: 0
diff changeset
307 * IncFormLen: Length of inclusion form, used for normalization
74af9ab1a154 "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 77429eedace24dcb2ebf8e209fce1515d2adb055-dirty"
jjohnson
parents: 0
diff changeset
308 * SkipFormLen: Length of skipping form, used for normalization
74af9ab1a154 "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 77429eedace24dcb2ebf8e209fce1515d2adb055-dirty"
jjohnson
parents: 0
diff changeset
309 * PValue: Significance of splicing difference between the two sample groups. (Only available if the statistical model is on)
74af9ab1a154 "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 77429eedace24dcb2ebf8e209fce1515d2adb055-dirty"
jjohnson
parents: 0
diff changeset
310 * FDR: False Discovery Rate calculated from p-value. (Only available if statistical model is on)
74af9ab1a154 "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 77429eedace24dcb2ebf8e209fce1515d2adb055-dirty"
jjohnson
parents: 0
diff changeset
311 * IncLevel1: Inclusion level for sample 1. Replicates are comma separated. Calculated from normalized counts
74af9ab1a154 "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 77429eedace24dcb2ebf8e209fce1515d2adb055-dirty"
jjohnson
parents: 0
diff changeset
312 * IncLevel2: Inclusion level for sample 2. Replicates are comma separated. Calculated from normalized counts
74af9ab1a154 "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 77429eedace24dcb2ebf8e209fce1515d2adb055-dirty"
jjohnson
parents: 0
diff changeset
313 * IncLevelDifference: average(IncLevel1) - average(IncLevel2)
74af9ab1a154 "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 77429eedace24dcb2ebf8e209fce1515d2adb055-dirty"
jjohnson
parents: 0
diff changeset
314 Event specific columns (event coordinates):
74af9ab1a154 "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 77429eedace24dcb2ebf8e209fce1515d2adb055-dirty"
jjohnson
parents: 0
diff changeset
315 * SE: exonStart_0base exonEnd upstreamES upstreamEE downstreamES downstreamEE
74af9ab1a154 "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 77429eedace24dcb2ebf8e209fce1515d2adb055-dirty"
jjohnson
parents: 0
diff changeset
316 + The inclusion form includes the target exon (exonStart_0base, exonEnd)
74af9ab1a154 "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 77429eedace24dcb2ebf8e209fce1515d2adb055-dirty"
jjohnson
parents: 0
diff changeset
317 * MXE: 1stExonStart_0base 1stExonEnd 2ndExonStart_0base 2ndExonEnd upstreamES upstreamEE downstreamES downstreamEE
74af9ab1a154 "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 77429eedace24dcb2ebf8e209fce1515d2adb055-dirty"
jjohnson
parents: 0
diff changeset
318 + If the strand is + then the inclusion form includes the 1st exon (1stExonStart_0base, 1stExonEnd) and skips the 2nd exon
74af9ab1a154 "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 77429eedace24dcb2ebf8e209fce1515d2adb055-dirty"
jjohnson
parents: 0
diff changeset
319 + If the strand is - then the inclusion form includes the 2nd exon (2ndExonStart_0base, 2ndExonEnd) and skips the 1st exon
74af9ab1a154 "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 77429eedace24dcb2ebf8e209fce1515d2adb055-dirty"
jjohnson
parents: 0
diff changeset
320 * A3SS, A5SS: longExonStart_0base longExonEnd shortES shortEE flankingES flankingEE
74af9ab1a154 "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 77429eedace24dcb2ebf8e209fce1515d2adb055-dirty"
jjohnson
parents: 0
diff changeset
321 + The inclusion form includes the long exon (longExonStart_0base, longExonEnd) instead of the short exon (shortES shortEE)
74af9ab1a154 "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 77429eedace24dcb2ebf8e209fce1515d2adb055-dirty"
jjohnson
parents: 0
diff changeset
322 * RI: riExonStart_0base riExonEnd upstreamES upstreamEE downstreamES downstreamEE
74af9ab1a154 "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 77429eedace24dcb2ebf8e209fce1515d2adb055-dirty"
jjohnson
parents: 0
diff changeset
323 + The inclusion form includes (retains) the intron (upstreamEE, downstreamES)
74af9ab1a154 "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 77429eedace24dcb2ebf8e209fce1515d2adb055-dirty"
jjohnson
parents: 0
diff changeset
324
0
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
325 ]]></help>
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
326 <expand macro="citations" />
ff15d6def09b "planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/rmats commit 315f6ba609e9545c3a374f7fd471aee50b135ec8-dirty"
jjohnson
parents:
diff changeset
327 </tool>