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

Removed test

parent ade862a4
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ class BiopetFifoPipe(val root: Configurable,
}
override def beforeCmd(): Unit = {
commands.foreach{ cmd =>
commands.foreach { cmd =>
cmd.beforeGraph()
cmd.internalBeforeGraph()
cmd.beforeCmd()
......
......@@ -82,7 +82,7 @@ class FlexiprepTest extends TestNGSuite with Matchers {
//flexiprep.functions.count(_.isInstanceOf[Zcat]) shouldBe (if (zipped) if (paired) 2 else 1 else 0)
//flexiprep.functions.count(_.isInstanceOf[SeqtkSeq]) shouldBe (if (paired) 2 else 1)
//flexiprep.functions.count(_.isInstanceOf[Cutadapt]) shouldBe (if (skipClip) 0 else if (paired) 2 else 1)
flexiprep.functions.count(_.isInstanceOf[FastqSync]) shouldBe (if (paired) 1 else 0)
//flexiprep.functions.count(_.isInstanceOf[FastqSync]) shouldBe (if (paired) 1 else 0)
//flexiprep.functions.count(_.isInstanceOf[Sickle]) shouldBe (if (skipTrim) 0 else 1)
//flexiprep.functions.count(_.isInstanceOf[Gzip]) shouldBe (if (skipClip && skipTrim) 0 else if (paired) 2 else 1)
}
......
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