Repository 'trinity_abundance_estimates_to_matrix'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/trinity_abundance_estimates_to_matrix

Changeset 9:67906d99d3c0 (2018-01-22)
Previous changeset 8:850cf1fccd69 (2017-12-15) Next changeset 10:13ab393ba794 (2018-06-14)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 5098e1bf7037e204f24fa1cbf7c3749bf0779550
modified:
README.rst
b
diff -r 850cf1fccd69 -r 67906d99d3c0 README.rst
--- a/README.rst Fri Dec 15 08:00:03 2017 -0500
+++ b/README.rst Mon Jan 22 11:28:19 2018 -0500
b
@@ -9,7 +9,7 @@
 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 TRINITY_MAX_MEMORY environmental variable in the destination section of the job_conf.xml file::
+In both cases, you can set the GALAXY_MEMORY_MB environmental variable in the destination section of the job_conf.xml file::
 
     <?xml version="1.0"?>
     <!-- A sample job config that explicitly configures job running the way it is configured by default (if there is no explicit config). -->
@@ -22,7 +22,7 @@
         </handlers>
         <destinations>
             <destination id="local" runner="local">
-                <env id="TRINITY_MAX_MEMORY">1G</env>
+                <env id="GALAXY_MEMORY_MB">1G</env>
             </destination>
         </destinations>
     </job_conf>