Skip to content

Commit

Permalink
fix lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
maxulysse committed Jan 13, 2025
1 parent f10533c commit bd30816
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 5 additions & 4 deletions .nf-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions conf/base.config
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit bd30816

Please sign in to comment.