changeset 2:c2da18b21068 draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/ThermoRawfileParser commit 9de08588cd6c525947f92bf475a144fcd6129fde
author galaxyp
date Sun, 23 Sep 2018 07:50:05 -0400
parents 992b0d5a7c6f
children 756817e04abe
files thermo_converter.xml
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/thermo_converter.xml	Fri Sep 21 18:49:03 2018 -0400
+++ b/thermo_converter.xml	Sun Sep 23 07:50:05 2018 -0400
@@ -15,6 +15,12 @@
     #if $metadata:
         --metadata=1
     #end if
+    &&
+    #if $output_format == '0':
+        mv ./input.mgf '$output'
+    #else:
+        mv ./input.mzML '$output'
+    #end if
 ]]>
     </command>
     <inputs>