# HG changeset patch # User sanbi-uwc # Date 1485171089 18000 # Node ID f6cb99d6afd363fe6860a3772dc04d5797c97137 # Parent 5c5a2a7e9cbbd92b948eab2abeb1c82807b089c4 planemo upload for repository https://github.com/SANBI-SA/galaxy-tools/tree/master/tools/trimmomatic commit 213668d2e5a61c806ad992c201ae6e304c6e0965-dirty diff -r 5c5a2a7e9cbb -r f6cb99d6afd3 trimmomatic.sh --- 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 diff -r 5c5a2a7e9cbb -r f6cb99d6afd3 trimmomatic.xml --- 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 @@ - + flexible read trimming tool for Illumina NGS data trimmomatic