nf-core/ampliseq: Ampliseq Version 2.7.0
Authors/Creators
- Daniel Straub1
- Jeanette Tångrot2
- Alexander Peltzer3
- Daniel Lundin4
- emnilsson
- Sateesh_Peri5
- nf-core bot
- Adam Bennett6
- John Sundh7
- DiegoBrambilla
- Asaf Peer8
- Till E.9
- Lokeshwaran Manoharan10
- Maxime U Garcia11
- Sam Minot12
- Gisela Gabernet
- Venkat Malladi
- Harshil Patel13
- PhilPalmer
- Phil Ewels14
- Colin Davenport
- dariader
- Kevin Menden15
- 1. QBiC
- 2. National Bioinformatics Infrastructure Sweden (NBIS)
- 3. Boehringer Ingelheim
- 4. Linnaeus University & Stockholm University
- 5. MemVerge
- 6. Minderoo Foundation
- 7. @NBISweden
- 8. HUJI
- 9. QBiC @qbicsoftware
- 10. Lund University
- 11. @seqeralabs | Stockholm
- 12. @FredHutch
- 13. Seqera Labs
- 14. @seqeralabs
- 15. Robert Bosch GmbH
Description
nf-core/ampliseq version 2.7.0 - 2023-10-20
Summary of changes
- Added Pipeline RMarkdown summary report
- Added optional ASV to OTU post-clustering with VSEARCH
- Added Kraken2 as another optional taxonomic classification tool
- Splitted
--inputinto 3 parameters,--inputnow points to a sampleheet, alternatives are--input_fasta&--input_folderto accommodate nf-validation'sfromSamplesheet - Update to nf-core template to 2.10
Detailed changes
Added
- #558,#619,#625,#632,#644 - Pipeline summary report
- #615 - Phyloseq R object creation
- #622 - ASV post-clustering with Vsearch
- #637 - Taxonomic classification with Kraken2, parameter
--kraken2_ref_taxonomy,--kraken2_ref_tax_custom,--kraken2_assign_taxlevels,--kraken2_confidence - #639 - GTDB release 214.1 for taxonomic classification with DADA2, using
--dada_ref_taxonomy gtdbor--dada_ref_taxonomy gtdb=R08-RS214 - #641 - Continue analysis even when individual files fail the filtering threshold, added parameter
--ignore_failed_filtering
Changed
- #616 - When using a sample sheet with
--inputcontaining forward and reverse reads, specifying--single_endwill only extract forward reads and treat the data as single ended instead of extracting forward and reverse reads. - #616 -
--inputwas split into three params: (1)--inputfor samplesheet, (2)--input_fastafor ASV/OTU fasta input, (3)--input_folderdirect FASTQ input
| Param updated | Param old | Accepts | | ------------- | --------- | ---------------------------------------- | | input | input | samplesheet, .tsv/.csv/.yml/.yaml | | input_fasta | input | ASV/OTU sequences, .fasta | | input_folder | input | Folder containing compressed fastq files |
- #639 -
--dada_ref_taxonomy gtdbpoints towards GTDB release 214.1 instead of GTDB release 207 for taxonomic classification with DADA2 - #645 - Updated documentation, including workflow figure
Fixed
- #605 - Make
--sbdiexportcompatible with PR2 version 5.0.0 - #614,#620,#642 - Template update for nf-core/tools version 2.10
- #617 - Fix database compatibility check for
--sbdiexport - #628 - Fix edge case for sample sheet input when using specific combinations of sampleID and forwardReads or reverseReads that will forward one file too much to cutadapt
- #630 - ASV rRNA (barrnap), length, and codon filter now work with ASV fasta file input
- #633 - UNIFRAC in QIIME2_DIVERSITY_CORE is now prevented from using a GPU to avoid errors
- #643 - Fix using
--skip_dada_addspecieswithout--dada_ref_tax_custom_spwhich was broken in 2.6.0 & 2.6.1 - #647 - Update of credits
Dependencies
- #646 - Updated dependencies, see below:
| software | previously | now | | -------- | ---------- | ------ | | FASTQC | 0.11.9 | 0.12.1 | | DADA2 | 1.22.0 | 1.28.0 | | PICRUSt2 | 2.5.0 | 2.5.2 | | QIIME2 | 2022.11 | 2023.7 |
Files
nf-core/ampliseq-2.7.0.zip
Files
(3.7 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:b3344fd62ae58738a63d414f7e024caf
|
3.7 MB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/nf-core/ampliseq/tree/2.7.0 (URL)