Define the models and baselines to be tested.

Model to be tested.

required
type: string

Baselines to be tested.

required
type: string

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

Run ID for the pipeline.

required
type: string

Name of the dataset.

required
type: string

The output directory where the results will be saved. Default is results/

required
type: string

Email address for completion summary.

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

Define the mode in which the pipeline will be run.

Run the pipeline in test mode LPO (Leave-random-Pairs-Out), LCO (Leave-Cell-line-Out), or LDO (Leave-Drug-Out).

required
type: string
default: LPO

Options for randomization.

Randomization mode for the pipeline.

type: string

Randomization type for the pipeline.

type: string
default: permutation

Options for robustness.

Number of trials to run for the robustness test

type: integer

Options for data input.

Path to the data directory.

type: string

The name of the measure to use

type: string
default: LN_IC50

Datasets for cross-study prediction.

type: string

Additional options for the pipeline.

If True, use refit measures instead of original measures reported by the authors for the available datasets, or invoke automatic fitting of custom raw viability data.

type: boolean

Optimization metric for the pipeline.

type: string
default: RMSE

Number of cross-validation splits.

type: integer
default: 10

Response transformation

type: string

Model checkpoint directory

type: string
default: TEMPORARY

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