Created
May 12, 2020 08:25
-
-
Save kozo2/8d2dd13d47c0f374112e62a32a6895b3 to your computer and use it in GitHub Desktop.
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
docker version | |
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda.sh | |
bash ~/miniconda.sh -b -p $HOME/miniconda | |
$HOME/miniconda/bin/conda create -n py36 python=3.6 conda=4.7 | |
$HOME/miniconda/bin/conda init bash | |
source $HOME/.bashrc | |
conda activate py36 | |
conda install -c bioconda cwltool | |
ls |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment