Skip to content

Commit 62120a3

Browse files
committed
MANTA-1483 Update htslib/samtools to 1.9
This update is motivated by a possible CRAM-specfic memory issue suggested by Illumina#154
1 parent 39d3446 commit 62120a3

File tree

7 files changed

+4
-8
lines changed

7 files changed

+4
-8
lines changed

COPYRIGHT.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ library:
2626

2727
******************************************************************
2828

29-
htslib 1.7-6-g6d2bfb7
29+
htslib 1.9
3030

3131
[Files in this distribution outwith the cram/ subdirectory are distributed
3232
according to the terms of the following MIT/Expat license.]
@@ -103,7 +103,7 @@ to a notice that reads "Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010,
103103

104104
******************************************************************
105105

106-
samtools 1.6
106+
samtools 1.9
107107

108108
The MIT/Expat License
109109

redist/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ superset(CTPL_DIR "${THIS_REDIST_DIR}/${CTPL_PREFIX}")
7171
#
7272
# htslib
7373
#
74-
set(HTSLIB_PREFIX "htslib-1.7-6-g6d2bfb7")
74+
set(HTSLIB_PREFIX "htslib-1.9")
7575
superset(HTSLIB_DIR "${CMAKE_CURRENT_BINARY_DIR}/${HTSLIB_PREFIX}")
7676
superset(HTSLIB_LIBRARY "${HTSLIB_DIR}/libhts.a")
7777

@@ -117,7 +117,7 @@ endif ()
117117
#
118118
# samtools
119119
#
120-
set(SAMTOOLS_PREFIX "samtools-1.6")
120+
set(SAMTOOLS_PREFIX "samtools-1.9")
121121
set(SAMTOOLS_DIR "${CMAKE_CURRENT_BINARY_DIR}/${SAMTOOLS_PREFIX}")
122122
set(SAMTOOLS_LIBRARY "${SAMTOOLS_DIR}/libbam.a")
123123
superset(SAMTOOLS_PROG "${SAMTOOLS_DIR}/samtools")

redist/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ To reduce size, both packages have been modified to remove the test
1717
directories and test references in the makefiles. The copy of htslib
1818
in samtools has been removed.
1919

20-
Note that an off-release htslib version is used here because the fix to
21-
issue https://github.com/samtools/htslib/issues/654 is required for
22-
valid analysis from alignments in CRAM format.
23-
2420
### cmake-modules
2521

2622
cmake-modules-c99fd3 modified to show git describe --dirty
-388 KB
Binary file not shown.

redist/htslib-1.9.tar.bz2

400 KB
Binary file not shown.

redist/samtools-1.6.tar.bz2

-539 KB
Binary file not shown.

redist/samtools-1.9.tar.bz2

582 KB
Binary file not shown.

0 commit comments

Comments
 (0)