annotate dr-disco_intronic.xml @ 0:fca9c1ace23c draft

planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/dr-disco commit a6e0161a14202e3fc166b3cf8ecbafed54ec403a
author erasmus-medical-center
date Wed, 25 Jan 2017 08:06:06 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
fca9c1ace23c planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/dr-disco commit a6e0161a14202e3fc166b3cf8ecbafed54ec403a
erasmus-medical-center
parents:
diff changeset
1 <tool id="dr_disco_intronic" name="Dr. Disco (intronic)" version="@TOOL_VERSION@-g0">
fca9c1ace23c planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/dr-disco commit a6e0161a14202e3fc166b3cf8ecbafed54ec403a
erasmus-medical-center
parents:
diff changeset
2 <description>Detects break-points in RNA-seq</description>
fca9c1ace23c planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/dr-disco commit a6e0161a14202e3fc166b3cf8ecbafed54ec403a
erasmus-medical-center
parents:
diff changeset
3 <macros>
fca9c1ace23c planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/dr-disco commit a6e0161a14202e3fc166b3cf8ecbafed54ec403a
erasmus-medical-center
parents:
diff changeset
4 <import>macros.xml</import>
fca9c1ace23c planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/dr-disco commit a6e0161a14202e3fc166b3cf8ecbafed54ec403a
erasmus-medical-center
parents:
diff changeset
5 </macros>
fca9c1ace23c planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/dr-disco commit a6e0161a14202e3fc166b3cf8ecbafed54ec403a
erasmus-medical-center
parents:
diff changeset
6
fca9c1ace23c planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/dr-disco commit a6e0161a14202e3fc166b3cf8ecbafed54ec403a
erasmus-medical-center
parents:
diff changeset
7 <expand macro="requirements"/>
fca9c1ace23c planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/dr-disco commit a6e0161a14202e3fc166b3cf8ecbafed54ec403a
erasmus-medical-center
parents:
diff changeset
8 <expand macro="version_command"/>
fca9c1ace23c planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/dr-disco commit a6e0161a14202e3fc166b3cf8ecbafed54ec403a
erasmus-medical-center
parents:
diff changeset
9
fca9c1ace23c planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/dr-disco commit a6e0161a14202e3fc166b3cf8ecbafed54ec403a
erasmus-medical-center
parents:
diff changeset
10 <command><![CDATA[
fca9c1ace23c planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/dr-disco commit a6e0161a14202e3fc166b3cf8ecbafed54ec403a
erasmus-medical-center
parents:
diff changeset
11 ## old thing that evolved as such - depending on what the future will bring leave it out or include it...
fca9c1ace23c planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/dr-disco commit a6e0161a14202e3fc166b3cf8ecbafed54ec403a
erasmus-medical-center
parents:
diff changeset
12 touch empty.txt &&
fca9c1ace23c planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/dr-disco commit a6e0161a14202e3fc166b3cf8ecbafed54ec403a
erasmus-medical-center
parents:
diff changeset
13
fca9c1ace23c planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/dr-disco commit a6e0161a14202e3fc166b3cf8ecbafed54ec403a
erasmus-medical-center
parents:
diff changeset
14 dr-disco
fca9c1ace23c planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/dr-disco commit a6e0161a14202e3fc166b3cf8ecbafed54ec403a
erasmus-medical-center
parents:
diff changeset
15 intronic
fca9c1ace23c planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/dr-disco commit a6e0161a14202e3fc166b3cf8ecbafed54ec403a
erasmus-medical-center
parents:
diff changeset
16 -m '${min_e_score}'
fca9c1ace23c planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/dr-disco commit a6e0161a14202e3fc166b3cf8ecbafed54ec403a
erasmus-medical-center
parents:
diff changeset
17 '${output}'
fca9c1ace23c planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/dr-disco commit a6e0161a14202e3fc166b3cf8ecbafed54ec403a
erasmus-medical-center
parents:
diff changeset
18 empty.txt
fca9c1ace23c planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/dr-disco commit a6e0161a14202e3fc166b3cf8ecbafed54ec403a
erasmus-medical-center
parents:
diff changeset
19 '${star_discordant_alignment_fixed}'
fca9c1ace23c planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/dr-disco commit a6e0161a14202e3fc166b3cf8ecbafed54ec403a
erasmus-medical-center
parents:
diff changeset
20 ]]></command>
fca9c1ace23c planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/dr-disco commit a6e0161a14202e3fc166b3cf8ecbafed54ec403a
erasmus-medical-center
parents:
diff changeset
21 <inputs>
fca9c1ace23c planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/dr-disco commit a6e0161a14202e3fc166b3cf8ecbafed54ec403a
erasmus-medical-center
parents:
diff changeset
22 <param name="star_discordant_alignment_fixed" type="data" format="bam" label="Discordant alignment file of STAR (processed with dr-disco fix)" />
fca9c1ace23c planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/dr-disco commit a6e0161a14202e3fc166b3cf8ecbafed54ec403a
erasmus-medical-center
parents:
diff changeset
23 <param name="min_e_score" type="integer" value="8" min="0"
fca9c1ace23c planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/dr-disco commit a6e0161a14202e3fc166b3cf8ecbafed54ec403a
erasmus-medical-center
parents:
diff changeset
24 label="Minimal score to initiate pulling sub-graphs"
fca9c1ace23c planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/dr-disco commit a6e0161a14202e3fc166b3cf8ecbafed54ec403a
erasmus-medical-center
parents:
diff changeset
25 help="Larger numbers boost performance but result in suboptimal results. Values of 8 and below are considered to be very safe (this corresponds to initiate merging already from clusters that consist of 2 or 3 reads)." />
fca9c1ace23c planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/dr-disco commit a6e0161a14202e3fc166b3cf8ecbafed54ec403a
erasmus-medical-center
parents:
diff changeset
26 </inputs>
fca9c1ace23c planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/dr-disco commit a6e0161a14202e3fc166b3cf8ecbafed54ec403a
erasmus-medical-center
parents:
diff changeset
27
fca9c1ace23c planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/dr-disco commit a6e0161a14202e3fc166b3cf8ecbafed54ec403a
erasmus-medical-center
parents:
diff changeset
28 <outputs>
fca9c1ace23c planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/dr-disco commit a6e0161a14202e3fc166b3cf8ecbafed54ec403a
erasmus-medical-center
parents:
diff changeset
29 <data name="output" format="tabular" label="${tool.name} on ${$star_discordant_alignment_fixed.name}" />
fca9c1ace23c planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/dr-disco commit a6e0161a14202e3fc166b3cf8ecbafed54ec403a
erasmus-medical-center
parents:
diff changeset
30 </outputs>
fca9c1ace23c planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/dr-disco commit a6e0161a14202e3fc166b3cf8ecbafed54ec403a
erasmus-medical-center
parents:
diff changeset
31
fca9c1ace23c planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/dr-disco commit a6e0161a14202e3fc166b3cf8ecbafed54ec403a
erasmus-medical-center
parents:
diff changeset
32 <tests>
fca9c1ace23c planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/dr-disco commit a6e0161a14202e3fc166b3cf8ecbafed54ec403a
erasmus-medical-center
parents:
diff changeset
33 </tests>
fca9c1ace23c planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/dr-disco commit a6e0161a14202e3fc166b3cf8ecbafed54ec403a
erasmus-medical-center
parents:
diff changeset
34
fca9c1ace23c planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/dr-disco commit a6e0161a14202e3fc166b3cf8ecbafed54ec403a
erasmus-medical-center
parents:
diff changeset
35 <help>
fca9c1ace23c planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/dr-disco commit a6e0161a14202e3fc166b3cf8ecbafed54ec403a
erasmus-medical-center
parents:
diff changeset
36 </help>
fca9c1ace23c planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/dr-disco commit a6e0161a14202e3fc166b3cf8ecbafed54ec403a
erasmus-medical-center
parents:
diff changeset
37
fca9c1ace23c planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/dr-disco commit a6e0161a14202e3fc166b3cf8ecbafed54ec403a
erasmus-medical-center
parents:
diff changeset
38 <expand macro="citations"/>
fca9c1ace23c planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/dr-disco commit a6e0161a14202e3fc166b3cf8ecbafed54ec403a
erasmus-medical-center
parents:
diff changeset
39 </tool>