-
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: ArgumentError: invalid base 10 digit '_' #113
Comments
I have the same issue. I think its due to how it's handling the hg38 chr1_KI270709v1_random contig and it disappears if you use -r to input a chromosome range it can handle. However, when I do this I get either a different error as below, or if I restrict to a region with only one variant it completes but the output is blank.
Trialled with the test vcf restricting to known variants: ''' viva -f ~/.julia/packages/VariantVisualization/WXNGP/test/test_files/test_4X_191.vcf -r chr4:99541140-100694985 Welcome to VIVA. Loading dependency packages: ┌ Warning: ORCA.jl has been deprecated and all savefig functionality Finished loading packages! Reading /Users/philipelliott/.julia/packages/VariantVisualization/WXNGP/test/test_files/test_4X_191.vcf ... Selected 300 variants within chromosome range: chr4:99541140-100694985 The same as error #105, so I assume it's my vcf for the first errors and my environment for the last. |
Hi all,
After a successful installation of VIVA, a simple command line such as "viva -f myfile.vcf -o output" ends with next error message:
ERROR: LoadError: ArgumentError: invalid base 10 digit '_' in "1_KI270712v1_random"
After some stacktrace lines the last output message: "in expression starting at /usr/local/bin/viva:407"
Any reply from the VIVA developers trying to fix that error will be welcome. Thank you in advance.
The text was updated successfully, but these errors were encountered: