Closed linsalrob closed 2 years ago
This PR adds a requirements.txt file that contains the required modules.
requirements.txt
Steps to use development phanotate:
git clone git@github.com:username/PHANOTATE.git
cd PHANOTATE virtualenv venv source venv/bin/activate
python
pip
which python
which pip
pip install -r requirements.txt
mamba install -c bioconda trnascan-se
This PR adds a
requirements.txt
file that contains the required modules.Steps to use development phanotate:
git clone git@github.com:username/PHANOTATE.git
)python
orpip
:which python
orwhich pip
pip install -r requirements.txt
mamba install -c bioconda trnascan-se
)