Skip to content
Snippets Groups Projects
Commit 51031007 authored by bow's avatar bow
Browse files

Update formatting

parent 497eef6f
No related branches found
No related tags found
No related merge requests found
......@@ -230,7 +230,7 @@ class Gentrap(val root: Configurable) extends QScript with MultiSampleQScript wi
/** Files that will be listed in the summary file */
def summaryFiles: Map[String, File] =
mergedTables.collect { case (key, Some(value)) => key -> value.output } ++
heatmapJobs.collect { case (key, Some(value)) => key -> value.output }
heatmapJobs.collect { case (key, Some(value)) => key -> value.output }
/** Statistics shown in the summary file */
def summaryStats: Map[String, Any] = Map()
......
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