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

Fix wgs memory

parent 6d3728a0
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,8 @@ class CollectWgsMetrics(val root: Configurable) extends Picard with Summarizable
@Argument(doc = "INCLUDE_BQ_HISTOGRAM", required = false)
var includeBqHistogram: Boolean = config("include_bq_histogram", default = false)
override def defaultCoreMemory = 6.0
override def beforeGraph() {
super.beforeGraph()
if (reference == null) reference = referenceFasta()
......
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