You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
nf-core/ampliseq version 2.0.0 "Blue Copper Kangaroo" - 2021-06-29
Summary of changes
Re-wrote whole pipeline in nextflow DSL2 instead of DSL1
Three types of input is now supported: data folder, sample sheet, ASV fasta file
ASV generation is now performed by DADA2 in R instead of DADA2 in QIIME2
More reference taxonomy databases are now supported out of the box (SILVA, UNITE, PR2, GTDB, RDP)
More data types can be analysed (Illumina SE & PE, PacBio, IonTorrent)
Detailed changes
Added
#229 - --single_end for single-ended Illumina data
#229, #245, #267 - Taxonomic classification with DADA2
#229 - --dada_ref_taxonomy for taxonomic classification with DADA2's assignTaxonomy and addSpecies functions
#278 - --qiime_ref_taxonomy for taxonomic classification with QIIME2
#239 - Support of RDP database for DADA2 classification
#237 - Support of UNITE database for DADA2 classification
#229 - --input may point (1) at a fasta file ending with .fasta/.fna/.fa that will be taxonomically classified, (2) at a samples sheet ending with .tsv that allows analysis of multiple sequencing runs by reading the optional column run, or (3) at a folder input
#229 - --sample_inference, --concatenate_reads, --illumina_pe_its; please check the documentation for their function