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

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

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

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

required
type: string

Email address for completion summary.

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

Parameters specific to the EpiSegMix algorithm configuration.

Run the standard HMM model (default).

type: boolean

Run the duration HMM (DM) model to account for segment length.

type: boolean

Run the DNA methylation mode.

type: boolean

Run the distribution fitting mode to find optimal statistical distributions.

type: boolean

Run only count generation (skip all downstream analysis).

type: boolean

Automatically run standard segmentation using the best-fit distributions after ‘fitting’ mode completes.

type: boolean

Comma-separated list of statistical distributions to test during ‘fitting’ mode (e.g., ‘NBI,P,ZINB’).

type: string
default: NBI,SI,BNB

Genomic bin size in base pairs used for discretising the genome.

type: integer
default: 200

Number of chromatin states in the HMM model.

type: integer,string
default: 8

Merge adjacent segments with the same chromatin state label.

type: boolean

Decoding algorithm for inferring the most likely chromatin state sequence.

type: string

Adjustment parameter for emission probability smoothing.

hidden
type: integer
default: 2

Maximum number of iterations for model training.

hidden
type: integer
default: 200

Convergence threshold for the algorithm.

hidden
type: number
default: 1

Chromosome used for initial parameter estimation. Specify by index or name.

type: string,integer
default: 12

Default distribution model for histone modification counts if not specified in the samplesheet (e.g. NBI for negative binomial).

type: string
default: NBI

Default distribution model for DNA methylation levels if not specified in the samplesheet (e.g. BI for beta-binomial).

type: string
default: BI

Reference genome related files and options required for the workflow.

Name of reference genome.

type: string
default: hg38

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

Incoming hook URL for messaging service

hidden
type: string

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/

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