Installation

Stable release

To install nanopore-parser-cli, run this command in your terminal:

$ mvn install

This is the preferred method to install nanopore-parser-cli, as it will always install the most recent stable release.

If you don’t have maven installed you can get it from here

From sources

The sources for nanopore-parser-cli can be downloaded from the Github repo.

You can either clone the public repository:

$ git clone git://github.com/qbicsoftware/nanopore-parser-cli

Or download the tarball:

$ curl -OJL https://github.com/qbicsoftware/nanopore-parser-cli/tarball/master

Once you have a copy of the source, you can install it with:

$ mvn install