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

Fix sample and library flag

parent 0d010c88
No related branches found
No related tags found
No related merge requests found
......@@ -198,8 +198,8 @@ trait ShivaTrait extends MultiSampleQScript with SummaryQScript with Reference {
})
variantcalling.foreach(vc => {
vc.sampleId = Some(libId)
vc.libId = Some(sampleId)
vc.sampleId = Some(sampleId)
vc.libId = Some(libId)
vc.outputDir = new File(libDir, "variantcalling")
if (preProcessBam.isDefined) vc.inputBams = preProcessBam.get :: Nil
else vc.inputBams = bamFile.get :: Nil
......
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