nf-core/oncoanalyser
A comprehensive cancer DNA/RNA analysis and reporting pipeline
1.0.0
). The latest
stable release is
2.1.0
.
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.
string
^\S+\.csv$
The output directory where the results will be saved. You have to use absolute paths to storage on Cloud infrastructure.
string
Other options specific to this pipeline.
Email address for completion summary.
string
^([a-zA-Z0-9_\-\.]+)@([a-zA-Z0-9_\-\.]+)\.([a-zA-Z]{2,5})$
Workflow run mode.
string
^(wgts|targeted)
Name of panel to use.
string
Skip check for restricted genome.
boolean
Run only processes manually provided in processes_include.
boolean
Pipeline processes to exclude.
string
Pipeline processes to include.
string
Prepare and write reference output only.
boolean
Create placeholders for reference data during stub run.
boolean
When positive, will use fastp to split fastq files so that each resultant fastq file has no more than max_fastq_records records. When nonpositive, fastp is not used and the provided fastq files are passed as-is to the aligner.
integer
Path to GRIDSS configuration file.
string
User defined RNA read length used for Isofox.
integer
User defined Isofox expected GC ratios file.
string
User defined Isofox expected counts files (read length dependent).
string
User defined Isofox TPM normalisation file for panel data.
string
User defined Isofox gene list file for panel data.
string
Semicolon-separated list of Isofox functions to run
string
TRANSCRIPT_COUNTS;ALT_SPLICE_JUNCTIONS;FUSIONS;RETAINED_INTRONS
Reference data files and options required for the workflow.
Name of genome reference.
string
Version of reference genome.
string
Type of reference genome.
string
Do not load the iGenomes reference config.
boolean
Path to HMF data.
string
Path to panel data.
string
Path to VIRUSBreakend database (directory or tarball).
string
Path to HLA slice BED file.
^\S+\.bed$
Parameters used to describe centralised config profiles. These should not be edited.
Git commit id for Institutional configs.
string
master
Base directory for Institutional configs.
string
https://raw.githubusercontent.com/nf-core/configs/master
Institutional config name.
string
Institutional config description.
string
Institutional config contact information.
string
Institutional config URL link.
string
Set the top limit for requested resources for any single job.
Maximum number of CPUs that can be requested for any single job.
integer
16
Maximum amount of memory that can be requested for any single job.
string
128.GB
^\d+(\.\d+)?\.?\s*(K|M|G|T)?B$
Maximum amount of time that can be requested for any single job.
string
240.h
^(\d+\.?\s*(s|m|h|d|day)\s*)+$
Less common options for the pipeline, typically set in a config file.
Display help text.
boolean
Display version and exit.
boolean
Method used to save pipeline results to output directory.
string
Email address for completion summary, only when pipeline fails.
string
^([a-zA-Z0-9_\-\.]+)@([a-zA-Z0-9_\-\.]+)\.([a-zA-Z]{2,5})$
Send plain-text email instead of HTML.
boolean
Do not use coloured log outputs.
boolean
Incoming hook URL for messaging service
string
Boolean whether to validate parameters against the schema at runtime
boolean
true
Show all params when using --help
boolean
Validation of parameters fails when an unrecognised parameter is found.
boolean
Validation of parameters in lenient more.
boolean