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

Path to json file containing metadata and microhaplotypes according to pmo format.

type: string
pattern: ^\S+\.json$

Path to tab separated file containing microhaplotypes for specimens.

type: string
pattern: ^\S+\.[ct]sv$

Path to input samplesheet (unused; kept for nf-core template lint compatibility).

hidden
type: null

Path to BED file containing individual loci of interest.

required
type: string
pattern: ^\S+\.bed$

Path to tab separated file containing groups of loci of interest. Multi-locus allele frequency estimation is skipped when this parameter is not provided.

type: string,null
pattern: ^\S+\.[ct]sv$

Path to BED file containing panel location information.

type: string
pattern: ^\S+\.bed$

Path to tab separated file containing population assignment for each specimen_name.

type: string
pattern: ^\S+\.[ct]sv$

Comma-separated list of PMO specimen metadata field names to combine into the population label (e.g. “collection_country, collection_date”). Whitespace is ignored.

type: string,null

String used to join the selected pmo_population_fields when building the population label.

type: string,null
default: _

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

type: string
default: output

Email address for completion summary.

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

Reference genome related files and options required for the workflow.

Path to FASTA file containing the full genome.

type: string
pattern: ^\S+\.fn?a(sta)?(\.gz)?$

Path to FASTA file containing the reference for only the targets.

type: string
pattern: ^\S+\.fn?a(sta)?(\.gz)?$

Parameters used to define the methods used for each step of the pipeline.

Method for multi-locus allele frequency estimates.

type: string

Method for single-locus allele frequency estimates.

type: string

Extra arguments supplied when translating loci of interest

type: string

Naive SLAF method when –slaf_method is naive.

type: string

label for population/ this individual pipeline run.

type: string
default: pop1

when running MLBM, a cut off value for filtering amino acid calls.

hidden
type: integer,null

Naive MLAF method when –mlaf_method is naive.

type: string

wsaf cut off for naive multilocus estimates.

hidden
type: number,null

COI lrank for dcifer slaf wrapper.

hidden
type: integer,null

qstart for dcifer slaf wrapper.

hidden
type: number,null

tolerance for dcifer slaf wrapper.

hidden
type: number,null

Tool used for –slaf_method mhaps_freq.

type: string

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 config name.

hidden
type: string

Institutional config description.

hidden
type: string

Institutional config contact information.

hidden
type: string

Institutional config URL link.

hidden
type: string

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

Display version and exit.

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

Boolean whether to validate parameters against the schema at runtime

hidden
type: boolean
default: true

Base URL or local path to location of pipeline test dataset files

hidden
type: string
default: https://raw.githubusercontent.com/nf-core/test-datasets/refs/heads/plasmodiumdrugres/

Suffix to add to the trace report filename. Default is the date and time in the format yyyy-MM-dd_HH-mm-ss.

hidden
type: string

Display the help message.

type: boolean,string

Display the full detailed help message.

type: boolean

Display hidden parameters in the help message (only works when –help or –help_full are provided).

type: boolean