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

Removed double index

parent 1101daa7
No related branches found
No related tags found
No related merge requests found
......@@ -274,11 +274,6 @@ trait ShivaTrait extends MultiSampleQScript with Reference {
addAll(bamMetrics.functions)
addSummaryQScript(bamMetrics)
val oldIndex: File = new File(bam.getAbsolutePath.stripSuffix(".bam") + ".bai")
val newIndex: File = new File(bam + ".bai")
val baiLn = Ln(qscript, oldIndex, newIndex)
add(baiLn)
variantcalling.foreach(vc => {
vc.sampleId = Some(sampleId)
vc.outputDir = new File(sampleDir, "variantcalling")
......
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