Last active
September 7, 2019 16:42
-
-
Save mfansler/1821b5164de6ef9a20c75e63654a0c7d to your computer and use it in GitHub Desktop.
Minimal Conda Environment for `genewalk`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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://[email protected]/sorgerlab/indra.git | |
| - git+ssh://[email protected]/churchmanlab/genewalk.git |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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