The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- #275 Update samshee module from nf-core.
- #276 Template update for nf-core/tools v3.0.2
- #284 nf-core modules and subworkflows update. nf-test version update.
- #285 Bump to version 1.5.3.
- #277 Improved samplesheet generation to always produce all types of samplesheets, added the ability to explicitly set strandedness, and fixed output paths to correctly reflect the
publishDir
subdirectory structure. - #281 Update cellranges/mkfastq module to fix missing reports and stats outputs.
- #282 Fixed downstream samplesheet paths and
publishDir
config.
- #263 Updated all modules and subworkflows, and added new bclconvert test profile.
- #253 Fixed mkfastq output channels.
- #265 Fixed adapter removal for input samplesheets without lane information.
- #202 Added cellranger mkfastq subworkflow for demultiplexing 10x samples.
- #206 Add test with uncompressed data.
- #208 Added parameter for removing adapter information from samplesheets.
- #210 Add checkqc module.
- #212 Added resource setting arguments to mkfastq module to work with github CI.
- #214 Added test_pe (paired end) profile.
- #220 Added kraken2.
- #221 Added checkqc_config to pipeline schema.
- #225 Added test profile for multi-lane samples, updated handling of such samples and adapter trimming.
- #234 Added module for samplesheet validation.
- #236 Add samplesheet generation.
- #204 Update to latest bcl_demultiplex sub workflow.
- #210 Update bcl2fastq and bcl_demultiplex.
- #214 Updated method for removing adapters from samplesheet, added custom AdapterRemover function.
- #210 Update bcl2fastq and bcl_demultiplex.
- #216 List fastq reports for R1 and R2 separately in multiqc report.
- #219 Modified workflow to store samplesheet in results folder.
- #217 Update all nf-core modules and tests.
- #240 Updated samshee, stub script and error strategy
- #167 Updated template to nf-core/tools v2.12
- #162 Updated template to nf-core/tools v2.11
- #163 Updated template to nf-core/tools v2.11.1
- #148 Update CODEOWNERS to use GitHub teams
- #127 Add
singularity.registry = 'quay.io'
and bump NF version to 23.04.0 - #140 Make it possible to skip MultiQC, fix error raising
- #145 Fix MultiQC report generation
- #152 Close #150
- #157 Fix bcl2fastq and bclconvert publishDir
- #158 Update all modules
- #201 Fix samplesheet documentation issues
- #130 Remove
public_aws_ecr
profile.
- #125 Move containers for pipeline to quay.io
- #103
-profile test
failing due to relative path inflowcell_input.csv
- #122 Fails gracefully if an error is encountered
- Add
public_aws_ecr
profile for using ECR containers. - Bump
fastp
module to v0.23.4
- #115 Add public_aws_ecr profile
- #94 update documentation
- #95 add Codeowners
- #108 update modules (untar is now in bcl2fastq and bclconvert modules)
- #63 Replace local bcl_demultiplex subworkflow with nf-core version (@matthdsm)
- #63 Add bases_demultiplex local subworkflow (@matthdsm)
- #63 Replace fastqc with falco for speedier QC, fixes Replace fastqc with falco #62 (@matthdsm)
- #64 Add subway map by @nvnieuwk
- #70 Make tools and trimming optional (@matthdsm)
- #71 Add nf-test (@edmundmiller)
- #78 Nextflow minimal version is now
22.10.1
- #63 Fix MultiQC report inputs, fixes MultiQC report is empty (@matthdsm)
- #67 Enable institutional configs (@edmundmiller)
- #83 Fix skip_tools (@glichtenstein)
- #80 When NoLaneSplitting is true the process fails because of a glob. See nf-core/modules #2745. (@matthdsm)
- #79 Update link in docs to samplesheet (@glichtenstein & @edmundmiller)
Initial release of nf-core/demultiplex, created with the nf-core template.