nextflow-base

nextflow CircleCI Build Status Build Status Docker Cloud Build Status

About

A basic boilerplate structure for Nextflow based pipelines with continues integration test case added. This is mostly inspired by nf-core code and structure style.

Currently on this pipeline three basic steps on any Sequence based analysis (starts from fastq files) present -

This can be used as a base to add other process.

Clone and Modify

git clone https://github.com/codingene/nextflow-base.git

Test Run

Without cloning if just want to test run it.

nextflow run codingene/nextflow-base -profile test,docker

This will directly pull the repo from GitHub and execute.

Check the Documentation for more.