Entering edit mode
5.0 years ago
gcooper1245
▴
10
I have been following the guide the recently published Nature paper linked on Github. I have been able to install Julia and add it to my path. Yet, when I try to run the block of code they suggest in the the next step to install the package, it returns this error
-bash: syntax error near unexpected token `('
I am using a MacOSX version 10.14.5. Has anyone else been able to install this program successfully? Any help would be appreciated.
sorry which specific line of the codes were you referring to?
https://github.com/compbiocore/VariantVisualization.jl
Ok! I assume you have cloned the github Repo if you haven't done it yet, you can follow the tutorial on github page; https://help.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository
try this instead on the command line
$ julia VariantVisualization.jl
while making sure that the VariantVisualization.jl is in the current working directory or point to the exact location of VariantVisualization.jl on your local computer.Yes I am talking about Step 2. So I cloned the VariantVisualizaton.jl into my local, and when I tried to run the same command you pasted above, it returned this.
Then when I follow the next step and open up a new terminal, the viva command cannot be found. It appears that it is not installing the right tool.
And if I try what you said, it returns this.
Which code exactly? Is it step 2?
edit: IMO that's a horrible installation setup. Not really worth it for.. what 2 heat maps it produces?
Do you have another tool you think would be easier to visualize VCF's?
For me
vcfR
+ your fav visualisation tool will happily do. The manual of vcfR is really good and demonstrates several possible visualisations possible: https://knausb.github.io/vcfR_documentation/index.html