Skip to content

Commit

Permalink
Merge pull request nf-core#2423 from mahesh-panchal/update_gitpod_pro…
Browse files Browse the repository at this point in the history
…file

Update Gitpod profile to reflect environment allowance
  • Loading branch information
mahesh-panchal authored Sep 19, 2023
2 parents c84cc4a + c27c1aa commit f61e523
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
- ([#2396](https://github.com/nf-core/tools/pull/2396)) Reduce container finding error to warning since the registries are not consistent.
- ([#2415](https://github.com/nf-core/tools/pull/2415#issuecomment-1709847086)) Add autoMounts for apptainer.
- Remove `igenomes_base` from the schema, so that nf-validation doesn't create a file path and throw errors offline for s3 objects.
- Update Gitpod profile resources to reflect base environment settings.

### Download

Expand Down
4 changes: 2 additions & 2 deletions nf_core/pipeline-template/nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ profiles {
}
gitpod {
executor.name = 'local'
executor.cpus = 16
executor.memory = 60.GB
executor.cpus = 4
executor.memory = 8.GB
}
test { includeConfig 'conf/test.config' }
test_full { includeConfig 'conf/test_full.config' }
Expand Down

0 comments on commit f61e523

Please sign in to comment.