You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 16, 2019. It is now read-only.
wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
bash Miniconda3-latest-Linux-x86_64.sh
# follow the command prompts, allowing conda to prepend to path
source ~/.bashrc
conda config --add channels bioconda
conda config --add channels conda-forge
conda config --add channels defaults
# These two steps are optional, but should be run while using the instances that
# were made for DC Genomics to avoid software installation conflicts.
# These two steps create and activate a conda environment.
conda create -n variants python==3.6
source activate variants
conda install -c bioconda bwa=0.7.17=ha92aebf_3 samtools=1.9=h8ee4bcc_1 bcftools=1.8=h4da6232_3 trimmomatic=0.38=0 fastqc=0.11.7=5
The text was updated successfully, but these errors were encountered:
I set up my instance like this:
The text was updated successfully, but these errors were encountered: