Skip to content
Snippets Groups Projects
Commit ed78055e authored by Peter van 't Hof's avatar Peter van 't Hof
Browse files

Switch one test to non compressed output

parent 6894dd4d
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ class GensToVcfTest extends TestNGSuite with Matchers {
@Test
def testGensInfo: Unit = {
val output = File.createTempFile("test.", ".vcf.gz")
val output = File.createTempFile("test.", ".vcf")
GensToVcf.main(Array(
"--inputGenotypes", GensToVcfTest.resourcePath("/test.gens"),
"--inputInfo", GensToVcfTest.resourcePath("/test.gens_info"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment