DeepMod2 icon indicating copy to clipboard operation
DeepMod2 copied to clipboard

About guppy model

Open HW-Superior opened this issue 1 year ago • 3 comments

When I go through the first step (the command as guppy_basecaller -i fast5_pass/ -c ~/biosoft/ont-guppy-cpu/data/dna_r10.4.1_e8.2_400bps_sup.cfg --num_callers 10 --cpu_threads_per_caller 5 --save_path fastq --bam_out --moves_out basecall.bam) to get the basecaller.bam file, I wonder how to select guppy's model. Whether to use the -c parameter to select the model. Thnaks!

HW-Superior avatar May 08 '24 02:05 HW-Superior

Hi, yes -c is how you specify the model.

umahsn avatar May 09 '24 18:05 umahsn

Hi, the guppy_basecaller is a slow process, is there any way to speed it up. Thanks

HW-Superior avatar Jun 03 '24 02:06 HW-Superior

Yes, you can use --device "cuda:0,1" to specify Guppy to use two GPUs if you have more than one available, similarly use --device "cuda:0,1,2" or --device "cuda:0,1,2,4" if you want to use 3 or 4 GPUs. You can also try increasing --gpu_runners_per_device depending upon the memory of your GPU. You can also try to increase --num_callers parameter, and optionally --num_alignment_threads parameter if you are using alignment from Guppy.

umahsn avatar Jun 07 '24 21:06 umahsn