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

Add CollectRnaSeqMetrics summary to main Gentrap summary

parent 29c827c7
No related branches found
No related tags found
No related merge requests found
......@@ -690,6 +690,7 @@ class Gentrap(val root: Configurable) extends QScript with MultiSampleQScript wi
add(sampleAlnJob)
// general RNA-seq metrics
add(collectRnaSeqMetricsJob)
addSummarizable(collectRnaSeqMetricsJob, "rna_metrics")
// add strand-specific jobs if defined
alnPlusStrandJobs.foreach(_.addAllJobs())
alnMinusStrandJobs.foreach(_.addAllJobs())
......
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