-
Notifications
You must be signed in to change notification settings - Fork 100
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 (velveth) with Paired End Illumina Data #57
Comments
Hello @hollybpalk , I'm afraid it is difficult to troubleshoot such an error without more information. Does Could you generate a Thank you, Daniel |
Hello Daniel, |
Hello @hollybpalk , Evidently Velvet was properly compiled, such that it runs without parameters. I'm surprised that it does not produce a core.dump file, as this is set by default, but some system administrators prefer to suppress these outputs on their systems (typically by using When Velvet crashed, was there any standard output text collected? The fact that it did not produce a Roadmaps file suggests that it crashed very early indeed, possibly while parsing the input files. Does the Sequences file match the content of the reads provided to Velvet? Regarding the MAXKMERLENGTH parameter, you have to specify it every time you invoke
Best regards, Daniel |
Hello, I apologize for the late response. It looks like the only output texts are the Log file, Error file, and Sequences file. I inputted two paired-end, fastq files and it looks to have converted it to fasta. I will attempt the make debug again. Any other suggestions? |
Hello @hollybpalk , It's very hard to say without more information. Would you have the standard output (i.e. screen output in interactive mode) of the Velveth run? Best regards, Daniel |
Hello,
I submitted velveth.sh on an HPC cluster at my university. I have installed velvet version "velvet-1.2.10". I ran velveth.sh with the following code:
velveth OutputKmer119 119 -shortPaired -fastq -separate /home/.../trimmed_R1.fastq /home/.../trimmed_R2.fastq
The error below is returned.
"10134 Segmentation fault"
Additionally, this is the log file:
Compilation settings:
CATEGORIES = 2
MAXKMERLENGTH = 149
The output folder, OutputKmer119, has two files: Sequences and Log
I would appreciate any help regarding how to fix this step in the assembly. Thank you!
The text was updated successfully, but these errors were encountered: