Parameters

Input/output options

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

--input

type: 'string'

Path to comma-separated file containing information about the samples in the experiment.

required

You will need to create a design file with information about the samples in your experiment before running the pipeline. Use this parameter to specify its location. It has to be a comma-separated file with 3 columns, and a header row.

pattern: ^\S+\.csv$

--align

type: 'boolean'

Turn on optional alignment before running the rest of the pipeline.

--mask

type: 'boolean'

Turn on optional genome masking if needed.

--fetchngs_samplesheet

type: 'boolean'

Turn on the conversion from a nf-core/fetchngs samplesheet.

--yaml

type: 'string'

Custom config file for draft assembly

--image_format

type: 'string'

Select the format of the output images.

--outdir

type: 'string'

The output directory where the results will be saved. You have to use absolute paths to storage on Cloud infrastructure.

default: 'results'
required

--email

type: 'string'

Email address for completion summary.

Set this parameter to your e-mail address to get a summary e-mail with details of the run sent to you when the workflow exits. If set in your user config file (~/.nextflow/config) then you don't need to specify this on the command line for every run.

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

--multiqc_title

type: 'string'

MultiQC report title. Printed as page header, used for filename if not otherwise specified.

Reference genome options

Reference genome related files and options required for the workflow.

--taxon

Name or taxonomy ID for the genome species

required

--accession

type: 'string'

Genome accession where available or an identifier for draft assemblies

required

--fasta

type: 'string'

Path to FASTA genome file.

required

Databases

Define the location and parameters to work with databases.

--taxa_file

type: 'string'

Path to file containing the BUSCO lineages for the genome species

If this file is not included, the relevant BUSCO lineages are automatically calculated using the taxon parameter.

--busco

type: 'string'

Local directory where clade-specific BUSCO lineage datasets are stored

--blastp_cols

type: 'string'

When blastp_outext is 'txt', this is the list of columns that Diamond BLAST should print.

default: 'qseqid staxids bitscore qseqid sseqid pident length mismatch gapopen qstart qend sstart send evalue bitscore'

--blastp_outext

type: 'string'

Extension (file format) of the output file from Diamond BLAST.

--blastx_cols

type: 'string'

When blastx_outext is 'txt', this is the list of columns that Diamond BLAST should print.

default: 'qseqid staxids bitscore qseqid sseqid pident length mismatch gapopen qstart qend sstart send evalue bitscore'

--blastx_outext

type: 'string'

Extension (file format) of the output file from Diamond BLAST.

--blastp

type: 'string'

Path to the Diamond species-specific buscogenes database

required

--blastx

type: 'string'

Path to the Diamond species-specific buscoregions database

required

--blastn

type: 'string'

Path to the nucleotide BLAST database

required

--taxdump

type: 'string'

Path to the new NCBI tax dump database

required

Institutional config options

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

hidden

The centralised nf-core configuration profiles use a handful of pipeline parameters to describe themselves. This information is then printed to the Nextflow log when you run a pipeline. You should not need to change these values when you run a pipeline.

--custom_config_version

type: 'string'

Git commit id for Institutional configs.

default: 'master'
hidden

--custom_config_base

type: 'string'

Base directory for Institutional configs.

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

If you're running offline, Nextflow will not be able to fetch the institutional config files from the internet. If you don't need them, then this is not a problem. If you do need them, you should download the files from the repo and tell Nextflow where to find them with this parameter.

--config_profile_name

type: 'string'

Institutional config name.

hidden

--config_profile_description

type: 'string'

Institutional config description.

hidden

--config_profile_contact

type: 'string'

Institutional config contact information.

hidden

--config_profile_url

type: 'string'

Institutional config URL link.

hidden

Max job request options

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

hidden

If you are running on a smaller system, a pipeline step requesting more resources than are available may cause the Nextflow to stop the run with an error. These options allow you to cap the maximum resources requested by any single job so that the pipeline will run on your system.

Note that you can not increase the resources requested by any job using these options. For that you will need your own configuration file. See the nf-core website for details.

--max_cpus

type: 'integer'

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

default: 16
hidden

Use to set an upper-limit for the CPU requirement for each process. Should be an integer e.g. --max_cpus 1

--max_memory

type: 'string'

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

default: '128.GB'
hidden

Use to set an upper-limit for the memory requirement for each process. Should be a string in the format integer-unit e.g. --max_memory '8.GB'

pattern: ^\d+(\.\d+)?\.?\s*(K|M|G|T)?B$

--max_time

type: 'string'

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

default: '240.h'
hidden

Use to set an upper-limit for the time requirement for each process. Should be a string in the format integer-unit e.g. --max_time '2.h'

pattern: ^(\d+\.?\s*(s|m|h|d|day)\s*)+$

Generic options

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

These options are common to all nf-core pipelines and allow you to customise some of the core preferences for how the pipeline runs.

Typically these options would be set in a Nextflow config file loaded for all pipeline runs, such as ~/.nextflow/config.

--help

type: 'boolean'

Display help text.

hidden

--version

type: 'boolean'

Display version and exit.

hidden

--publish_dir_mode

type: 'string'

Method used to save pipeline results to output directory.

The Nextflow publishDir option specifies which intermediate files should be saved to the output directory. This option tells the pipeline what method should be used to move these files. See Nextflow docs for details.

--email_on_fail

type: 'string'

Email address for completion summary, only when pipeline fails.

hidden

An email address to send a summary email to when the pipeline is completed - ONLY sent if the pipeline does not exit successfully.

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

--plaintext_email

type: 'boolean'

Send plain-text email instead of HTML.

hidden

--max_multiqc_email_size

type: 'string'

File size limit when attaching MultiQC reports to summary emails.

default: '25.MB'
hidden

--monochrome_logs

type: 'boolean'

Do not use coloured log outputs.

hidden

--hook_url

type: 'string'

Incoming hook URL for messaging service

hidden

Incoming hook URL for messaging service. Currently, MS Teams and Slack are supported.

--multiqc_config

type: 'string'

Custom config file to supply to MultiQC.

hidden
type: 'string'

Custom logo file to supply to MultiQC. File name must also be set in the MultiQC config file

hidden

--multiqc_methods_description

type: 'string'

Custom MultiQC yaml file containing HTML including a methods description.

--validate_params

type: 'boolean'

Boolean whether to validate parameters against the schema at runtime

default: 1
hidden

--validationShowHiddenParams

type: 'boolean'

Show all params when using --help

hidden

By default, parameters set as hidden in the schema are not shown on the command line when a user runs with --help. Specifying this option will tell the pipeline to show all parameters.

--validationFailUnrecognisedParams

type: 'boolean'

Validation of parameters fails when an unrecognised parameter is found.

hidden

By default, when an unrecognised parameter is found, it returns a warinig.

--validationLenientMode

type: 'boolean'

Validation of parameters in lenient more.

hidden

Allows string values that are parseable as numbers or booleans. For further information see JSONSchema docs.

The following uncommon parameters have been hidden: --custom_config_version, --custom_config_base, --config_profile_name, --config_profile_description, --config_profile_contact, --config_profile_url, --max_cpus, --max_memory, --max_time, --help, --version, --publish_dir_mode, --email_on_fail, --plaintext_email, --max_multiqc_email_size, --monochrome_logs, --hook_url, --multiqc_config, --multiqc_logo, --validate_params, --validationShowHiddenParams, --validationFailUnrecognisedParams, --validationLenientMode

to show all hidden params.