Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MaestSi authored Dec 9, 2021
1 parent dff58a8 commit 2b18784
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
PIPELINE_DIR=$(realpath $( dirname "${BASH_SOURCE[0]}" ))
MINICONDA_DIR=$(which conda | sed 's/bin.*$//')
conda config --add channels bioconda
conda config --add channels conda-forge
conda config --add channels r
conda config --add channels anaconda
conda config --add channels r
conda config --add channels conda-forge
conda create -n ONTrack_env python blast emboss vsearch seqtk mafft minimap2 samtools nanopolish r bioconductor-biostrings bedtools ncurses
source activate ONTrack_env
pip install pycoQC
Expand Down

0 comments on commit 2b18784

Please sign in to comment.