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

Parallelize nanopolish eventalign #236

Open
matthewstuartedwards opened this issue Apr 23, 2023 · 0 comments
Open

Parallelize nanopolish eventalign #236

matthewstuartedwards opened this issue Apr 23, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@matthewstuartedwards
Copy link

Description of feature

The author of nanopolish has said that the recommended way to parallelize it is to split up the fastq files, then join the output files together.

jts/nanopolish#770

nanoseq could operate on multiple fastq files in the input directory, and execute nanopolish event align in parallel.

I know xpore and m6anet operate using a single fastq file, so the input files will need to be concatenated for that step, but parallelizing nanopolish would speed up the overall operations of the pipeline.

Alternatively, if a single large fastq file is provided, nanoseq could split that file into chunks before running nanopolish event align.

@matthewstuartedwards matthewstuartedwards added the enhancement New feature or request label Apr 23, 2023
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

1 participant