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
{{ message }}
This repository has been archived by the owner on Jun 2, 2021. It is now read-only.
Would be greate have a "report" class with: sample.id, date&time and all runned plugins information. So, in the next time when the same sample will be reanalyzed Aleph creates a new report and append it to the sample information.
As all plugins' process method return a Python dict, the method SampleManager.apply_plugins could add a 'datetime' key on the returned dict with datetime.datetime.now(). :-) It's simple and you don't need to change plugin code/structure. You could also add how much time the plugin took to process, for example:
Decide a way to track sample history. Timestamps for when sample was collected, queued, processed and stuff.
The text was updated successfully, but these errors were encountered: