-
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
compiled binary files #41
Comments
@flystar233 Unfortunately, we are not currently able to offer compiled binary files containing an executable version of VIVA. However, we are working on this for a future release. What part of the Julia language installation or package installation are you having trouble with? I would be happy to work with you to get Julia and our package installed so that you can use our VCF visualization tool, VIVA. Join the Julia Slack community and send me a direct message. My Slack username is gtollefson. You can join the Julia Slack channel following instructions here: https://discourse.julialang.org/t/announcing-a-julia-slack/4866 |
There are so many dependency packages that I don't think it's all useful. The packages of julia still have too many deadly bugs in the repair process, such as building and network connections. Using R or Python might be a wise choice |
@flystar233 Can you tell me specifically what your errors are? Our dependency builds are all passing and we perform cross platform testing on macOS, Windows, and Linux operating systems. Please tell me what operating system and Julia version you are using. Additionally, since you mention network connections, tell me if you are installing Julia packages on a shared network with firewalls or on a remote server. Please post the complete error messages that you receive when trying to install VariantVisualization.jl and when building any broken dependencies. We carefully chose to build VIVA using Julia language, rather than Python or R, for a variety of reasons including its power, efficiency, and growing popularity in data science and biology research. You can read more about why we chose to use Julia by reading our preprint here: https://www.biorxiv.org/content/10.1101/589879v1 |
Thank you for your patience. My operating system is Win10 and Julia version is 1.0.3 (I tried version 1.1.0 too). There are several mistakes: |
@flystar233 I’m happy to help and very glad you are interested in using our tool 😊. I’m confused by your description of the error messages. Can you copy and paste the complete error messages from your command line output? Please include all error messages you receive when you:
|
Rsvg builds (along with LibCURL and WinRPM) on Windows 10 64 and 32 bit for me. I recommend sharing your error messages and system configurations on the following package issues pages: https://github.com/JuliaWeb/LibCURL.jl/issues It looks like this may be an issue with BinaryProvider. Here's a similar error with a fix, for a different package. jump-dev/Clp.jl#38 You could reference this issue jump-dev/Clp.jl#38 as it may be relevant. |
@flystar233 Were you able to set up and use VIVA? |
@flystar233 I'm going to close this, but please feel free to ask any questions here in the future. |
@flystar233 We've developed a Docker container to run VIVA. This way, you won't have to install Julia or Julia package dependencies to run the tool. You just need to install Docker - check out our new installation docs |
Can you provide compiled binary files? It's too difficult for Julia to install and use packages
The text was updated successfully, but these errors were encountered: