Skip to content

Commit

Permalink
make linting happy
Browse files Browse the repository at this point in the history
  • Loading branch information
nvnieuwk committed Oct 11, 2024
1 parent 24d4518 commit 411a6bb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .nf-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ lint:
- custom_config
- manifest.name
- manifest.homePage
- validation.help.afterText
- validation.summary.afterText
nf_core_version: 3.0.1
repository_type: pipeline
template:
Expand Down
1 change: 0 additions & 1 deletion conf/base.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

process {

// TODO nf-core: Check the defaults for all processes
cpus = { 1 * task.attempt }
memory = { 8.GB * task.attempt }
time = { 4.h * task.attempt }
Expand Down
5 changes: 3 additions & 2 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,6 @@ profiles {
includeConfig !System.getenv('NXF_OFFLINE') && params.custom_config_base ? "${params.custom_config_base}/nfcore_custom.config" : "/dev/null"

// Load nf-cmgg/germline custom profiles from different institutions.
// TODO nf-core: Optionally, you can add a pipeline-specific nf-core config at https://github.com/nf-core/configs
// includeConfig !System.getenv('NXF_OFFLINE') && params.custom_config_base ? "${params.custom_config_base}/pipeline/germline.config" : "/dev/null"

// Set default registry for Apptainer, Docker, Podman, Charliecloud and Singularity independent of -profile
// Will not be used unless Apptainer / Docker / Podman / Charliecloud / Singularity are enabled
Expand Down Expand Up @@ -323,6 +321,9 @@ validation {
-\033[2m----------------------------------------------------\033[0m-
"""
}
summary {
beforeText = validation.help.beforeText
}
}

// Load modules.config for DSL2 module specific options
Expand Down

0 comments on commit 411a6bb

Please sign in to comment.