# HG changeset patch # User pjbriggs # Date 1490100125 14400 # Node ID 6eeacf19a38ec2ab2ef43ca7f0b38228d4ea1a89 # Parent 141bba0e9a77ca4688d8da4d6718aadcaa1515c9 Version 0.36.3: fix the naming of output collections to differentiate btwn paired/unpaired; document the _JAVA_OPTIONS env var (thanks Marius van den Beek). diff -r 141bba0e9a77 -r 6eeacf19a38e README.rst --- a/README.rst Fri Feb 24 05:12:32 2017 -0500 +++ b/README.rst Tue Mar 21 08:42:05 2017 -0400 @@ -19,6 +19,19 @@ and the trimmomatic program and data, and setting the appropriate environment variables. +Controlling the available memory +================================ + +The default amount of memory avilable to trimmomatic is set to 8GB. +To change the default amount of memory you can set the environment variable +``_JAVA_OPTIONS`` to ``-XmxG``. The recommended way to +set this is in the job_conf.xml file. To change the available memory to 6GB, a +line like the below should be added: + +``-Xmx6G`` + +This will set the environment variable ``_JAVA_OPTIONS`` to ``-Xmx6G``. + Manual Installation =================== @@ -58,6 +71,9 @@ ========== ====================================================================== Version Changes ---------- ---------------------------------------------------------------------- +0.36.3 - Fix naming of output collections. Instead of all outputs being called + "Trimmomatic on collection NN" these will now be called "Trimmomatic + on collection NN: paired" or "Trimmomatic on collection NN: unpaired". 0.36.2 - Support fastqsanger.gz datatype. If fastqsanger.gz is used as input the output will also be fastqsanger.gz. - Use $_JAVA_OPTIONS to customize memory requirements. diff -r 141bba0e9a77 -r 6eeacf19a38e trimmomatic.xml --- a/trimmomatic.xml Fri Feb 24 05:12:32 2017 -0500 +++ b/trimmomatic.xml Tue Mar 21 08:42:05 2017 -0400 @@ -1,4 +1,4 @@ - + flexible read trimming tool for Illumina NGS data trimmomatic_macros.xml @@ -175,12 +175,12 @@ readtype['single_or_paired'] == 'se' - + readtype['single_or_paired'] == "collection" - + readtype['single_or_paired'] == "collection"