Last active
October 25, 2021 18:08
-
-
Save genomewalker/aabbb78ee7e549caff1ebf34344ab216 to your computer and use it in GitHub Desktop.
anvio conda install environment
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: anvio-7.1 | |
channels: | |
- conda-forge | |
- bioconda | |
- defaults | |
dependencies: | |
- python=3.6 | |
- anvio=7 | |
- diamond=0.9.14 | |
- pip | |
- pip: | |
- scikit-learn==0.23.2 |
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
wget https://gist.githubusercontent.com/genomewalker/aabbb78ee7e549caff1ebf34344ab216/raw/d7e62f431dee2b90d3e8486be3466f17cd51272c/environment.yaml | |
mamba env create -f environment.yaml | |
conda activate anvio-7 | |
anvi-self-test --no-interactive |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment