Define where the pipeline should find input data and save output data.

Path to a sample sheet describing paths to input fastq files

required
type: string

The output directory where the results will be saved.

type: string
default: ./results

Email address for completion summary.

type: string
pattern: ^([a-zA-Z0-9_\-\.]+)@([a-zA-Z0-9_\-\.]+)\.([a-zA-Z]{2,5})$

Path to a fasta file of the reference sequence

required
type: string

Trim reads

type: boolean
default: true

Saved failed read files after trimminng

type: boolean

path to file containing adapters in fasta format

type: string
default: ${baseDir}/assets/adapters.fas

Turn off subsampling

type: boolean

Desired coverage depth when subsampling

type: integer
default: 100

Specify genome size for subsampling rather than estimation using mash sketch

type: string

Remove recombination using gubbins

type: boolean

Maximum non GATC bases (i.e - and N) to allow in pseudogenome sequences

type: number
default: 0.5

Build a tree using the RapidNJ neighbour-joining algorithm

type: boolean

Build a tree using the FastTree approximate ML algorithm

type: boolean

Build a tree using the IQ-TREE ML algorithm

type: boolean

Build a tree using the RAxML-NG ML algorithm

type: boolean

Less common options for the pipeline, typically set in a config file.

Display help text.

hidden
type: boolean

Method used to save pipeline results to output directory.

hidden
type: string

Email address for completion summary, only when pipeline fails.

hidden
type: string
pattern: ^([a-zA-Z0-9_\-\.]+)@([a-zA-Z0-9_\-\.]+)\.([a-zA-Z]{2,5})$

Send plain-text email instead of HTML.

hidden
type: boolean

Do not use coloured log outputs.

hidden
type: boolean

Directory to keep pipeline Nextflow logs and reports.

hidden
type: string
default: ${params.outdir}/pipeline_info

Instead of directly downloading Singularity images for use with Singularity, force the workflow to pull and convert Docker containers instead.

hidden
type: boolean

NOT USED: File size limit when attaching MultiQC reports to summary emails.

hidden
type: string
default: 25.MB

NOT USED: Skip MultiQC

hidden
type: boolean

Custom config file to supply to MultiQC.

hidden
type: string

Custom title for the MultiQC report.

hidden
type: string

enable conda rather than use containers

type: boolean

Boolean whether to validate parameters against the schema at runtime

type: boolean
default: true

Show all params when using --help

type: boolean

Set the top limit for requested resources for any single job.

Maximum number of CPUs that can be requested for any single job.

hidden
type: integer
default: 4

Maximum amount of memory that can be requested for any single job.

hidden
type: string
default: 16.GB
pattern: ^[\d\.]+\s*.(K|M|G|T)?B$

Maximum amount of time that can be requested for any single job.

hidden
type: string
default: 240.h
pattern: ^[\d\.]+\.*(s|m|h|d)$

Parameters used to describe centralised config profiles. These should not be edited.

Git commit id for Institutional configs.

hidden
type: string
default: master

Base directory for Institutional configs.

hidden
type: string
default: https://raw.githubusercontent.com/nf-core/configs/master

Institutional configs hostname.

hidden
type: string

Institutional config description.

hidden
type: string

Institutional config contact information.

hidden
type: string

Institutional config URL link.

hidden
type: string