Illumina / Nirvana

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

Build Error #53

Open LvLH opened 3 years ago

LvLH commented 3 years ago

Hi, I got started for Nirvana: git clone https://github.com/Illumina/Nirvana.git; cd Nirvana; dotnet build -c Release However, I got the error: `v2/Header.cs(9,6): error CS1513: } expected [/home/llh/Nirvana/IO/IO.csproj] v2/Header.cs(36,1): error CS1022: Type or namespace definition, or end-of-file expected [/home/llh/Nirvana/IO/IO.csproj] CommandLine -> /home/llh/Nirvana/bin/Release/netcoreapp3.1/CommandLine.dll

Build FAILED.

v2/Header.cs(9,6): error CS1513: } expected [/home/llh/Nirvana/IO/IO.csproj] v2/Header.cs(36,1): error CS1022: Type or namespace definition, or end-of-file expected [/home/llh/Nirvana/IO/IO.csproj] 0 Warning(s) 2 Error(s) ` Your help will be greatly appreciated