We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc0cab2 commit 863ba7dCopy full SHA for 863ba7d
2 files changed
.nf-core.yml
@@ -21,4 +21,4 @@ template:
21
skip_features:
22
- fastqc
23
- igenomes
24
- version: 1.1.0dev
+ version: 1.1.0dev
subworkflows/local/utils_nfcore_proteinannotator_pipeline/main.nf
@@ -27,7 +27,7 @@ workflow PIPELINE_INITIALISATION {
27
take:
28
version // boolean: Display version and exit
29
validate_params // boolean: Boolean whether to validate parameters against the schema at runtime
30
- _monochrome_logs // boolean: Do not use coloured log outputs
+ monochrome_logs // boolean: Do not use coloured log outputs
31
nextflow_cli_args // array: List of positional nextflow CLI args
32
outdir // string: The output directory where the results will be saved
33
input // string: Path to input samplesheet
0 commit comments