From 0e6d80515a58ba82fdbf7313de78d2eaad3e8817 Mon Sep 17 00:00:00 2001 From: Suzanne Jin Date: Tue, 5 Nov 2024 18:15:05 +0100 Subject: [PATCH] update .nf-core.yml to not lint logo png --- .nf-core.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.nf-core.yml b/.nf-core.yml index 42b703b..30fec05 100644 --- a/.nf-core.yml +++ b/.nf-core.yml @@ -12,14 +12,17 @@ lint: - assets/sendmail_template.txt - .github/CONTRIBUTING.md - assets/sendmail_template.txt + - assets/nf-core-deepmodeloptim_logo_light.png + - docs/images/nf-core-deepmodeloptim_logo_light.png + - docs/images/nf-core-deepmodeloptim_logo_dark.png multiqc_config: false nf_core_version: 3.0.2 org_path: null repository_type: pipeline template: author: Mathys Grapotte - description: nf-core/deepmodeloptim is an end-to-end nextflow based pipeline for - statistically testing training procedures of machine learning models + description: nf-core/deepmodeloptim is an end-to-end pipeline designed to + facilitate the testing and development of deep learning models for genomics. force: false is_nfcore: true name: deepmodeloptim