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
2571243a
Commit
2571243a
authored
Oct 12, 2016
by
Sander Bollen
Browse files
get method for output files
parent
5d39aa90
Changes
1
Hide whitespace changes
Inline
Side-by-side
kopisu/src/main/scala/nl/lumc/sasc/biopet/pipelines/kopisu/methods/CnvMethod.scala
View file @
2571243a
...
...
@@ -43,6 +43,8 @@ trait CnvMethod extends QScript with SummaryQScript with Reference {
protected
var
cnvOutputFiles
:
Map
[
String
,
File
]
=
Map
.
empty
def
getCnvOutputFiles
:
Map
[
String
,
File
]
=
cnvOutputFiles
protected
def
addOutput
(
sample
:
String
,
outputFile
:
File
)
=
{
cnvOutputFiles
+=
(
sample
->
outputFile
)
}
...
...
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