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
Holland Computing Center
chipathlon
Commits
69ec65f8
Commit
69ec65f8
authored
Jun 08, 2017
by
aknecht2
Browse files
Fixed merge conflicts again...?
parents
3ea96f58
a91ef0fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
chipathlon/db.py
View file @
69ec65f8
...
...
@@ -38,7 +38,6 @@ class MongoDB(object):
self
.
client
=
MongoClient
(
host
)
self
.
db
=
self
.
client
.
chipseq
self
.
cache
=
collections
.
defaultdict
(
dict
)
self
.
cache
=
{}
if
username
and
password
:
try
:
self
.
db
.
authenticate
(
username
,
password
,
mechanism
=
"SCRAM-SHA-1"
)
...
...
Write
Preview
Markdown
is supported
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