dhimmel / gene-ontology

User-friendly Gene Ontology annotations
https://git.dhimmel.com/gene-ontology/
7 stars 7 forks source link

Specify conda environment #4

Closed markberger closed 5 years ago

markberger commented 5 years ago

Adds an anaconda environment spec

This spec was tested by ensuring the following commands complete with no errors:

conda env create -f environment.yml
source activate gene-ontology
./code/run.sh
markberger commented 5 years ago

I've made the changes to the commit