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
37789bb4
Commit
37789bb4
authored
Jul 14, 2017
by
Peter van 't Hof
Browse files
Fixing compile error
parent
71957bc9
Changes
1
Hide whitespace changes
Inline
Side-by-side
biopet-extensions/src/main/scala/nl/lumc/sasc/biopet/extensions/picard/Picard.scala
View file @
37789bb4
...
...
@@ -95,7 +95,7 @@ object Picard extends Logging {
.
fromInputStream
(
src
)
.
getLines
()
.
map
(
_
.
trim
.
split
(
":"
))
.
filter
(
(
_
.
length
)
==
5
)
.
filter
(
_
.
length
==
5
)
.
map
(
line
=>
Map
(
...
...
Write
Preview
Supports
Markdown
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