Skip to content
Snippets Groups Projects
Commit 81b7da44 authored by Sander Bollen's avatar Sander Bollen
Browse files

Adding some todos to seq stat

parent d3c552a9
No related branches found
No related tags found
No related merge requests found
......@@ -317,6 +317,8 @@ object SeqStat extends ToolCommand {
))
)
// TODO: have function generate map so that it can be tested
println(ConfigUtils.mapToJson(report))
}
}
......@@ -101,4 +101,6 @@ class SeqStatTest extends TestNGSuite with MockitoSugar with Matchers {
val parsed = parseArgs(args)
parsed.fastq shouldBe resourceFile("/paired01a.fq")
}
// TODO: Shared state here. Calling main changes the state, which causes other tests to fail
}
\ No newline at end of file
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