Repository 'matchms_formatter'
hg clone https://toolshed.g2.bx.psu.edu/repos/recetox/matchms_formatter

Changeset 19:f7718efde4d5 (2023-12-04)
Previous changeset 18:86a45ba3d3f2 (2023-12-01) Next changeset 20:d888a64f7c2a (2023-12-04)
Commit message:
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/matchms commit 19994ff091195ec6c7df791985b2a04ed5aba329
modified:
matchms_formatter.xml
b
diff -r 86a45ba3d3f2 -r f7718efde4d5 matchms_formatter.xml
--- a/matchms_formatter.xml Fri Dec 01 11:16:22 2023 +0000
+++ b/matchms_formatter.xml Mon Dec 04 13:40:45 2023 +0000
[
@@ -1,4 +1,4 @@
-<tool id="matchms_formatter" name="matchms scores formatter" version="@TOOL_VERSION@+galaxy2" 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>
@@ -13,8 +13,8 @@
 
     <requirements>
         <requirement type="package" version="@TOOL_VERSION@">matchms</requirement>
+        <requirement type="package" version="8.0.1">click</requirement>
         <requirement type="package" version="1.1.4">pandas</requirement>
-        <requirement type="package" version="8.0.1">click</requirement>
     </requirements>
 
     <command detect_errors="aggressive"><![CDATA[
@@ -25,6 +25,7 @@
         <environment_variable name="MPLCONFIGDIR">\$_GALAXY_JOB_TMP_DIR</environment_variable>
         <environment_variable name="XDG_CACHE_HOME">\$_GALAXY_JOB_TMP_DIR</environment_variable>
         <environment_variable name="OPENBLAS_NUM_THREADS">4</environment_variable>
+        <environment_variable name="RLIMIT_NPROC">4</environment_variable>        
     </environment_variables>
 
     <configfiles>