Skip to content
Snippets Groups Projects
Commit aa8fe3fd authored by bow's avatar bow
Browse files

Fix test failure caused by incorrectly named function

parent 675718da
No related branches found
No related tags found
No related merge requests found
......@@ -61,6 +61,7 @@ class RawBaseCounter(val root: Configurable) extends BiopetCommandLineFunction {
private def bedtoolsCovHist = new BiopetCommandLineFunction {
var bam: File = null
override val configName = "bedtoolscoverage"
override val root: Configurable = wrapper.root
executable = config("exe", default = "coverageBed", freeVar = false)
override def cmdLine: String = required(executable) +
......
......@@ -197,7 +197,7 @@ object GentrapTest {
// mapping executables
"star", "bowtie", "samtools", "gsnap", "tophat",
// gentrap executables
"cufflinks", "htseqcount", "grep", "pdflatex", "rscript", "tabix", "bgzip",
"cufflinks", "htseqcount", "grep", "pdflatex", "rscript", "tabix", "bgzip", "bedtoolscoverage",
// bam2wig executables
"igvtools", "wigtobigwig"
).map { case exe => exe -> Map("exe" -> "test") }.toMap
......
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