From 3f7c7d6cc396173c8fcfdcad3ec4d2483a7e64dd Mon Sep 17 00:00:00 2001 From: Nico Trummer Date: Wed, 16 Oct 2024 11:21:43 +0200 Subject: [PATCH] Skip fastqc module --- .nf-core.yml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/.nf-core.yml b/.nf-core.yml index 82f1dc9..031525c 100644 --- a/.nf-core.yml +++ b/.nf-core.yml @@ -1,4 +1,4 @@ -repository_type: pipeline +bump_version: null lint: template_strings: - modules/local/report/create/app/templates/tf.html @@ -8,3 +8,18 @@ lint: - modules/local/report/create/app/templates/snp.html - modules/local/report/create/app/templates/base.html - modules/local/report/create/app/templates/network.html +nf_core_version: 3.0.2 +org_path: null +repository_type: pipeline +template: + author: Nico Trummer + description: TBD + force: false + is_nfcore: true + name: tfactivity + org: nf-core + outdir: . + skip_features: + - fastqc + version: 1.0dev +update: null