databio / bbconf

Configuration package for bedbase project
https://pypi.org/project/bbconf/
BSD 2-Clause "Simplified" License
1 stars 2 forks source link

metadata constants not read #4

Closed joseverdezoto closed 4 years ago

joseverdezoto commented 4 years ago

I submitted the updated version of bedstat to get the new JSON docs, but I am getting the error listed below. I'm assuming that we should have constants like JSON_GENOME_KEY or JSON_CELLTYPE_KEY?

*Job script (n=1; 0.00 Gb): /project/shefflab/resources/regions/LOLAHema/submission/bedstat_AML_db5.sub Compute node: udc-ba35-36 Start time: 2020-02-27 16:09:06 Traceback (most recent call last): File "pipeline/bedstat.py", line 17, in from bbconf.const import File "/home/jev4xy/.local/lib/python3.6/site-packages/bbconf/init.py", line 4, in from .bbconf import File "/home/jev4xy/.local/lib/python3.6/site-packages/bbconf/bbconf.py", line 8, in from .const import AttributeError: module 'bbconf.const' has no attribute 'genome'**