diff dr-disco_fix.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 922b52cf9b35
line wrap: on
line diff
--- a/dr-disco_fix.xml	Fri Apr 28 03:56:08 2017 -0400
+++ b/dr-disco_fix.xml	Thu Aug 10 05:38:27 2017 -0400
@@ -8,11 +8,15 @@
     <expand macro="version_command" />
 
     <command detect_errors="exit_code"><![CDATA[
-        dr-disco fix '${alignment_fixed}' '${star_discordant_alignment}'
+        dr-disco fix
+            '${star_discordant_alignment}'
+            '${alignment_fixed}'
     ]]></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>