Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

How to install #36

Open
anitagh opened this issue Feb 8, 2021 · 0 comments
Open

How to install #36

anitagh opened this issue Feb 8, 2021 · 0 comments

Comments

@anitagh
Copy link

anitagh commented Feb 8, 2021

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. 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/)

image

  1. Use the following instructions to install it in Python 2.7 and the results match the GPP Web portal

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

image

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant