- fixed a bug in
cluster_consensus()
with character inputs when names are not given. cluster_consensus()
now gives a result for a single (non-NA
) unique sequence, even if there are less than 3 copies.- speed up
cluster_conensus()
by catching some cases where the alignment step can be skipped.
extract_region()
auto-detects the format of the output file, if given, from the name.- Fixed a bug where
extract_region()
was not saving quality information from the input to an output "fastq" file when the input was a "fastq" file orQualityScaledXStringSet
. - Added argument
"dir"
todadamap()
, to specify the location of input files, ifderepFastq()
was originally called on a directory of files. - fixed a bug with
"seq_id"
and"filename"
not being passed correctly fromdadamap.list()
todadamap.derep
. has_alphabet()
now works even if some of the input sequences areNA
.
- Added arguments
"seq_id"
and"filename"
todadamap()
, to make it more user-friendly. Use ofadd_dada_names()
is now unnecessary.
- Added a
NEWS.md
file to track changes to the package. - Breaking Change: Uniformly use the column name "seq_id" rather than "seq", "seq.id", or "seq_name" for unique sequence identifiers.
- Add support for
DNAStringSet
andQualityScaledDNAStringSet
inextract_region()
.