Skip to content

Releases: Clinical-Genomics-Lund/bonsai-prp

v0.11.0

17 Oct 10:02
00e718f
Compare
Choose a tag to compare

[0.11.0]

Added

  • Added emmtyper and parser
  • Added pytests for emmtyper

Fixed

Changed

  • Changed Shigapass models to be consistent with other typing models
  • Changed Shigapass parsers to be consistent with other typing parsers
  • Changed ref genome related variables to be optional in quast

v0.10.1

05 Sep 06:10
Compare
Choose a tag to compare

What's Changed

  • Updated parsing of chewbbaca cgMLST error codes by @mhkc in #88

Full Changelog: v0.10.0...v0.10.1

v0.10.0

28 Aug 12:07
3f68f64
Compare
Choose a tag to compare

[0.10.0]

Added

  • Added flag to set verbosity level.
  • Validate TbProfiler schema version.
  • Added CLI command for adding IGV annotation tracks
  • Added indel_variants to json result and ability to filter vcf into various categories

Fixed

  • Fixed genome_annotation appending bug
  • Fixed variant sorting as reference_sequence can be None

Changed

  • Updated sample metadata in the output format. RunMetadata was split into two fields, one for sequencing and one for pipeline information. Lims id and sample name are now included in the SampleBase object.
  • Split SV and SNV from tbprofiler output
  • Update annotate_delly to extract SVs from vcf

v0.9.3

13 Jun 07:11
bfb3214
Compare
Choose a tag to compare

[0.9.3]

Added

  • Add sample_id to prp output

Fixed

Changed

v0.9.2

10 Jun 15:45
Compare
Choose a tag to compare

[0.9.2]

Added

Fixed

  • Changed --symlink_dir to --symlink-dir for consistency

Changed

  • Use basename when symlink_dir provided

v0.9.1

04 Jun 09:13
Compare
Choose a tag to compare

Added

  • Added additional tests to ensure that Bonsai input data can be re-cast into a PipelineResult data format.

Fixed

Changed

  • Fixed some Pylint warnings.
  • Pylint ignores pysam functions since they are generated.

v0.9.0

30 May 13:29
Compare
Choose a tag to compare

[0.9.0]

Added

  • Added Shigapass output
  • Added tests for the Shigapass parser.

Fixed

  • Fixed minor issues with the ShigaPass parser.

Changed

v0.8.3

21 May 07:22
Compare
Choose a tag to compare

[0.8.3]

Added

Fixed

  • Reordered lineage data models in the method index.

Changed

v0.8.2

20 May 13:32
2401d76
Compare
Choose a tag to compare

[0.8.2]

Added

Fixed

  • Updated lineage parser to work with TbProfiler v6.2

Changed

  • Changes lineage datamodel to reflect changes in TbProfiler output

v0.8.1

16 May 14:43
Compare
Choose a tag to compare

[0.8.1]

Added

  • Added species prediction and phylo group from Mykrobe.

Fixed

Changed

  • Changed species_prediction field to be a key-value indexed array to support multiple SPP predictions.