-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ETA missing when building KMCP index #36
Comments
Of course, right after I post this, the ETA is suddenly defined. Guess that it only shows up after a sufficient number of files have been processed? (12 in my case) |
Oh, it's strange. It should be updated right after one index file been saved. BTW, K-mer file processing and index writing are asynchronous. That means while block 11 and 12 being procesing, the index file of block 10 might not finished writing. One possible reason is the disk (NAS?) is to slow for writing big index files. You can add --dry-run to check the size of each index file before really executing index buiding. |
Could be that writing the blocks just took that long (for the first block to finish writing and produce an ETA)? |
Yes, that's what I mean. The speed depends on the size of a index file and disk speed. |
When building the KMCP index for Humgut (by following the instructions here, the ETA is stuck at 0s, even after several blocks have been completed.
The text was updated successfully, but these errors were encountered: