diff --git a/public/gentrap/src/main/scala/nl/lumc/sasc/biopet/pipelines/gentrap/measures/FragmentsPerGene.scala b/public/gentrap/src/main/scala/nl/lumc/sasc/biopet/pipelines/gentrap/measures/FragmentsPerGene.scala index b12501da01c2b1cb6b62beeab2baa1131c1caf7d..a383874f16a2699922dd9fccb48b7a4ac274b331 100644 --- a/public/gentrap/src/main/scala/nl/lumc/sasc/biopet/pipelines/gentrap/measures/FragmentsPerGene.scala +++ b/public/gentrap/src/main/scala/nl/lumc/sasc/biopet/pipelines/gentrap/measures/FragmentsPerGene.scala @@ -22,6 +22,7 @@ class FragmentsPerGene(val root: Configurable) extends QScript with Measurement job.inputAlignment = file job.output = new File(outputDir, s"$name.$id.counts") job.format = Option("bam") + add(job) // We are forcing the sort order to be ID-sorted, since HTSeq-count often chokes when using position-sorting due // to its buffer not being large enough. //TODO: ID sorting job