Skip to content

Commit a24ba1d

Browse files
authored
Merge pull request #333 from maxulysse/add_logo
Add logo
2 parents 7544cb9 + 738fdfb commit a24ba1d

11 files changed

+34172
-261
lines changed

.nf-core.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,12 @@ lint:
1010
- conf/modules.config
1111
files_unchanged:
1212
- .github/PULL_REQUEST_TEMPLATE.md
13+
- assets/nf-core-fetchngs_logo_light.png
1314
- assets/sendmail_template.txt
14-
modules_config: False
15-
multiqc_config: False
15+
- docs/images/nf-core-fetchngs_logo_dark.png
16+
- docs/images/nf-core-fetchngs_logo_light.png
17+
modules_config: false
18+
multiqc_config: false
1619
nf_core_version: 3.0.2
1720
org_path: null
1821
repository_type: pipeline

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515
- [PR #320](https://github.com/nf-core/fetchngs/pull/320) - Update module multiqc_mappings_config and sratools/prefetch for TES compliance
1616
- [PR #320](https://github.com/nf-core/fetchngs/pull/320) - Refactor workflow tests
1717
- [PR #323](https://github.com/nf-core/fetchngs/pull/323) - Template update for nf-core/tools v3.0.2
18+
- [PR #333](https://github.com/nf-core/fetchngs/pull/333) - Add logo
1819

1920
### Software dependencies
2021

43.1 KB
Loading

conf/base.config

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
*/
1010

1111
process {
12-
13-
// TODO nf-core: Check the defaults for all processes
1412
cpus = { 1 * task.attempt }
1513
memory = { 6.GB * task.attempt }
1614
time = { 4.h * task.attempt }
-3.26 KB
Loading

0 commit comments

Comments
 (0)