-
Notifications
You must be signed in to change notification settings - Fork 3
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" using spitted vcf files #15
Comments
Could you post an example invocation and an original file to debug? |
Here it the command line: The (zipped) input files are here Thanks |
Hello Peter, |
@liangjiaoxue not Peter, but good luck! |
Hi Liangjiao,
Alright. Let me know if the issue persists afterwards and I'll get right on
it.
Peter
…On Fri, Jan 27, 2017, 11:33 AM Nils Homer ***@***.***> wrote:
@liangjiaoxue <https://github.com/liangjiaoxue> not Peter, but good luck!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#15 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AGga6FjJet4tY07-ed_SfAWHGYqnUcE3ks5rWkaXgaJpZM4LwAUm>
.
|
Hello Nils and Peter, I think I can repeat the error now. This was caused by an error in the VCF file. If there is no "\n" at the end of the last line (as in my manually generated testing file), HapCUT2 will report "segmentation fault". Liangjiao |
Hi Peter,
I am trying to split one large vcf file into smaller files so that I could run the jobs parallelly. I always get the "segmentation fault" error for some of the small files(7 of 22 total files). However, the HapCUT2 works well on the original file.
Could you please give some suggestion to fix this? Thanks!
Liangjiao
The text was updated successfully, but these errors were encountered: