Skip to content

Releases: jodyphelan/pathogen-profiler

pathogen-profiler v4.6.0

02 Dec 14:04
c3fd5eb
Compare
Choose a tag to compare

Changes

  • Adding debug statements to barcoding functions
  • Allowing user to modify stdeve cutoff for barcode containment
  • Adding crude mpileup method to look for barcoding SNPs
  • Added script to replace ucsc-fatovcf

pathogen-profiler v4.5.1

18 Nov 14:53
c3de437
Compare
Choose a tag to compare

Changes

  • Update default caller to bcftools or clair3 for nanopore
  • Add missing bcftools index command
  • Fix for jodyphelan/TBProfiler#402

pathogen-profiler v4.5.0

31 Oct 13:08
3fecef3
Compare
Choose a tag to compare

Changes

  • Add strand support extraction from GATK VCFs
  • Non-critical bug fixes

pathogen-profiler v4.4.0

30 Aug 08:27
3b4c6e2
Compare
Choose a tag to compare

Changes

  • VCF annotation 3x faster
  • Allow pipeline to continue even if delly fails
  • Add new variant call class for P. falciparum
  • Add db schema version of species db
  • Bug fix for VCF variant combination

v4.3.0

16 Jul 19:22
b0ba6e2
Compare
Choose a tag to compare

What's Changed

  • Implement check to see if deletion of tandem repeats can be place outside of gene region
  • Add database schema versions to version dictionary
  • Implement variant calling classes to allow for future plugins
  • Sanity checks to see if sequence names in VCF match database
  • Fix bug in coverage qc depth calculation
  • Fix for sourmash error

Full Changelog: v4.2.0...v4.3.0

pathogen-profiler v4.2.0

10 May 14:07
6511f45
Compare
Choose a tag to compare

What's Changed

  • Added in bwa meme to mappers
  • Added option to dump barcoding snps
  • Small updates to pydantic models

Dev by @jodyphelan in #44

Full Changelog: v4.1.0...v4.2.0

pathogen-profiler v4.1.0

20 Mar 14:22
6870125
Compare
Choose a tag to compare

Changes

  • Added barcoding mutations to BarcodeResult type
  • Small bug fixes

pathogen-profiler v4.0.0

16 Mar 02:52
a113c65
Compare
Choose a tag to compare
  • Pydantic data models
  • Type hints
  • Code refactoring

pathogen-profiler v3.1.0

17 Oct 21:18
6ca258a
Compare
Choose a tag to compare

Updates

  • Improved hgvs mutation parsing and validation
  • Add sourmash sequence similarity searching

pathogen-profiler v3.0.0

10 Aug 12:34
f3054cb
Compare
Choose a tag to compare

Changes

  • Stylistic changes (e.g. capitalisation of class names)
  • Use of logging for logging
  • Hard and soft filtering on variants
  • For parallel jobs (e.g. variant calling) now using joblib internally vs gnu parallel
  • Using pysam to extract data from VCFs