A Scala3 program to read .ngs files and serialise them into JSON files
- Clone the repository
- Run
sbt runin the root directory - Enter the path to the .ngs file you want to serialise
- The JSON file will be created in the same directory as the .ngs file
- Enjoy!
Run sbt clean assembly a.jar file will be created in target/scala-3.3.1