File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
3133Post-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```
3537which is adapted from Post-Align's [ docker script] ( https://github.com/hivdb/sierra/blob/main/Dockerfile#L24-L30 )
3638
Original file line number Diff line number Diff line change 1111
1212# check to see if dependencies are met
1313install_needs = [
14- 'cython==0.29.32 ' ,
14+ 'cython==0.29.35 ' ,
1515 'postalign @ https://github.com/hivdb/post-align'
1616]
1717
You can’t perform that action at this time.
0 commit comments