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
It seems that the scanner is not the only part that could be slow.
When the lustre storage is busy python can take a long time to load. This means that the scanners would all start off at the same time. we should also explore:
reducing the amount of dependencies of analysis driver. (I've often seen it stuck in loading panda).
At the moment, we sometimes see two datasets kicked off at the same time, probably because of lag in the dataset scan. We should:
analysis_driver --sample <sample_id>
The text was updated successfully, but these errors were encountered: