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 }