Illumina / Nirvana

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

TestNirvana.sh fails #29

Closed nicokrez closed 4 years ago

nicokrez commented 5 years ago

Hi,

when I run the most recent TestNirvana.sh from I get the following error:

/usr/share/dotnet/sdk/3.0.100/NuGet.targets(123,5): error : Unable to load the service index for source https://api.nuget.org/v3/index.json. [/media/data/additional_genome_information/NIRVANA/3.5.0/Nirvana/Nirvana.sln] /usr/share/dotnet/sdk/3.0.100/NuGet.targets(123,5): error : GSSAPI operation failed with error - An invalid name was supplied (Configuration file does not specify default realm). [/media/data/additional_genome_information/NIRVANA/3.5.0/Nirvana/Nirvana.sln]

Best, Nicolas

nicokrez commented 4 years ago

Hi,

I am working on Ubuntu 18.04 server, should have already mentioned in my initial post. I solved it here is my solution for anyone who might have the same problem. It is not a bug related to NIRVANA but to nuget from dotnet.


- downloaded service index to nuget packages:
`~/.nuget/packages$ wget https://api.nuget.org/v3/index.json`

Best,
Nicolas