Skip to content
This repository has been archived by the owner on Jun 26, 2019. It is now read-only.

Latest commit

 

History

History
executable file
·
16 lines (10 loc) · 999 Bytes

usage.md

File metadata and controls

executable file
·
16 lines (10 loc) · 999 Bytes

Run pipeline

When you have installed and configured the pipeline, prepared the reference genome, and created a design file you can run it with the command below in the top-level directory of the pipeline:

nextflow run main.nf --design <DESIGN_FILE_PATH> --genome <GENOME_NAME> -profile <PROFILE_NAME>

You can also specify parameters at the command-line to override those provided in the config files. A list of these can be obtained with:

nextflow run main.nf --help

A template script (run_pipeline.sh) outlining the steps and commands required to run the pipeline is also available to customise.