File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/test/java/htsjdk/utils Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
set -ex
3
- wget https://github.com/samtools/samtools/releases/download/1.14 /samtools-1.14 .tar.bz2
4
- tar -xjvf samtools-1.14 .tar.bz2
5
- cd samtools-1.14 && ./configure --prefix=/usr && make && sudo make install
3
+ wget https://github.com/samtools/samtools/releases/download/1.19.1 /samtools-1.19.1 .tar.bz2
4
+ tar -xjvf samtools-1.19.1 .tar.bz2
5
+ cd samtools-1.19.1 && ./configure --prefix=/usr && make && sudo make install
Original file line number Diff line number Diff line change 13
13
*/
14
14
public class SamtoolsTestUtils {
15
15
private static final String SAMTOOLS_BINARY_ENV_VARIABLE = "HTSJDK_SAMTOOLS_BIN" ;
16
- public final static String expectedSamtoolsVersion = "1.14 " ;
16
+ public final static String expectedSamtoolsVersion = "1.19.1 " ;
17
17
18
18
/**
19
19
* @return true if samtools is available, otherwise false
You can’t perform that action at this time.
0 commit comments