Skip to content

Instantly share code, notes, and snippets.

@mfansler
Last active September 7, 2019 16:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mfansler/1821b5164de6ef9a20c75e63654a0c7d to your computer and use it in GitHub Desktop.
Save mfansler/1821b5164de6ef9a20c75e63654a0c7d to your computer and use it in GitHub Desktop.
Minimal Conda Environment for `genewalk`
name: genewalk
channels:
- bioconda
- conda-forge
- defaults
dependencies:
- pandas
- networkx>=2.1
- gensim
- goatools
- scipy>=1.3
- sympy
- objectpath
- rdflib==4.2.1
- requests>=2.11
- lxml
- ipython
- future
- ijson
- requests-toolbelt
- urllib3>=1.16
- pysolr
- jinja2
- boto3
- pytest
- nose
- docopt
- xlrd
- pip
- pip:
- git+ssh://git@github.com/sorgerlab/indra.git
- git+ssh://git@github.com/churchmanlab/genewalk.git
name: genewalk
channels:
- bioconda
- conda-forge
- defaults
dependencies:
- pandas
- networkx>=2.1
- gensim
- goatools
- scipy>=1.3
- sympy
- objectpath
- rdflib==4.2.1
- requests>=2.11
- lxml
- ipython
- future
- ijson
- requests-toolbelt
- urllib3>=1.16
- pysolr
- jinja2
- boto3
- pytest
- nose
- docopt
- xlrd
- pip
- pip:
- genewalk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment