Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mirrors
biopet.biopet
Commits
7c57f730
Commit
7c57f730
authored
Nov 16, 2015
by
Peter van 't Hof
Browse files
Fix samples dir
parent
52f5fba3
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/gentrap/src/main/scala/nl/lumc/sasc/biopet/pipelines/gentrap/Gentrap.scala
View file @
7c57f730
...
...
@@ -403,7 +403,7 @@ class Gentrap(val root: Configurable) extends QScript
protected
def
pipeline
:
Gentrap
=
qscript
/** Sample output directory */
override
def
sampleDir
:
File
=
new
File
(
outputDir
,
"sample
_"
+
sampleId
)
override
def
sampleDir
:
File
=
new
File
(
outputDir
,
"sample
s"
+
File
.
separator
+
sampleId
)
/** Summary stats of the sample */
def
summaryStats
:
Map
[
String
,
Any
]
=
Map
(
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment