Skip to content

Commit

Permalink
Merge pull request #87 from oxfordmmm/fix/piezo-0.9.0
Browse files Browse the repository at this point in the history
fix: use piezo 0.9.0
  • Loading branch information
JeremyWesthead authored Dec 5, 2024
2 parents ee54a56 + 260d728 commit da36c94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = gnomonicus
version = 3.0.2
version = 3.0.3
author = Philip W Fowler, Jeremy Westhead
author_email = philip.fowler@ndm.ox.ac.uk
description = Python code to integrate results of tb-pipeline and provide an antibiogram, mutations and variants
Expand All @@ -18,7 +18,7 @@ python_requires = >=3.10
install_requires =
gumpy>=1.3.8
bio-grumpy>=0.2.2
piezo>=0.8.4
piezo>=0.9.0
vcf_subset>=2.0.0
numpy
pandas
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/test_unit.py
Original file line number Diff line number Diff line change
Expand Up @@ -2174,7 +2174,7 @@ def test_11():
"gene": "A",
"mutation": "-1_del_aaaaaaaaccccccccccgggggggggg",
"prediction": "U",
"evidence": {"row": 5},
"evidence": {"row": 4},
},
{
"gene": "A",
Expand Down

0 comments on commit da36c94

Please sign in to comment.