Skip to content
GitLab
Menu
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
d9d380c7
Commit
d9d380c7
authored
Nov 16, 2015
by
Peter van 't Hof
Browse files
Remove override method, now uses the bases class
parent
7c57f730
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/gentrap/src/main/scala/nl/lumc/sasc/biopet/pipelines/gentrap/Gentrap.scala
View file @
d9d380c7
...
...
@@ -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
,
"samples"
+
File
.
separator
+
sampleId
)
/** Summary stats of the sample */
def
summaryStats
:
Map
[
String
,
Any
]
=
Map
(
"all_paired"
->
allPaired
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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