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

Spelling fix

parent 3dbf492f
No related branches found
No related tags found
No related merge requests found
......@@ -29,8 +29,8 @@ trait MultiSampleQScript extends BiopetQScript {
final def runLibraryJobs(sampleConfig: Map[String, Any]): Map[String, Map[String, File]] = {
var output: Map[String, Map[String, File]] = Map()
val sampleID = sampleConfig("ID")
if (sampleConfig.contains("librarys")) {
val runs = Configurable.any2map(sampleConfig("librarys"))
if (sampleConfig.contains("libraries")) {
val runs = Configurable.any2map(sampleConfig("libraries"))
for ((key, value) <- runs) {
var library = Configurable.any2map(value)
if (!library.contains("ID")) library += ("ID" -> key)
......
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