Releases: jodyphelan/TBProfiler
Releases · jodyphelan/TBProfiler
TBProfiler v4.1.0
Updates
Thanks to everyone who submitted bug reports and suggested changes. Keep them coming :)
TBProfiler v4.0.3
TBProfiler v4.0.2
Changes
- Remove temp file produced during pipeline run
TBProfiler v4.0.1
Changes
- Bug fix for critical bug introduced in v4.0.0 when installing with conda
- Update default caller to freebayes
TBProfiler v4.0.0
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
Changes
- Add in number of mutations to json report (#149)
TBProfiler v3.0.7
Changes
- Allow promoter insertions (#169)
TBProfiler v3.0.6
Changes
- Fix lofreq vcf bug
- Add candidate drugs to other variants (#166)
- Speed up lineage profiling
TBProfiler v3.0.5
Changes
- Fix VCF error logging bug (e7a9a8d)