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

Support for simulating more recent base-callers Guppy 3.6 #45

Open
cjain7 opened this issue Aug 17, 2020 · 2 comments
Open

Support for simulating more recent base-callers Guppy 3.6 #45

cjain7 opened this issue Aug 17, 2020 · 2 comments

Comments

@cjain7
Copy link

cjain7 commented Aug 17, 2020

Hi,

Thanks for providing this tool. As ONT raw accuracy is rapidly improving, I wanted to check if you're able to support base-calling using ONT's latest protocols. Currently, ONT provides raw reads with modal accuracy above 95%. See https://nanoporetech.com/accuracy

--Chirag

@liyu95
Copy link
Owner

liyu95 commented Aug 17, 2020

Hi, thank you very much for your interest!
One advantage of our method is modulization. We can direct plug-in the newest basecaller into our simulator although some minor coding would be needed to do so.

Sincerely,
Yu

@cjain7
Copy link
Author

cjain7 commented Aug 17, 2020

I did try downloading and using guppy 3.6.0 and 3.7.0 base callers, but just doing that is giving me worse read accuracy compared to my earlier read set that was generated using guppy 3.1.5

I'm using the base callers in the following manner:

echo "   Basecalling with Guppy_CPU..."
$home/base_caller/$guppy/ont-guppy-cpu/bin/guppy_basecaller -r --input_path $FAST5_DIR \
	--save_path $FASTQ_DIR -c dna_r9.4.1_450bps_hac.cfg \
	--cpu_threads_per_caller $THREAD_NUM --num_callers 1

Let me know if you have any suggestion.

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