You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Am I doing something wrong here? Is this issue related to issue #100? Or is this error arising due to incompatibility of the VCF file and GeneticVariation.jl?
Thanks in advance!
P.S: If the codes for downloading missing dependencies are added to the notebook, it'll be easier for new users. If possible, kindly update them in your future releases.
The text was updated successfully, but these errors were encountered:
Hello!,
I am trying to use the Jupyter notebook provided in the following link:
https://github.com/compbiocore/VariantVisualization.jl/blob/master/VIVA.ipynb
I did the following changes for my analysis:
I changed the Jupyter kernel to Julia 1.8.5.
Gave the absolute path to my vcf file in the vcf_filename variable in Code block 1
I am using the phase 3 1000 genomes project vcf file for chr21. It can be obtained from here
Kept the default parameters for all other variables
When encountering errors in code block 6, installed the dependencies via julia in command line.
The following commands were used:
I am encountering an error at the final code block 7. The following is the error:
Am I doing something wrong here? Is this issue related to issue #100? Or is this error arising due to incompatibility of the VCF file and GeneticVariation.jl?
Thanks in advance!
P.S: If the codes for downloading missing dependencies are added to the notebook, it'll be easier for new users. If possible, kindly update them in your future releases.
The text was updated successfully, but these errors were encountered: