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

Nanopore data analysis #484

Open
enc-kcotto opened this issue Sep 3, 2024 · 1 comment
Open

Nanopore data analysis #484

enc-kcotto opened this issue Sep 3, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@enc-kcotto
Copy link

Is your feature request related to a problem? Please describe.
When trying to analyze nanopore sequencing data with CRISPResso2, the runs fails due to insufficient memory. I believe this is arising due to how CRISPResso caches reads and nanopore being noisier than Illumina sequencing data, thus a lower percentage of reads matching the cache and eventually the cache growing so large that it crashes the run. I've tried splitting the input fastq, running multiple CRISPResso runs, and then running CRISPRessoAggregate. The aggregate function works well but since I'm splitting a single sample, it would be nice to have aggregate to sum the information from all runs and just report it/plot it as one sample.

Describe the solution you'd like
It would be nice if with Aggregate, you could specify whether to merge the information from each of the runs or keep them separate as distinct samples.

Describe alternatives you've considered
A potential alternative is to be able to turn off caching in order to prevent the creation of a large cache dictionary that eventually causes the run to fail.

Additional context
Happy to hear any other ideas or discuss possible other implementations.

@kclem
Copy link
Member

kclem commented Sep 4, 2024

Hi @enc-kcotto, we're working on tools for analyzing the longer sequences - and will keep you updated as they progress.

How are you creating your sequencing libraries? Are you using hybrid selection or a primer-based method?

If you'd like to give input, feel free to reach out to me at [email protected].

@kclem kclem added the enhancement New feature or request label Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants