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
There are many methods in the metadata.py module that write to the file metadata file, to the point where some methods are causing bugs in others - see https://kbase-jira.atlassian.net/browse/PTV-1767 for an example.
It'd be much simpler if the metadata was generated once on file upload and then never touched again other than adding an UPA (unless corruption was detected on read, and then it should be regenerated, perhaps with a flag saying so).
The text was updated successfully, but these errors were encountered:
Related to #174
There are many methods in the
metadata.py
module that write to the file metadata file, to the point where some methods are causing bugs in others - see https://kbase-jira.atlassian.net/browse/PTV-1767 for an example.It'd be much simpler if the metadata was generated once on file upload and then never touched again other than adding an UPA (unless corruption was detected on read, and then it should be regenerated, perhaps with a flag saying so).
The text was updated successfully, but these errors were encountered: