Skip to content

Releases: epi2me-labs/wf-basecalling

v1.4.5

19 Dec 09:00
Compare
Choose a tag to compare

Changed

  • Reconciled workflow with wf-template v5.3.4.

v1.4.4

17 Dec 20:15
Compare
Choose a tag to compare

Changed

v1.4.3

11 Dec 15:10
Compare
Choose a tag to compare

Changed

  • Reconciled workflow with wf-template v5.3.3.

v1.4.2

12 Nov 20:03
Compare
Choose a tag to compare

Added

  • q-score filter added to signal ingress.

Changed

  • Updated Dorado to v0.8.3
  • Reconciled workflow with wf-template v5.3.1.

v1.4.1

10 Oct 08:49
Compare
Choose a tag to compare

Changed

  • Reconciled workflow with wf-template v5.3.0.
  • Updated Dorado to v0.8.1

v1.4.0

18 Sep 07:29
Compare
Choose a tag to compare

Added

  • IGV configuration file with --ref --igv options and either --output_fmt bam or --output_fmt cram.
  • Support for gzipped reference genomes.
  • output_fmt selects the output format for basecalled and aligned files.

Changed

  • Updated Dorado to v0.8.0
  • Reconciled workflow with wf-template v5.2.6.
  • Do not emit the reference FASTA file.
  • Collapse redundant RG and PG header lines when emitting BAM or CRAM.

Fixed

  • Workflow starting with --duplex --barcode_kit, despite duplex not supporting barcoding.
  • Workflow crashing with --ref {{ reference }} --barcode_kit.
  • Aligned reads will no longer be trimmed when demuxing to preserve mapping information.
  • Workflow emits confusing warning about Bonito filtering when using Dorado.

Removed

  • fastq_only and output_bam options replaced by output_fmt.
    • --output_fmt fastq can be used to output unaligned FASTQ instead of unaligned CRAM.
    • --output_fmt bam can be used to output unaligned or aligned BAM instead of CRAM.

v1.3.0

25 Jun 16:47
Compare
Choose a tag to compare

Added

  • Modified base calling with --duplex.
  • APK 5.0.0 model.

Changed

v1.2.2

06 Jun 16:09
Compare
Choose a tag to compare

Changes

  • Bug fix for downstream workflows and --poly_a_config which does not affect normal workflow use.

v1.2.1

05 Jun 18:55
Compare
Choose a tag to compare

Added

  • Output channel for demuxed BAM files for downstream use.

v1.2.0

04 Jun 16:13
Compare
Choose a tag to compare

### Added

  • Support for dorado demux to demultiplex barcoded runs. Specify your --barcode_kit to activate demultiplexing.
  • Support for poly(a) tail length estimation with --poly_a_config. You can configure by providng a TOML file to --poly_a_config which is described in detail here

Changed