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
As long as you are processing your read batches in less than 0.4 seconds (which you are above...) then further speed up isn't going to have much impact on your performance overall. Read data is grabbed in batches of 0.4 seconds (if you are following our advice on MinION) or 1 second on PromethION. You will fall behind if your data takes longer than that to process.
Hi,
I'm optimizing readfish on a pretty decent PC and getting relatively long break times.
I do get enrichment in the fastq files but would like to reduce the times if possible.
guppy basecaller settings:
guppy_basecall_server --log_path /ssd/NanoPore_Seq_Folder/logs/guppy --config dna_r9.4.1_450bps_fast.cfg --num_callers 12 --chunks_per_caller 1000 --gpu_runners_per_device 16 --config dna_r9.4.1_450bps_fast.cfg --port /tmp/.guppy/5555 --ipc_threads 3 -x cuda:all
PC specs:
The Readfish config I use is:
The text was updated successfully, but these errors were encountered: