-
Notifications
You must be signed in to change notification settings - Fork 13
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
ERROR: LoadError: GeneticVariation.VCF.Reader #95
Comments
Hi @monete , Let's get this sorted! That error is coming from a dependency package which we use to read the VCF file. It doesn't like something that appears on line 200. Can you paste lines 195-205 of the VCF file as a reply below? We'll look for formatting or special symbols which the reader function may not be expecting. I'll ping the GeneticVariation.jl package developer to assist further. @benjward Do you know whether VCF files produced by GATK v3.8 are supported by GeneticVariation.jl package readheader!() function? Can you help us troubleshoot once @monete has sent us the offending VCF line? |
Hi @gtollefson I'm pasting here lines between 195-201 (after line 201 there are variants information).
I'm summarizing sample names here, since I have 450 names. |
@monete Ah ha! Ok, I'm guessing the readheader! function that we depend on is not expecting the header line title "variationPropertyDocumentationUrl " or isn't expecting one of the special characters in the url. I would delete that line in a text editor, save a new vcf file, and then rerun and let us know what you get. |
Hi @gtollefson I'm trying to running this program on a slurm HPC system. But when I submit the job (with the command line identical to the test), this error appeared:
Do you have any tip for me about this? Thank you for your time. |
@monete no problem, I’m happy you’re using our tool! We’ll solve it. Can you run the command to completion on the command line? It would help to know if it works there before debugging on the shared computing network. If you ran it in the login node but it didn’t complete, it’s possible that it didn’t reach that point in the run to trigger the error yet, since there are less resources available on the login node. |
Hi @gtollefson Command line:
Output:
Thanks again :) |
Hi @monete, The version of VCF files we developed VIVA to expect caps alternate allele numbers at 6, so it doesn't expect 3/7. I will modify the code to allow allele values over 6 so it can interpret 3/7, which interprets the variant as a heterozygous variant. We're in the middle of preparing several manuscripts/results for other projects so it may take me some time to push the changes. In the meantime, if you are able to change the 3/7 value to 3/6 using find and replace in a text editor, it should run. Let me know how it goes. Otherwise, I'll ping you here once I push this fix. |
Hi,
I'm writing to ask about an error which appeared to me when I ran VIVA for the first time.
I've ran the command below:
So, I've got this error here:
Such VCF was obtained by GATK v3.8 best practices pipeline.
After haplotypecaller, I've ran combineGVCFs, after this, GenotypeGVCF.
I really appreciate if someone could help me here.
Thank you very much for your time.
The text was updated successfully, but these errors were encountered: