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 Jan 11, 2020
1 parent ae3a2be commit 53d56b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ MINICONDA_DIR=$(which conda | sed 's/bin.*$//')
conda config --add channels bioconda
conda config --add channels conda-forge
conda config --add channels r
conda create -n ONTrack_env python=3.6 blast emboss vsearch seqtk mafft porechop minimap2 samtools nanopolish r bioconductor-biostrings
conda config --add channels anaconda
conda create -n ONTrack_env python=3.6 blast emboss vsearch seqtk mafft minimap2 samtools nanopolish r bioconductor-biostrings
source activate ONTrack_env
pip install pycoQC
echo -e "\n"
Expand Down

0 comments on commit 53d56b5

Please sign in to comment.