Skip to content

Latest commit

 

History

History
121 lines (71 loc) · 3.85 KB

CHANGELOG.md

File metadata and controls

121 lines (71 loc) · 3.85 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.7.1 (2024-06-12)

Bug Fixes

  • update rasusa usage for latest version (#57) (1f3d32d)

0.7.0 (2023-10-11)

Features

  • expose parameter for subsampling [#53] (3d0411e)

Added

  • Stats from mapping to the decontamination database are now added to the stats report

Added

  • Read stats (subsampled reads) from nanoq in tbpore process. The stats file will be in the output directory.

Changed

  • Removed 'subsampled' from the VCF path [#49]

Added

  • download subcommand to download and validate the decontamination database
  • sorting of the decontaminated fastq file to ensure subsampling is reproducible regardless of whether a combined fastq or directory of fastqs is provided [#48]

Changed

  • Default (expected) location of the decontamination database is now ${HOME}/.tbpore/decontamination_db/remove_contam.map-ont.mmi
  • Variant filtering params
    • minimum depth changed from 0 to 5
    • minimum variant quality (QUAL) score from 85 to 25
    • minimum mapping quality from 0 to 30

Removed

  • Usage of deprecated iteritems function from pandas. This will remove an annoying deprecated warning when running tbpore cluster

Changed

  • When --name is not given, take name to be the filename minus the fastq (and optional gz) suffix. Previously, we took everything before the first . [#45]

Fixed

  • data/ and external_scripts/ directories were not having their contents included in site-packages when installing from sdist

Added

  • Ability to specify the path to the cache directory (--cache) [#43]

Changed

  • Default cache dir is now ${HOME}/.cache [#43]
  • Default output directory for all subcommands is now the current directory

Added

  • Ability to specify a different path for the decontamination database (--db) and metadata file (--metadata) [#34]

Changed

  • Update mykrobe to v0.12 (WHO catalogue)

Fixed

  • Added missing, required files and directories, .config.yaml, data/, external_scripts/, and CHANGELOG.md to distribution

Added

  • First release - so everything you see is new!