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

Added bam index as depency

parent 34ffaaf0
No related branches found
No related tags found
No related merge requests found
......@@ -89,6 +89,7 @@ class BaseCounter(val root: Configurable) extends ToolCommandFunction {
nonStrandedMetaExonCounts,
strandedMetaExonCounts, strandedSenseMetaExonCounts, strandedAntiSenseMetaExonCounts)
jobOutputFile = new File(outputDir, s".$prefix.basecounter.out")
if (bamFile != null) deps :+= new File(bamFile.getAbsolutePath.stripSuffix(".bam") + ".bai")
super.beforeGraph()
}
......
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