You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When seeding the data repository, metadata should be a part of the parsed data returned from ccread() function for all the files.
However, when running the database setup in docker instance, the metadata attribute is missing in all the documents. However, this issue was not observed outside docker instance.
As a result, since the molecule browse menu shows just the metadata info, the listed items are empty in docker instance while they contain some content when running without docker as shown:
Outside docker
In docker
It needs to be looked as to why metadata is not being parsed when using docker.
The text was updated successfully, but these errors were encountered:
When seeding the data repository,
metadata
should be a part of the parsed data returned fromccread()
function for all the files.However, when running the database setup in docker instance, the
metadata
attribute is missing in all the documents. However, this issue was not observed outside docker instance.As a result, since the molecule browse menu shows just the
metadata
info, the listed items are empty in docker instance while they contain some content when running without docker as shown:Outside docker
In docker
It needs to be looked as to why
metadata
is not being parsed when using docker.The text was updated successfully, but these errors were encountered: