changeset 5:1de64ac61b4e draft default tip

Uploaded
author nate
date Thu, 04 May 2017 14:16:09 -0400
parents f98f80675d60
children
files trinityrnaseq.xml
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/trinityrnaseq.xml	Fri Mar 10 10:42:24 2017 -0500
+++ b/trinityrnaseq.xml	Thu May 04 14:16:09 2017 -0400
@@ -19,7 +19,8 @@
         cd \$LOCAL;
         echo "Running Trinity from `pwd`";
 
-        Trinity --max_memory "\${MEM}G"
+        Trinity --no_version_check
+                --max_memory "\${MEM}G"
                 --CPU "\${GALAXY_SLOTS:-16}"
                 --bflyHeapSpaceMax "32G"
                 --bflyHeapSpaceInit "2G"