compbiocore / VariantVisualization.jl

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

viva cannot be installed #120

Open yifangt-ACRD opened 2 weeks ago

yifangt-ACRD commented 2 weeks ago

I create a conda environment trying to install VIVA in a cluster. After I run following steps according to the instruction:

julia
]add VariantVisualization
exit()

There was not error, but no binary for viva.

$ which viva
$ 

I must have missed something important as I am not familiar with Julia, especially about the instruction: Linux Note: To run on remote compute clusters, you may need to load the opengl and julia modules.

Could you be more specific with VIVA installation for my this case? Thank you!