# HG changeset patch # User pjbriggs # Date 1490099504 14400 # Node ID a923b799c77cf923d53c97d0a4bc5b9afda3bd87 # Parent 77dd0fe954c5e3e9194e22eabc89007b2046ef8e 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 77dd0fe954c5 -r a923b799c77c README.rst --- a/README.rst Fri Feb 24 04:57:13 2017 -0500 +++ b/README.rst Tue Mar 21 08:31:44 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 77dd0fe954c5 -r a923b799c77c trimmomatic.xml --- a/trimmomatic.xml Fri Feb 24 04:57:13 2017 -0500 +++ b/trimmomatic.xml Tue Mar 21 08:31:44 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"