# HG changeset patch # User iuc # Date 1516638389 18000 # Node ID cee61b3fcf78dc94313399b3e8d337aad5687bf5 # Parent d3b1249af60c050c3760454b9a6c1a5c3da205e2 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit 5098e1bf7037e204f24fa1cbf7c3749bf0779550 diff -r d3b1249af60c -r cee61b3fcf78 README.rst --- a/README.rst Tue Dec 19 04:21:46 2017 -0500 +++ b/README.rst Mon Jan 22 11:26:29 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 d3b1249af60c -r cee61b3fcf78 trinity.xml --- a/trinity.xml Tue Dec 19 04:21:46 2017 -0500 +++ b/trinity.xml Mon Jan 22 11:26:29 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 ; + ]]>