Repository 'trinity_psc'
hg clone https://toolshed.g2.bx.psu.edu/repos/nate/trinity_psc

Changeset 5:1de64ac61b4e (2017-05-04)
Previous changeset 4:f98f80675d60 (2017-03-10)
Commit message:
Uploaded
modified:
trinityrnaseq.xml
b
diff -r f98f80675d60 -r 1de64ac61b4e trinityrnaseq.xml
--- a/trinityrnaseq.xml Fri Mar 10 10:42:24 2017 -0500
+++ b/trinityrnaseq.xml Thu May 04 14:16:09 2017 -0400
b
@@ -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"