Skip to content
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

About guppy model #25

Open
HW-Superior opened this issue May 8, 2024 · 3 comments
Open

About guppy model #25

HW-Superior opened this issue May 8, 2024 · 3 comments

Comments

@HW-Superior
Copy link

HW-Superior commented May 8, 2024

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!

@umahsn
Copy link
Collaborator

umahsn commented May 9, 2024

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

@HW-Superior
Copy link
Author

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

@umahsn
Copy link
Collaborator

umahsn commented Jun 7, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants