nh13 / bfx-examples

Bioinformatics Example Repository
https://nh13.github.io/bfx-examples/
MIT License
3 stars 0 forks source link

License Language

Bioinformatics Example Repository

This repository contains example tools and pipelines discussed on my blog.

Detailed user documentation is available on the project website including tool usage, pipeline usage, and documentation of metrics produced.

Posts

Below we list posts that reference example tools, pipelines, and metrics contained in this repository:

Building

Cloning the Repository

To clone the repository: git clone https://github.com/nh13/bfx-examples.git

Running the build

bfx-examples is built using sbt.

Use sbt assembly to build an executable jar for tools in tools/target/scala-2.12/ and for pipelines in pipelines/target/scala-2.12/. Tests may be run with sbt test. Java SE 8 is required.

Command line

Configuring pipelines

Please see the example bfx-examples-pipelines configuration for customizing dagr for your environment.