Mercurial > repos > erasmus-medical-center > dr_disco
diff dr-disco_detect.xml @ 3:5348cfd3ba5c draft
planemo upload for repository https://github.com/ErasmusMC-Bioinformatics/galaxytools-emc/tree/master/tools/dr-disco commit b6ccc6d8a9a9061207040561b494b7cf2ee3f885
author | erasmus-medical-center |
---|---|
date | Thu, 10 Aug 2017 05:38:27 -0400 |
parents | 173ca9768e22 |
children | d58d99a070ce |
line wrap: on
line diff
--- a/dr-disco_detect.xml Fri Apr 28 03:56:08 2017 -0400 +++ b/dr-disco_detect.xml Thu Aug 10 05:38:27 2017 -0400 @@ -1,4 +1,4 @@ -<tool id="dr_disco_intronic" name="Dr. Disco (intronic)" version="@TOOL_VERSION@-g0"> +<tool id="dr_disco_detect" name="Dr. Disco (detect)" version="@TOOL_VERSION@-g0"> <description>Detects break-points in RNA-seq</description> <macros> <import>macros.xml</import> @@ -11,8 +11,8 @@ dr-disco detect --min-e-score '${min_e_score}' - '${table_fusion_events}' '${star_discordant_alignment_fixed}' + '${output_fusion_events}' ]]></command> <inputs> <param name="star_discordant_alignment_fixed" type="data" format="bam" label="Discordant alignment file of STAR (processed with dr-disco fix)" /> @@ -21,7 +21,7 @@ </inputs> <outputs> - <data name="table_fusion_events" format="tabular" label="${tool.name} on ${$star_discordant_alignment_fixed.name}" /> + <data name="output_fusion_events" format="tabular" label="${tool.name} on ${star_discordant_alignment_fixed.name}" /> </outputs> <tests> @@ -29,7 +29,7 @@ <param name="star_discordant_alignment_fixed" value="detect.bam" /> <param name="min_e_score" value="8" /> - <output name="table_fusion_events" file="detect.txt" /> + <output name="output_fusion_events" file="detect.txt" /> </test> </tests>