Skip to content

Releases: jodyphelan/TBProfiler

TBProfiler v4.1.0

25 Jan 18:10
Compare
Choose a tag to compare

Updates

Thanks to everyone who submitted bug reports and suggested changes. Keep them coming :)

  • Added pilon as a variant caller (#194)
  • Added lofreq as a variant caller (#202)
  • Updated the drug resistance types (#200)
  • Update packaged db to latest version with mutations from WHO catalogue (see here)
  • Fixed bug in snpEff call (#193)

TBProfiler v4.0.3

23 Nov 13:38
Compare
Choose a tag to compare

Changes

TBProfiler v4.0.2

07 Nov 10:47
Compare
Choose a tag to compare

Changes

  • Remove temp file produced during pipeline run

TBProfiler v4.0.1

05 Nov 12:07
Compare
Choose a tag to compare

Changes

  • Bug fix for critical bug introduced in v4.0.0 when installing with conda
  • Update default caller to freebayes

TBProfiler v4.0.0

04 Nov 15:03
Compare
Choose a tag to compare

Changes

The json result files are formatted slightly differently from previous versions to accommodate the changes detailed below. As a consequence, operations such as collate will not work on results from previous versions.

  • Switching to snpEff for consequence prediction for full HGVS compliance
  • Optional use of suspect-BDQ and suspect-PZA for prediction of resistance
  • Switching over to new Pre-XDR and XDR definitions (see WHO page)
  • Allowing user-specified non drug resistance annotations (e.g. phylogenetic or compensatory mutations)
  • Annotation of multiple consequences which is useful for overlapping promoter/coding regions
  • Improvements in nanopore variant calling speed by moving to freebayes.
  • Adding median coverage (#178)
  • More flexible reference name matching when creating database
  • Make freebayes the default variant caller
  • Add some colour to terminal output!

TBProfiler v3.0.8

31 Aug 12:56
Compare
Choose a tag to compare

Changes

  • Add in number of mutations to json report (#149)

TBProfiler v3.0.7

06 Aug 11:57
Compare
Choose a tag to compare

Changes

  • Allow promoter insertions (#169)

TBProfiler v3.0.6

23 Jul 23:32
Compare
Choose a tag to compare

Changes

  • Fix lofreq vcf bug
  • Add candidate drugs to other variants (#166)
  • Speed up lineage profiling

TBProfiler v3.0.5

08 Jul 21:04
Compare
Choose a tag to compare

Changes

  • Fix VCF error logging bug (e7a9a8d)

TBProfiler v3.0.4

29 Apr 19:56
Compare
Choose a tag to compare

Updates

  • Added --call_whole_genome to call variants on whole genome (#109, #146)