Skip to content

Commit

Permalink
cleaning up
Browse files Browse the repository at this point in the history
  • Loading branch information
takutosato committed Aug 29, 2023
1 parent 4b92e77 commit 1f3dcbc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/test/java/htsjdk/samtools/HtsjdkTestUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@
import java.io.File;

public class HtsjdkTestUtils {
// tsato: change to HtsPath...
public static final String TEST_DATA_DIR = "src/test/resources/htsjdk/samtools/cram/";
// tsato: silly to use HtsPath when I know it can't handle e.g. gcloud files?
// opting to use file here to stress that these are *local* test files
public static final File NA12878_8000 = new File(TEST_DATA_DIR + "CEUTrio.HiSeq.WGS.b37.NA12878.20.first.8000.bam");
public static final File NA12878_20_21 = new File(TEST_DATA_DIR + "NA12878.20.21.unmapped.orig.bam");
final static File NA12878_500 = new File(TEST_DATA_DIR + "CEUTrio.HiSeq.WGS.b37.NA12878.20.first.500.bam");
Expand Down

0 comments on commit 1f3dcbc

Please sign in to comment.