-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: allow newer pybwa #118
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #118 +/- ##
==========================================
- Coverage 95.37% 94.96% -0.42%
==========================================
Files 18 16 -2
Lines 1493 1411 -82
Branches 175 161 -14
==========================================
- Hits 1424 1340 -84
- Misses 43 49 +6
+ Partials 26 22 -4 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we have to upgrade to poetry 2 in the pyproject.toml and github actions if you want this
c3c13ea
to
016c7de
Compare
pyproject.toml
Outdated
@@ -43,7 +43,7 @@ fgpyo = {git ="https://github.com/fulcrumgenomics/fgpyo" , rev= "c5eb469a4fbe4f2 | |||
pysam = "^0.22.1" | |||
ordered-set = "^4.1.0" | |||
primer3-py = "^2.0.3" | |||
pybwa = "1.3.3" | |||
pybwa = "^1.3.3" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might as well use the latest version
pybwa = "^1.3.3" | |
pybwa = "^1.4.4" |
No description provided.