You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
It was very hard to get the Azimuth 2.0 installed in Python 2.7 so I thought I share my experience with others.
Do not use the docker image that was created back in 2017. The results generated by the docker image doesn't match the ones generated by the GPP Web portal (https://portals.broadinstitute.org/gpp/public/)
Use the following instructions to install it in Python 2.7 and the results match the GPP Web portal
It was very hard to get the Azimuth 2.0 installed in Python 2.7 so I thought I share my experience with others.
1 conda create --name azimuth python=2.7
2 conda activate azimuth
3 conda install biopython
4 conda install scikit-learn=0.17.1
5 pip install 'numpy==1.12.1'
6 pip install azimuth
The text was updated successfully, but these errors were encountered: