Skip to content

Instantly share code, notes, and snippets.

@kozo2
Created May 12, 2020 08:25
Show Gist options
  • Save kozo2/8d2dd13d47c0f374112e62a32a6895b3 to your computer and use it in GitHub Desktop.
Save kozo2/8d2dd13d47c0f374112e62a32a6895b3 to your computer and use it in GitHub Desktop.
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