Skip to content

Releases: BCCDC-PHL/routine-sequence-qc

v0.3.0

20 Aug 20:35
168f4ec
Compare
Choose a tag to compare
  • Added simplified QC summary in .csv format (<outdir>/basic_qc_stats/basic_qc_stats.csv) (Issue #22)
  • Fixed issue where SampleSheet.csv files may not parse if Instrument Type field missing from [Header] section (Issue #30)
  • Added .json formatted InterOp summary, based on BaseSpace API format (<outdir>/interop_summary/interop_summary.json) (partially addresses Issue #9)

v0.2.3

26 May 22:56
5b8ea94
Compare
Choose a tag to compare
  • Fixed issue with the way that process.cpus was defined for the kraken2 process in nextflow.config (Issue #20)

v0.2.2

22 Apr 23:34
1a4197e
Compare
Choose a tag to compare
  • No feature changes in this release.
  • Implemented GitHub Actions-based continuous integration (CI) testing (Issue #13).

v0.2.1

19 Apr 16:44
adfffed
Compare
Choose a tag to compare
  • Fix issue where NextSeq SampleSheet parsing would fail when cloud-related sections were not included (Issue #15)
  • Fix issue where BCLConvertData section was not included in parsed NextSeq SampleSheet output (Issue #16)

v0.2.0

17 Apr 00:07
26220ef
Compare
Choose a tag to compare
  • Add NextSeq support (Issue #10)

v0.1.2

17 Feb 17:43
6219148
Compare
Choose a tag to compare

Bugfixes

  • Fixes issue #5, where the pipeline would fail when one or more samples had zero reads.

v0.1.1

17 Feb 02:38
cc268fc
Compare
Choose a tag to compare

Bugfixes

  • Fix issue #3, where pipeline crashes when fewer than 5 species are detected by bracken

v0.1.0

17 Feb 00:35
51b89cc
Compare
Choose a tag to compare

Initial Release

Features

Performs the following analyses to gather QC information on illumina sequence data:

  • Collect illumina 'interop' QC info
  • FastQC for basic fastq quality scores
  • Kraken & Bracken for species and genus-level taxonomic classification and contamination detection
  • MultiQC to gather QC information into an interactive HTML document