comparison README.rst @ 8:415a165d92bb draft

Uploaded v0.36.4.
author pjbriggs
date Thu, 22 Jun 2017 09:07:16 -0400
parents 6eeacf19a38e
children dfa082f84068
comparison
equal deleted inserted replaced
7:6eeacf19a38e 8:415a165d92bb
69 ======= 69 =======
70 70
71 ========== ====================================================================== 71 ========== ======================================================================
72 Version Changes 72 Version Changes
73 ---------- ---------------------------------------------------------------------- 73 ---------- ----------------------------------------------------------------------
74 0.36.4 - Add option to provide custom adapter sequences for ILLUMINACLIP
75 - Add options ``minAdapterLength`` and ``keepBothReads`` for ILLUMINACLIP
76 in palindrome mode
74 0.36.3 - Fix naming of output collections. Instead of all outputs being called 77 0.36.3 - Fix naming of output collections. Instead of all outputs being called
75 "Trimmomatic on collection NN" these will now be called "Trimmomatic 78 "Trimmomatic on collection NN" these will now be called "Trimmomatic
76 on collection NN: paired" or "Trimmomatic on collection NN: unpaired". 79 on collection NN: paired" or "Trimmomatic on collection NN: unpaired".
77 0.36.2 - Support fastqsanger.gz datatype. If fastqsanger.gz is used as input 80 0.36.2 - Support fastqsanger.gz datatype. If fastqsanger.gz is used as input
78 the output will also be fastqsanger.gz. 81 the output will also be fastqsanger.gz.
104 Credits 107 Credits
105 ======= 108 =======
106 109
107 This wrapper has been developed and is maintained by Peter Briggs (@pjbriggs). 110 This wrapper has been developed and is maintained by Peter Briggs (@pjbriggs).
108 Peter van Heusden (@pvanheus) and Marius van den Beek (@mvdbeek) contributed 111 Peter van Heusden (@pvanheus) and Marius van den Beek (@mvdbeek) contributed
109 support for gz compressed FastQ files. 112 support for gz compressed FastQ files. Charles Girardot (@cgirardot) and
113 Jelle Scholtalbers (@scholtalbers) contributed additional options to ILLUMINACLIP.
110 114
111 115
112 Developers 116 Developers
113 ========== 117 ==========
114 118