Skip to content

qbicsoftware/nanopore-parser-cli

Repository files navigation

nanopore-parser-cli

Documentation Status

Dependabot Enabled

Client for running nanopore-parser. nanopore-parser-cli is designed to interoperate with current QBiC Server Infrastructure

Features

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.

Usage

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.

Credits

This project was created with QUBE.

About

A command-line application for validating Oxford Nanopore folder structures.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages