Skip to content

Commit 73881fb

Browse files
authored
Merge pull request #88 from PoonLab/dev
Updating Post-align Dependencies
2 parents cb7dc77 + ab63780 commit 73881fb

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
[![PyPI](https://img.shields.io/pypi/v/sierralocal.svg)](https://pypi.org/project/sierralocal/)
32
[![DOI](http://joss.theoj.org/papers/10.21105/joss.01186/status.svg)](https://doi.org/10.21105/joss.01186)
43

@@ -22,15 +21,18 @@ We tried to minimize dependencies:
2221
- [NucAmino](https://github.com/hivdb/nucamino) `v0.1.3` or later (included with the package).
2322

2423
[Post-Align](https://github.com/hivdb/post-align) is the new alignment program and requires the following dependencies:
25-
- [Cython==0.29.32](https://pypi.org/project/Cython/0.29.32/)
24+
- [Cython==0.29.32](https://pypi.org/project/Cython/0.29.35/)
25+
- [more-itertools==9.1.0](https://pypi.org/project/more-itertools/9.1.0/)
26+
- [orjson==3.9.1](https://pypi.org/project/orjson/3.9.1/)
27+
- [types-setuptools==67.8.0.0](https://pypi.org/project/types-setuptools/67.8.0.0/)
2628
- [minimap2](https://github.com/lh3/minimap2)
2729

2830
## Installation
2931

3032
### Setting up Post-Align
3133
Post-Align is the new alignment program used by sierrapy, which we've incorporated into sierra-local. After cython is installed, run:
3234
```
33-
pip install https://github.com/hivdb/post-align/archive/3f99cc81ad89d66adf3beb062c93962f0deb3352.zip
35+
pip install https://github.com/hivdb/post-align/archive/8e2ee118261987208c17add6cef5c1270e325a4c.zip
3436
```
3537
which is adapted from Post-Align's [docker script](https://github.com/hivdb/sierra/blob/main/Dockerfile#L24-L30)
3638

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
# check to see if dependencies are met
1313
install_needs=[
14-
'cython==0.29.32',
14+
'cython==0.29.35',
1515
'postalign @ https://github.com/hivdb/post-align'
1616
]
1717

0 commit comments

Comments
 (0)