-
Notifications
You must be signed in to change notification settings - Fork 5
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
Segmentation fault during polishing step #20
Comments
Hi, Do you know if CONSENT crashes right away when starting the polishing step? Usual errors include using FASTQ reads when CONSENT only supports FASTA (but when polishing an assembly, I'm pretty sure your contigs are FASTA), or not using a "one sequence per line" formatted FASTA file. Can you check whether or not your input file is in "one sequence per line" format? Best, |
As I ran a batch job could not determine when exactly the crash occurs. My reads are in FASTQ and the contigs are in FASTA. Should the reads also should be in FASTA? |
Yes, both reads and contigs should be in FASTA. Best, |
Hi, I recently updated CONSENT and it now accepts both FASTA and FASTQ as input, and sequences are no long required to be in "one sequence per line" format. I believe this should fix your issue. Leaving it open for now, but don't hesitate to update me if you encounter further errors. Best, |
Hi,
I have been recently attempting to polish a draft (human genome) constructed from a PromethION sample. However, at the polishing step, it returns a segmentation fault. Any suggestions on fixing this?
Command used:
Stdout:
stderr:
The text was updated successfully, but these errors were encountered: