diff matchms_formatter.xml @ 11:ae45992f969e draft

planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit b1cc1aebf796f170d93e3dd46ffcdefdc7b8018a
author recetox
date Thu, 12 Oct 2023 13:29:16 +0000
parents 1b09315a3f87
children 1e58bf51a0e5
line wrap: on
line diff
--- a/matchms_formatter.xml	Tue Jun 27 14:25:59 2023 +0000
+++ b/matchms_formatter.xml	Thu Oct 12 13:29:16 2023 +0000
@@ -1,4 +1,4 @@
-<tool id="matchms_formatter" name="matchms scores formatter" version="@TOOL_VERSION@+galaxy0" profile="21.09">
+<tool id="matchms_formatter" name="matchms scores formatter" version="@TOOL_VERSION@+galaxy3" profile="21.09">
     <description>reformat scores object of matchms to long format table</description>
 
     <macros>
@@ -16,16 +16,16 @@
         <requirement type="package" version="1.1.4">pandas</requirement>
         <requirement type="package" version="8.0.1">click</requirement>
     </requirements>
+
+    <command detect_errors="aggressive"><![CDATA[
+        sh ${matchms_formatter_cli}
+    ]]></command>
     
     <environment_variables>
         <environment_variable name="MPLCONFIGDIR">\$_GALAXY_JOB_TMP_DIR</environment_variable>
         <environment_variable name="XDG_CACHE_HOME">\$_GALAXY_JOB_TMP_DIR</environment_variable>
     </environment_variables>
 
-    <command detect_errors="aggressive"><![CDATA[
-        sh ${matchms_formatter_cli}
-    ]]></command>
-
     <configfiles>
         <configfile name="matchms_formatter_cli">
             python3 ${__tool_directory__}/formatter.py \
@@ -57,4 +57,8 @@
         @HELP_formatter@
         @HELP_matchms@
     </help>
+
+    <citations>
+        <citation type="doi">https://doi.org/10.5281/zenodo.6035335</citation>
+    </citations>
 </tool>