-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Hi!
Maybe I'm not quite right, but it seemed that loading the database into memory each time a new sample is analyzed is time-consuming. For example, in my case, loading GTDB into memory takes 30 minutes (with --load-whole-db) and if there are 10 samples, then 5 hours of time are lost. Maybe, following the example of the STAR (https://github.com/alexdobin/STAR) , separate commands for loading and unloading the database into and from memory should be introduced.
That is, the database is loaded once, all samples are analyzed, and then the memory is freed.
Best wishes,
Marsel
Metadata
Metadata
Assignees
Labels
No labels