Illumina / Nirvana

The nimble & robust variant annotator
https://illumina.github.io/NirvanaDocumentation/
GNU General Public License v3.0
170 stars 44 forks source link

Unable to clone git? #59

Closed vaipathak closed 2 years ago

vaipathak commented 2 years ago

Hi,

Thanks for the informative Getting Started guide! I have an issue when I try to clone Nirvana from git - I get the following error:

git clone https://github.com/Illumina/Nirvana.git Cloning into 'Nirvana'... /opt/rh/rh-git218/root/usr/libexec/git-core/git-remote-https: error while loading shared libraries: libcurl-httpd24.so.4: cannot open shared object file: No such file or directory

I did download the zipped files with the bins, but unsure if I am correctly able to have dotnet interact with Nirvana's .dlls For example I also get the following error:

`Could not execute because the specified command or file was not found. Possible reasons for this include:

Currently I have dotnet installed globally on our HPC and it's version 5.0. Do I need to downgrade to 3.1?

Any guidance would be appreciated, thanks!