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
09e0d7e1
Commit
09e0d7e1
authored
Nov 16, 2015
by
Sander Bollen
Browse files
Merge branch 'fix-gentrap_samples_dir' into 'develop'
Fix samples dir gentrap See merge request !277
parents
52f5fba3
d9d380c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/gentrap/src/main/scala/nl/lumc/sasc/biopet/pipelines/gentrap/Gentrap.scala
View file @
09e0d7e1
...
...
@@ -402,9 +402,6 @@ class Gentrap(val root: Configurable) extends QScript
/** Shortcut to qscript object */
protected
def
pipeline
:
Gentrap
=
qscript
/** Sample output directory */
override
def
sampleDir
:
File
=
new
File
(
outputDir
,
"sample_"
+
sampleId
)
/** Summary stats of the sample */
def
summaryStats
:
Map
[
String
,
Any
]
=
Map
(
"all_paired"
->
allPaired
,
...
...
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