Skip to content

Latest commit

 

History

History
 
 

{{cookiecutter.pipeline_slug}}

{{ cookiecutter.pipeline_name }}

{{ cookiecutter.pipeline_short_description }}

[![Build Status](https://travis-ci.org/{{ cookiecutter.github_repo }}.svg?branch=master)](https://travis-ci.org/{{ cookiecutter.github_repo }}) Nextflow

install with bioconda [![Docker](https://img.shields.io/docker/automated/{{ cookiecutter.dockerhub_slug }}.svg)](https://hub.docker.com/r/{{ cookiecutter.dockerhub_slug }}) Singularity Container available

Introduction

{{ cookiecutter.pipeline_name }}: {{ cookiecutter.pipeline_short_description }}

The pipeline is built using Nextflow, a workflow tool to run tasks across multiple compute infrastructures in a very portable manner. It comes with docker / singularity containers making installation trivial and results highly reproducible.

Documentation

The {{ cookiecutter.pipeline_name }} pipeline comes with documentation about the pipeline, found in the docs/ directory:

  1. Installation
  2. Pipeline configuration
  3. Running the pipeline
  4. Output and how to interpret the results
  5. Troubleshooting

Credits

This pipeline was written by {{ cookiecutter.author_name }} ([{{ cookiecutter.author_github_username }}]({{ cookiecutter.author_homepage }})) at [{{ cookiecutter.author_affiliation }}]({{ cookiecutter.author_affiliation_homepage }}).