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

How to install  #36

Open
Open
@anitagh

Description

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

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions