Previous changeset 1:15d2a50acaeb (2018-09-21) Next changeset 3:a3edda696e4d (2019-03-27) |
Commit message:
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/ThermoRawfileParser commit 9de08588cd6c525947f92bf475a144fcd6129fde |
modified:
thermo_converter.xml |
b |
diff -r 15d2a50acaeb -r edbeb2956484 thermo_converter.xml --- a/thermo_converter.xml Fri Sep 21 18:49:31 2018 -0400 +++ b/thermo_converter.xml Sun Sep 23 07:50:25 2018 -0400 |
b |
@@ -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> |