Skip to content
Snippets Groups Projects
Commit db33dee0 authored by Holger Brandl's avatar Holger Brandl
Browse files

continued read mapping

parent 77f8dab4
No related branches found
No related tags found
No related merge requests found
......@@ -47,3 +47,11 @@ tar -zxvf bedtools-2.25.0.tar.gz
mv bedtools2 bedtools2-2.25.0
cd bedtools2-2.25.0
make
## bcftools
cd ~/bin
wget https://github.com/samtools/bcftools/releases/download/1.3.1/bcftools-1.3.1.tar.bz2
tar xvf bcftools-1.3.1.tar.bz2
cd bcftools-1.3.1
make
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