Closed kelly-sovacool closed 1 year ago
Hi @kelly-sovacool,
Thanks for your contribution! This makes total sense, code looks good so will merge. It should be integrated in the next release so watch out for it - stll waiting on the MODOMICS folks to fix the db (again, see #45 ). Hopefully early next week.
Oh, and as of yet no real guidelines for contribution!
The existing code opens the local modomics file in
r+
(read and write) mode, which fails in singularity/docker containers that aren't writeable (the preferred case). Since the file is only read and not written, there's no reason to open it in writeable mode.This is related to #45
Thanks for maintaining this project, @drewjbeh. Not sure if you have any guidelines for contributors to abide by, so let me know if there's anything you'd like me to do.