compbiocore / VariantVisualization.jl

Julia package powering VIVA, our tool for visualization of genomic variation data. Manual:
https://compbiocore.github.io/VariantVisualization.jl/stable/
Other
82 stars 13 forks source link

IOError: mkdir: no such file or directory (ENOENT) #102

Closed ajandria closed 3 years ago

ajandria commented 3 years ago

I have checked node.js, npm so far and I think WebIO as well. Moved the directory and files a few times and made a fresh install of Julia. Still the same thing: IOError: mkdir: no such file or directory (ENOENT).

gtollefson commented 3 years ago

Hi @SodzieR ,

Thank you for bringing this issue up. Let's get this solved! Can you paste the complete julia command that you ran and the entire stacktrace? It seems like the working directory doesn't exist. When you are in the Julia REPL, what do you get when you run:

julia> filesize("YOUR_VCF_FILENAME_WITH_PATH")

George

ajandria commented 3 years ago

I got it working eventually on Ubuntu.

Anyway thank you :)