nanopore-parser-cli
Client for running nanopore-parser. nanopore-parser-cli is designed to interoperate with current QBiC Server Infrastructure
- Free software: MIT license
- Documentation: https://nanopore-parser-cli.readthedocs.io.
This tool is responsible for validating a given filetree against the Nanopore filestructure at QBiC. Nanopore-parser-cli runs NanoporeParser from core-utils-lib(https://github.com/qbicsoftware/core-utils-lib), which converts the given filetree into Json Format and compares it with an established internal Json Schema.
To use nanopore-parser-cli in a project:
nanopore-parser-cli is intended as a standalone program, which functions through the usage of the commandline.
The commandline provides the compiled jar file with the path to the filetree which is inspected for validation.
To run nanopore-parser-cli use the following command:
java -jar target/nanopore-parser-cli-1.0.0-SNAPSHOT-jar-with-dependencies.jar -p "<FileTreePath>"
-p is the argument into which the path of the investigated filetree should be put.
This project was created with QUBE.