changeset 2:d2996f624507 draft

planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit ed583a475c54aa862cf7628edd232305e8582df3
author recetox
date Fri, 24 Nov 2023 19:03:23 +0000
parents 35afaff7c41e
children 425bbdd2209b
files matchms_subsetting.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/matchms_subsetting.xml	Thu Nov 23 09:54:52 2023 +0000
+++ b/matchms_subsetting.xml	Fri Nov 24 19:03:23 2023 +0000
@@ -1,4 +1,4 @@
-<tool id="matchms_subsetting" name="matchms subsetting" version="@TOOL_VERSION@+galaxy0" profile="21.09">
+<tool id="matchms_subsetting" name="matchms subsetting" version="@TOOL_VERSION@+galaxy1" profile="21.09">
     <description>Extract spectra from a library given unique metadata identifier</description>
     
     <macros>
@@ -18,7 +18,7 @@
     </requirements>
 
     <command detect_errors='aggressive'><![CDATA[
-        python '${matchms_python_cli}'
+        python3 '${matchms_python_cli}'
     ]]></command>
 
 <configfiles>