diff trimmomatic.sh @ 3:f6cb99d6afd3 draft

planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 213668d2e5a61c806ad992c201ae6e304c6e0965-dirty
author sanbi-uwc
date Mon, 23 Jan 2017 06:31:29 -0500
parents d8975856862e
children
line wrap: on
line diff
--- a/trimmomatic.sh	Fri Jan 20 13:35:17 2017 -0500
+++ b/trimmomatic.sh	Mon Jan 23 06:31:29 2017 -0500
@@ -20,7 +20,7 @@
   exit 1
 fi
 
-java -mx8G -jar $TRIMMOMATIC_DIR/$JARFILE $@ 2>&1 | tee trimmomatic.log
+java -mx16G -jar $TRIMMOMATIC_DIR/$JARFILE $@ 2>&1 | tee trimmomatic.log
 status=$?
 echo "Exit status: $status"
 # Check for successful completion