Skip to content
Snippets Groups Projects
Unverified Commit 1ee9f13e authored by Laurent Modolo's avatar Laurent Modolo
Browse files

conda_packages.sh: add bwa 0.7.17

parent 66cb84e1
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,9 @@ fi
if [ ! -d ${CONDA_ENVS}bowtie2_2.3.4.1 ]; then
conda create --yes --name bowtie2_2.3.4.1 bowtie2=2.3.4.1 samtools=1.7 #&& \
fi
if [ ! -d ${CONDA_ENVS}bwa_0.7.17 ]; then
conda create --yes --name bwa_0.7.17 -c bioconda bwa=0.7.17
fi
if [ ! -d ${CONDA_ENVS}sra-tools_2.8.2 ]; then
conda create --yes --name sra-tools_2.8.2 sra-tools=2.8.2
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment