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
cbb4d0e2
Commit
cbb4d0e2
authored
Jul 13, 2017
by
Peter van 't Hof
Browse files
Style fixes
parent
f74579d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
biopet-tools/src/main/scala/nl/lumc/sasc/biopet/tools/bamstats/BamStats.scala
View file @
cbb4d0e2
...
...
@@ -94,8 +94,7 @@ object BamStats extends ToolCommand {
samReader
.
close
()
referenceFasta
.
map
{
f
=>
samHeader
.
getSequenceDictionary
.
assertSameDictionary
(
FastaUtils
.
getCachedDict
(
f
),
false
)
samHeader
.
getSequenceDictionary
.
assertSameDictionary
(
FastaUtils
.
getCachedDict
(
f
),
false
)
FastaUtils
.
getCachedDict
(
f
)
}
.
getOrElse
(
samHeader
.
getSequenceDictionary
)
...
...
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