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

Merge commit '5041650c' into peter

parents 8c8bb2f3 5041650c
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,8 @@ class Fastqc(val root: Configurable) extends BiopetCommandLineFunction {
this.checkExecutable
if (contaminants == null) {
val fastqcDir = executable.substring(0, executable.lastIndexOf("/"))
contaminants = new File(fastqcDir + "/Contaminants/contaminant_list.txt")
val defaultContams = new File(fastqcDir + "/Contaminants/contaminant_list.txt")
contaminants = config("contaminants", default = defaultContams)
}
}
......
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