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

Nanopolish "eventalign" command not completing in time limit. #228

Open
baibhav-bioinfo opened this issue Oct 4, 2024 · 1 comment
Open

Comments

@baibhav-bioinfo
Copy link

baibhav-bioinfo commented Oct 4, 2024

i am doing nanopolish-eventalign for my nanopore direct RNA sequence reads.
I have 9 samples, for a sample the command is running for more than 24 hours and is not able to complete within time limits and getting terminated.

Is there any way i can do the process faster? Can we split the .Fastq files into 4 partitions for each samples.
Then we will have 4 eventalign.txt files per sample, can we merge it and then go for "Xpore dataprep" step, or we have to it separately for each part and then merge the results before giving to "diffmod".

I am concerned if my data will loose any biological meaningfulness in the partitioning and merging.

@yuukiiwa
Copy link
Collaborator

Hi @baibhav-bioinfo,

You can increase the threads with -t to make it faster. Or if you have GPU, you can checkout https://github.com/hasindu2008/f5c, which is GPU-implementation of nanopolish.

Alternatively, you can also split the fastq.

Thanks!

Best wishes,
Yuk Kei

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