Hello,
In src/test/java/org/snpsift/tests/unit/TestCasesVariantDatabase.java, there are many places where the file separator is missing after java.io.tmpdir, e.g.
-
String dbDir = System.getProperty("java.io.tmpdir") + "snpsift.TestCasesVariantDatabase.createDb01";
-
String dbDir = System.getProperty("java.io.tmpdir") + "/snpsift.TestCasesVariantDatabase.createDb01";
At some places in the file, the separator is present, at other it is not.
Best wishes,
Pierre
Hello,
In src/test/java/org/snpsift/tests/unit/TestCasesVariantDatabase.java, there are many places where the file separator is missing after java.io.tmpdir, e.g.
At some places in the file, the separator is present, at other it is not.
Best wishes,
Pierre