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

[QUERY] Can I test UNCALLED to always try and map only 2000 raw samples from FAST5 #40

Open
harisankarsadasivan opened this issue Feb 8, 2022 · 1 comment

Comments

@harisankarsadasivan
Copy link

harisankarsadasivan commented Feb 8, 2022

@skovaka However long a read maybe, I want to always test UNCALLED by letting it map only 2000 samples from a read, offline.
How may I achieve this?
Is changing the for loop limits here sufficient or do I need to do more? Would adapter trimming be taken care of?

@skovaka
Copy link
Owner

skovaka commented Feb 11, 2022

I just added options to adjust the chunk size and time in uncalled map. Try running with the options --chunk-time 0.5 --max-chunks 1, which will set the maximum number of samples to 4000*0.5*1 = 2000. You'll have to pull the latest version and reinstall to see those options. UNCALLED doesn't do any adapter trimming, so that won't be affected. Hope that helps!

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