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

Fixed compile issue

parent 3cf8e117
No related branches found
No related tags found
No related merge requests found
......@@ -157,7 +157,7 @@ class VariantEffectPredictor(val root: Configurable) extends BiopetCommandLineFu
} else if (cache && dir.isEmpty) {
Logging.addError("Must supply dir to cache for VariantEffectPredictor")
}
if (stats_text) outputFiles :+= new File(output.getAbsolutePath + "_summary.txt")
if (statsText) outputFiles :+= new File(output.getAbsolutePath + "_summary.txt")
}
/** Returns command to execute */
......
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