Skip to content

Commit

Permalink
NEWS and Bump Version
Browse files Browse the repository at this point in the history
  • Loading branch information
benjjneb committed Oct 10, 2018
1 parent c630b00 commit 50cecb2
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Description: The dada2 package infers exact amplicon sequence variants (ASVs) fr
removing substitution and chimera errors. Taxonomic classification is available
via a native implementation of the RDP naive Bayesian classifier, and species-level
assignment to 16S rRNA gene fragments by exact matching.
Version: 1.9.2
Date: 2018-09-04
Version: 1.9.3
Date: 2018-10-10
Maintainer: Benjamin Callahan <benjamin.j.callahan@gmail.com>
Author: Benjamin Callahan <benjamin.j.callahan@gmail.com>, Paul McMurdie, Susan Holmes
License: LGPL-3
Expand Down
26 changes: 26 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
CHANGES IN VERSION 1.9.2
-----------------------

NEW FEATURES

o PacBio CCS reads up to 3 kilobases are now supported. See also PacBioErrfun, the new and recommended error-estimation function for PacBio CCS data.

SIGNIFICANT USER-VISIBLE CHANGES

o primer.fwd has been replaced by orient.fwd in the filterAndTrim function. This option consistently orients mixed-orientation single-end or paired-end reads based on matching the provided sequence fragment to the start or end of each read (or paired read). Intended for use with mixed-orientation reads that included sequenced primers. If primers aren't included in the amplicons, an external re-orientation solution remains preferable.

o trimRight has been added to the filterAndTrim function. This removes the specified number of bases from the end ("right" side) of each read.

BUG FIXES

o collapseNoMismatch now collapses identical sequences as well (previous behavior is togglable).

CHANGES IN VERSION 1.9.1
-----------------------

BUG FIXES

o mergePairs now gracefully handles cases when zero reads succesfully merge.

o plotQualityProfile now works correclty when given a directory containing fastq files.

CHANGES IN VERSION 1.7.8
-----------------------

Expand Down

0 comments on commit 50cecb2

Please sign in to comment.