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
I use bonito 0.7.2 and the following bonito duplex command runs out of memory sometimes: bonito duplex --threads 30 $bam_file $pair_file > $duplex_basecalls_fq
While processing about 2.4 million reads on a slurm job, I got this error
I was able to solve the problem by using fewer threads (--threads 3). We are fine with this performance hit as there are other much slower steps in our pipeline. Do you have an inkling of why more threads are problematic?
Hello,
I use bonito 0.7.2 and the following
bonito duplex
command runs out of memory sometimes:bonito duplex --threads 30 $bam_file $pair_file > $duplex_basecalls_fq
While processing about 2.4 million reads on a slurm job, I got this error
But bonito ran just fine with a similar command processing about 2.9 million reads in a different job
Any help is appreciated!
Regards
Sathish
The text was updated successfully, but these errors were encountered: