Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.77 KB

README.md

File metadata and controls

40 lines (24 loc) · 1.77 KB

Nextflow install with bioconda Docker

ecSeq-template Pipeline

ecSeq/template is a simple template for building a new project in Nextflow.

The workflow does .... with tool, producing results with are then ... with other tool. Final results are ... with final tool, and ...

See the output documentation for more details of the results.

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 containers making installation trivial and results highly reproducible.

Quick Start

i. Install nextflow

ii. Install one of docker, singularity or conda

iii. Download the pipeline and test it on a minimal dataset with a single command

nextflow run ecseq/template -profile test,<docker|singularity|conda>

iv. Start running your own analysis!

nextflow run ecseq/template -profile <docker|singularity|conda> --input /path/to/input 

See the usage documentation for all of the available options when running the pipeline.

Credits

These scripts were originally written for use by Your Institute, by You (@your_username).