Mercurial > repos > pjbriggs > trimmomatic
diff README.rst @ 9:a775e9fda0ca draft
Uploaded version 0.36.4 for testing.
author | pjbriggs |
---|---|
date | Thu, 22 Jun 2017 08:57:22 -0400 |
parents | a923b799c77c |
children | 86bedbd3c5c2 |
line wrap: on
line diff
--- a/README.rst Tue Mar 21 08:31:44 2017 -0400 +++ b/README.rst Thu Jun 22 08:57:22 2017 -0400 @@ -71,6 +71,9 @@ ========== ====================================================================== Version Changes ---------- ---------------------------------------------------------------------- +0.36.4 - Add option to provide custom adapter sequences for ILLUMINACLIP + - Add options ``minAdapterLength`` and ``keepBothReads`` for ILLUMINACLIP + in palindrome mode 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". @@ -106,7 +109,8 @@ This wrapper has been developed and is maintained by Peter Briggs (@pjbriggs). Peter van Heusden (@pvanheus) and Marius van den Beek (@mvdbeek) contributed -support for gz compressed FastQ files. +support for gz compressed FastQ files. Charles Girardot (@cgirardot) and +Jelle Scholtalbers (@scholtalbers) contributed additional options to ILLUMINACLIP. Developers