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
8654affb
Commit
8654affb
authored
Dec 15, 2016
by
Peter van 't Hof
Browse files
Fixing compile warning
parent
eb40009e
Changes
1
Hide whitespace changes
Inline
Side-by-side
shiva/src/test/scala/nl/lumc/sasc/biopet/pipelines/shiva/variantcallers/HaploTypeCallerGvcfTest.scala
View file @
8654affb
...
...
@@ -37,11 +37,11 @@ class HaploTypeCallerGvcfTest extends TestNGSuite with Matchers {
}
def
createInputMap
(
samples
:
List
[
String
])
:
Map
[
String
,
File
]
=
{
samples
map
{
x
=>
samples
.
map
(
{
x
=>
val
file
=
File
.
createTempFile
(
x
,
".bam"
)
file
.
deleteOnExit
()
x
->
file
}
toMap
}
).
toMap
}
}
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