# HG changeset patch # User iuc # Date 1516638128 18000 # Node ID 875e118b5f1c554af07bc533ed552ef148f7a4f4 # Parent f07bc380d66cff5eedf153a107cd520e88f39ccb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 5098e1bf7037e204f24fa1cbf7c3749bf0779550 diff -r f07bc380d66c -r 875e118b5f1c README.rst --- a/README.rst Tue Dec 19 04:17:50 2017 -0500 +++ b/README.rst Mon Jan 22 11:22:08 2018 -0500 @@ -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:: @@ -22,7 +22,7 @@ - 1G + 1G diff -r f07bc380d66c -r 875e118b5f1c trinity.xml --- a/trinity.xml Tue Dec 19 04:17:50 2017 -0500 +++ b/trinity.xml Mon Jan 22 11:22:08 2018 -0500 @@ -5,6 +5,17 @@ $trinity_log 2>&1 + + && + + if [ ! -z "\$TRINITY_SCRATCH_DIR" ] ; then + mkdir -p "\$workdir/trinity_out_dir"; + cp -p trinity_out_dir/Trinity* "\$workdir/trinity_out_dir"; + cd "\$workdir"; + fi ; + ]]>