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

Changed error message

parent 325ed2b1
No related branches found
No related tags found
No related merge requests found
......@@ -145,7 +145,7 @@ trait MultiSampleQScript extends SummaryQScript { qscript: QScript =>
ConfigUtils.getMapFromPath(globalConfig.map, List("samples", sampleId, "libraries")).getOrElse(Map()).keySet
} catch {
case e: IllegalStateException if e.getMessage == "Value is not a map: library" =>
Logging.addError("libraries is not a map")
Logging.addError("libraries for samples are not formatted correctly")
Set()
}
if (ids.isEmpty) {
......
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