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

Put all expression table outputs into a single directory

parent 393af584
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,7 @@ class Gentrap(val root: Configurable) extends QScript with MultiSampleQScript wi
.option {
val job = new MergeTables(qscript)
job.inputTables = tables
job.output = new File(outputDir, outBaseName + ext)
job.output = new File(outputDir, "expression_estimates" + File.separator + outBaseName + ext)
job.idColumnIndices = idCols.map(_.toString)
job.valueColumnIndex = valCol
job.fileExtension = Option(ext)
......
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