Age | Commit message (Collapse) | Author |
|
We move all modules under a gn2 directory. This is important for
"correct" packaging and deployment as a Guix service.
|
|
Pass in the database URI at call time.
|
|
|
|
__init__.py
Previously it threw an error when it tried to use Markers/HumanMarkers
in datasetgroup.py; since Markers/HumanMarkers doesn't seem to be used
anywhere else, I think it's okay for the import to only be in
datasetgroup.py
|
|
To ease future refactors on the code, decompose the file into a module
with multiple modules that can be refactored semi-independently.
|