Skip to content

Commit e368ace

Browse files
committed
TEMP local commit for samtools location. Do not merge.
1 parent 2a11784 commit e368ace

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/testUtils/java/org/broadinstitute/hellbender/testutils/SamtoolsTestUtils.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ public static void assertSamtoolsAvailable() {
4545
public static String getSamtoolsBin() {
4646
final String samtoolsPath = System.getenv(SAMTOOLS_BINARY_ENV_VARIABLE);
4747
return samtoolsPath == null ? "/usr/bin/samtools" : samtoolsPath;
48+
//return samtoolsPath == null ? "/opt/homebrew/bin/samtools" : samtoolsPath;
4849
}
4950

5051
/**

0 commit comments

Comments
 (0)