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
f287b196
Commit
f287b196
authored
Oct 26, 2016
by
Peter van 't Hof
Browse files
Style fix
parent
3a1af12e
Changes
1
Hide whitespace changes
Inline
Side-by-side
biopet-utils/src/main/scala/nl/lumc/sasc/biopet/utils/FastaUtils.scala
View file @
f287b196
...
...
@@ -26,7 +26,9 @@ object FastaUtils {
private
var
dictCache
:
Map
[
File
,
SAMSequenceDictionary
]
=
Map
()
/** This will clear the dict cache */
def
clearCache
()
=
dictCache
=
Map
()
def
clearCache
()
=
{
dictCache
=
Map
()
}
/**
* This method will get a dict from the fasta file. If it's already in the cache file will not opened again.
...
...
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