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
We just run twopaco for thousands of bacterial genomes and now it's at:
Round 0, 0:4398046511104
Pass Filling Filtering
However, when we look at top we see that while its loaded in memory there is only 0.3% cpu usage: 514.3g 512.2g 4368 D 0.3 33.9 209:34.18 twopaco
Is this normal or does this mean something is going wrong?
The text was updated successfully, but these errors were encountered:
How much memory does your machine have and what was the command line you used to run twopaco? I would suggest using the largest filter size possible given your machine's RAM (see documentation here: https://github.com/medvedevgroup/TwoPaCo#twopaco-usage).
We just run
twopaco
for thousands of bacterial genomes and now it's at:However, when we look at
top
we see that while its loaded in memory there is only 0.3% cpu usage:514.3g 512.2g 4368 D 0.3 33.9 209:34.18 twopaco
Is this normal or does this mean something is going wrong?
The text was updated successfully, but these errors were encountered: