Skip to content

Commit

Permalink
Fix issue introduced by conflict resolution of a rebase.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmnbroad committed Mar 5, 2024
1 parent 8ed004f commit f1f9c20
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/test/java/htsjdk/utils/SamtoolsTestUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,6 @@ public static String getSamtoolsBin() {
return samtoolsPath == null ? "/usr/local/bin/samtools" : samtoolsPath;
}

public static String getCRAMInteropData() {
final String samtoolsPath = System.getenv(SAMTOOLS_BINARY_ENV_VARIABLE);
return samtoolsPath == null ? "../htscodecs/tests" : "./samtools-"+expectedSamtoolsVersion+ "/htslib-"+expectedHtslibVersion+"/htscodecs/tests";
}

/**
* Execute a samtools command line if a local samtools executable is available see {@link #isSamtoolsAvailable()}.
*
Expand Down

0 comments on commit f1f9c20

Please sign in to comment.