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

Rename Stats to Data

parent ee197cc6
No related branches found
No related tags found
No related merge requests found
......@@ -9,11 +9,9 @@ import nl.lumc.sasc.biopet.core.config.Configurable
*/
trait Summarizable extends Configurable {
var summaryModule = configName
def summaryFiles: Map[String, File]
def summaryStats: Map[String, Any]
def summaryData: Map[String, Any]
/**
* This function is used to merge
......
......@@ -165,7 +165,7 @@ class Fastqc(root: Configurable) extends nl.lumc.sasc.biopet.extensions.Fastqc(r
def summaryFiles: Map[String, File] = Map("test" -> this.fastqfile)
def summaryStats: Map[String, Any] = Map()
def summaryData: Map[String, Any] = Map()
}
object Fastqc {
......
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