Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
- remove blosc for pypy3, does not affect the current workflow
  • Loading branch information
chaklim committed Jan 2, 2020
1 parent 6e3eec8 commit 2588cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ conda activate clair
# install pypy and packages on clair environemnt
conda install -c conda-forge pypy3.6
pypy3 -m ensurepip
pypy3 -m pip install blosc==1.8.3 intervaltree==3.0.2
pypy3 -m pip install intervaltree==3.0.2

# install python packages on clair environment
pip install numpy==1.18.0 blosc==1.8.3 intervaltree==3.0.2 tensorflow==1.13.2 pysam==0.15.3 matplotlib==3.1.2
Expand Down

0 comments on commit 2588cf6

Please sign in to comment.