Mercurial > repos > erasmus-medical-center > dr_disco
view dr-disco_fix.xml @ 2:173ca9768e22 draft
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/dr-disco commit d29f5735b74a3919e6fc16c10435867ed4450576
author | erasmus-medical-center |
---|---|
date | Fri, 28 Apr 2017 03:56:08 -0400 |
parents | 9495360713d4 |
children | 5348cfd3ba5c |
line wrap: on
line source
<tool id="dr_disco_fix" name="Dr. Disco (fix)" version="@TOOL_VERSION@-g0"> <description>Fixes chimeric alignments from STAR</description> <macros> <import>macros.xml</import> </macros> <expand macro="requirements" /> <expand macro="version_command" /> <command detect_errors="exit_code"><![CDATA[ dr-disco fix '${alignment_fixed}' '${star_discordant_alignment}' ]]></command> <inputs> <param name="star_discordant_alignment" type="data" format="bam" label="Discordant alignment file of STAR" /> </inputs> <outputs> <data name="alignment_fixed" format="bam" label="${tool.name} on ${star_discordant_alignment}" /> </outputs> <tests> <test> <param name="star_discordant_alignment" value="fix_test-01.bam"/> <output name="alignment_fixed" file="fix_test-01.fixed.bam" /> </test> </tests> <help><![CDATA[ **What it does** Dr. Disco fix prepares chimeric alignment files produced by STAR for analysis with Dr. Disco (detect) and for visualization in genome browsers. ]]></help> <expand macro="citations"/> </tool>