annotate dr-disco_fix.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 9495360713d4
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_fix" name="Dr. Disco (fix)" 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>Fixes and annotates chimeric alignments</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 dr-disco fix '${output}' '${star_discordant_alignment}'
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 ]]></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
13 <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
14 <param name="star_discordant_alignment" type="data" format="bam" label="Discordant alignment file of STAR" />
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 </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
16 <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
17 <data name="output" format="bam" label="${tool.name} on ${star_discordant_alignment}" />
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 </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
19 <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
20 </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
21
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 <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
23 </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
24
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 <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
26 </tool>