changeset 1:8e18dcf410ec draft

planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit ed583a475c54aa862cf7628edd232305e8582df3
author recetox
date Fri, 24 Nov 2023 19:04:57 +0000
parents 107186a6fcec
children 912af73eb6aa
files matchms_metadata_merge.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/matchms_metadata_merge.xml	Thu Nov 23 09:56:32 2023 +0000
+++ b/matchms_metadata_merge.xml	Fri Nov 24 19:04:57 2023 +0000
@@ -1,4 +1,4 @@
-<tool id="matchms_metadata_merge" name="matchms metadata merge" version="@TOOL_VERSION@+galaxy0" profile="21.09">
+<tool id="matchms_metadata_merge" name="matchms metadata merge" version="@TOOL_VERSION@+galaxy1" profile="21.09">
     <description>Merge metadata csv into MSP by a specified column</description>
     
     <macros>
@@ -18,7 +18,7 @@
     </requirements>
 
     <command detect_errors='aggressive'><![CDATA[
-        python '${matchms_python_cli}'
+        python3 '${matchms_python_cli}'
     ]]></command>
 
 <configfiles>