From 8ff801ddefd800a34dfb7cbad95137fded79e235 Mon Sep 17 00:00:00 2001 From: lathikaa Date: Fri, 1 Nov 2024 03:29:50 +0530 Subject: [PATCH] Updated for nf-core template version 3.0.2 --- .nf-core.yml | 15 +++++++++++++++ nf-core.yml | 16 ---------------- 2 files changed, 15 insertions(+), 16 deletions(-) delete mode 100644 nf-core.yml diff --git a/.nf-core.yml b/.nf-core.yml index 3805dc8..22efc84 100644 --- a/.nf-core.yml +++ b/.nf-core.yml @@ -1 +1,16 @@ +bump_version: null +lint: null +nf_core_version: 3.0.2 +org_path: null repository_type: pipeline +template: + author: Ben Southgate, James Ashmore + description: Alternative splicing analysis using RNA-seq. + force: false + is_nfcore: true + name: rnasplice + org: nf-core + outdir: . + skip_features: null + version: 1.0.4 +update: null diff --git a/nf-core.yml b/nf-core.yml deleted file mode 100644 index 22efc84..0000000 --- a/nf-core.yml +++ /dev/null @@ -1,16 +0,0 @@ -bump_version: null -lint: null -nf_core_version: 3.0.2 -org_path: null -repository_type: pipeline -template: - author: Ben Southgate, James Ashmore - description: Alternative splicing analysis using RNA-seq. - force: false - is_nfcore: true - name: rnasplice - org: nf-core - outdir: . - skip_features: null - version: 1.0.4 -update: null