We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a11784 commit e368aceCopy full SHA for e368ace
src/testUtils/java/org/broadinstitute/hellbender/testutils/SamtoolsTestUtils.java
@@ -45,6 +45,7 @@ public static void assertSamtoolsAvailable() {
45
public static String getSamtoolsBin() {
46
final String samtoolsPath = System.getenv(SAMTOOLS_BINARY_ENV_VARIABLE);
47
return samtoolsPath == null ? "/usr/bin/samtools" : samtoolsPath;
48
+ //return samtoolsPath == null ? "/opt/homebrew/bin/samtools" : samtoolsPath;
49
}
50
51
/**
0 commit comments