File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -47,9 +47,6 @@ Currently, `diagnose_dups` must be compiled from source code.
47
47
48
48
* git
49
49
* cmake 2.8+ ([ cmake.org] ( http://cmake.org ) )
50
- * boost1.48 or greater
51
- * zlib
52
- * htslib1.2.1 or greater
53
50
54
51
## Build Instructions
55
52
@@ -58,14 +55,7 @@ Currently, `diagnose_dups` must be compiled from source code.
58
55
* For APT-based systems (Debian, Ubuntu), install the following packages:
59
56
60
57
```
61
- sudo apt-get install build-essential git-core cmake zlib1g-dev libncurses-dev libboost-dev
62
- ```
63
-
64
- * For htslib:
65
- ```
66
- wget https://github.com/samtools/htslib/archive/1.2.1.tar.gz -O /tmp/htslib-1.2.1.tar.gz
67
- tar -xvf /tmp/htslib-1.2.1.tar.gz
68
- cd htslib-1.2.1/ && make && sudo make install
58
+ sudo apt-get install build-essential git-core cmake
69
59
```
70
60
71
61
### Clone the repository
You can’t perform that action at this time.
0 commit comments