Illumina / Nirvana

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

error running nirvana " System.Runtime.InteropServices.SEHException (0x80004005): External component has thrown an exception." #96

Open anapg11 opened 1 year ago

anapg11 commented 1 year ago

I use .NET 6.0 SDK (v6.0.406) and I have installed the latest version of Nirvana.

When I run the command _"dotnet bin/Release/net6.0/Nirvana.dll  -c Data/Cache/GRCh37/Both  --sd Data/SupplementaryAnnotation/GRCh37  -r Data/References/Homosapiens.GRCh37.Nirvana.dat  -i HiSeq.10000.vcf.gz  -o HiSeq.10000"

The following error appears:

"Fatal error. System.Runtime.InteropServices.SEHException (0x80004005): External component has thrown an exception. Repeat 2 times:

   at Compression.Algorithms.Zstandard+SafeNativeMethods.ZSTD_decompress(Byte[], UInt64, Byte[], UInt64)

   at Compression.Algorithms.Zstandard.Decompress(Byte[], Int32, Byte[], Int32)    at Compression.DataStructures.Block.ReadCompressedBlock(System.IO.Stream)    at Compression.DataStructures.Block.Read(System.IO.Stream)    at Compression.FileHandling.BlockStream.Read(Byte[], Int32, Int32)    at IO.BufferedBinaryReader.FillBuffer()    at IO.BufferedBinaryReader..ctor(System.IO.Stream, Boolean, Int32)    at VariantAnnotation.IO.Caches.TranscriptCacheReader..ctor(System.IO.Stream)    at VariantAnnotation.Providers.TranscriptAnnotationProvider.InitiateCache(System.IO.Stream, System.Collections.Generic.Dictionary2<UInt16,Genome.Chromosome>, Genome.GenomeAssembly)    at VariantAnnotation.Providers.TranscriptAnnotationProvider..ctor(System.String, VariantAnnotation.Interface.Providers.ISequenceProvider, VariantAnnotation.Providers.ProteinConservationProvider)    at Nirvana.ProviderUtilities.GetTranscriptAnnotationProvider(System.String, VariantAnnotation.Interface.Providers.ISequenceProvider, VariantAnnotation.Providers.ProteinConservationProvider)    at Nirvana.AnnotationResources..ctor(System.String, System.String, System.Collections.Generic.List1, System.Collections.Generic.List1<Cloud.Messages.SaUrls>, System.String, Boolean, Boolean, VariantAnnotation.PerformanceMetrics)    at Nirvana.Nirvana.GetAnnotationResources()    at Nirvana.Nirvana.ProgramExecution()    at CommandLine.Builders.ConsoleAppErrors.Execute(System.Func1)    at Nirvana.Nirvana.Main(System.String[]) Illegal instruction "