From bd30816b0cf51dcf4c109d79d3d3e962c52c2c70 Mon Sep 17 00:00:00 2001 From: maxulysse Date: Mon, 13 Jan 2025 19:20:43 +0100 Subject: [PATCH] fix lint warning --- .nf-core.yml | 9 +++++---- conf/base.config | 2 -- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.nf-core.yml b/.nf-core.yml index 17691ae2..1d1684b9 100644 --- a/.nf-core.yml +++ b/.nf-core.yml @@ -9,12 +9,13 @@ lint: - conf/igenomes_ignored.config - conf/modules.config files_unchanged: - - assets/sendmail_template.txt + - .github/PULL_REQUEST_TEMPLATE.md - assets/nf-core-fetchngs_logo_light.png - - docs/images/nf-core-fetchngs_logo_light.png + - assets/sendmail_template.txt - docs/images/nf-core-fetchngs_logo_dark.png - modules_config: False - multiqc_config: False + - docs/images/nf-core-fetchngs_logo_light.png + modules_config: false + multiqc_config: false nf_core_version: 3.0.2 org_path: null repository_type: pipeline diff --git a/conf/base.config b/conf/base.config index 13b3c3e7..b7341737 100644 --- a/conf/base.config +++ b/conf/base.config @@ -9,8 +9,6 @@ */ process { - - // TODO nf-core: Check the defaults for all processes cpus = { 1 * task.attempt } memory = { 6.GB * task.attempt } time = { 4.h * task.attempt }