changeset 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 5c5a2a7e9cbb
children 642a39a927c9
files trimmomatic.sh trimmomatic.xml
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
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
--- a/trimmomatic.xml	Fri Jan 20 13:35:17 2017 -0500
+++ b/trimmomatic.xml	Mon Jan 23 06:31:29 2017 -0500
@@ -1,4 +1,4 @@
-<tool id="trimmomatic" name="Trimmomatic" version="0.36.2">
+<tool id="trimmomatic" name="Trimmomatic" version="0.36.3">
   <description>flexible read trimming tool for Illumina NGS data</description>
   <requirements>
     <requirement type="package" version="0.36">trimmomatic</requirement>