-
Notifications
You must be signed in to change notification settings - Fork 28
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
nextpolish2.py never stop #108
Comments
Try to kill the main task, and rerun. |
Hi, Dr. Hu, |
Maybe you have encountered a bug, so could you extract the unfinished sequence and its corresponding bam file and send it to me? so I can reproduce this bug and fix it. |
The ONT reads were corrected by illumina reads first of all. I use the corrected reads as input for nextdenovo and polish. Is this a cause? Please download these files in 7 days: |
Hi, I may have the same problem also with nextpolish2.py. I made my own custom alignment using minimap2, and used samtools to filter and index the BAM. I'm working using 32 cores, trying to polish a huge genome of 26 Gb using ONT reads, with a window size of 100M.
The process outputs a FASTQ file of 20 Gb after 4 hours, but keeps running up to 12 hours, and the size of the output never changed.
Aditionally, the log has this warning repeated a tons of times:
@yangfangyuan0102 were you able to solve the issue? Kind regards, |
Hi, I still don't know how this happened. My tips are: make sure the genome comes from the raw ONT reads you used for polishing. That is, the genome and ONT are preferably without additional modifications before polishing. You also need to ensure that raw ONT reads are correctly mapped to the genome, e.g., using minimap2 -x map-ont. I'm guessing that extra processing of BAM files can also cause problems, as you said "filter the BAM". |
Describe the bug
Hi, Dear Author,
After all ONT reads were mapped, I run nextpolish2.py, but this running never stop even if all CPUs and MEM have stopped working.
It is able to output some polished contigs. But it's incomplete. It looks like stucking at one contig. But this may not be a problem with my genome assembly, as I tried several genomes.
I'm sure my step is no problem because it worked fine on my previous machine (CPU AMD 5900X).
Operating system
Ubuntu 22.10
CPU intel 13900K. This CPU cores are heterogeneous, does it matter?
GCC
I have reinstalled nextpolish1.4.1 using conda.
python3.10
Thanks very much
The text was updated successfully, but these errors were encountered: