# HG changeset patch
# User iuc
# Date 1573721779 0
# Node ID bd68fe7ae6e82a065d033d5c8caa3980195a971b
# Parent 0b6c6f2438942bf14d50ba7a4e769d86f91507b5
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit f3d9db3063d2cba26e6fbe82a3eee4e1a6fe0bd5"
diff -r 0b6c6f243894 -r bd68fe7ae6e8 README.rst
--- a/README.rst Fri Nov 01 08:00:23 2019 -0400
+++ b/README.rst Thu Nov 14 08:56:19 2019 +0000
@@ -9,7 +9,14 @@
By default, this tool is configured to limit the memory consumption to 1G.
You might need to lower this limit if the machine(s) executing the jobs have less memory available.
If you have a lot of reads to assemble and a machine with enough memory, you can increase it.
-In both cases, you can set the GALAXY_MEMORY_MB environmental variable in the destination section of the job_conf.xml file::
+
+This tool uses the GALAXY_MEMORY_MB environmental variable to limit the its memory usage. If you use a supported cluster type, you just need to limit the memory in the destination section of the job_conf.xml file to the amount of available memory (in MB), for example with a Slurm cluster::
+
+ --mem=1024
+
+
+If you cluster type does not support memory limit detection, you can also set manually the GALAXY_MEMORY_MB environmental variable in the destination section of the job_conf.xml file to the amount of available memory (in MB)::
@@ -22,7 +29,7 @@
- 1G
+ 1024