From a07326b71e9d0e425159fab7855fbdfe7c1c169b Mon Sep 17 00:00:00 2001 From: RoanKanninga Date: Mon, 4 Mar 2024 14:25:21 +0100 Subject: [PATCH] added automated demultiplexing bundle --- ..._Automated-4.1.0-NGS_Demultiplexing-2.5.3.eb | 17 ----------------- ...Automated-4.2.0-NGS_Demultiplexing-2.5.4.eb} | 4 ++-- 2 files changed, 2 insertions(+), 19 deletions(-) delete mode 100644 n/NGS_Automated/NGS_Automated-4.1.0-NGS_Demultiplexing-2.5.3.eb rename n/NGS_Automated/{NGS_Automated-4.2.0-NGS_Demultiplexing-2.5.3.eb => NGS_Automated-4.2.0-NGS_Demultiplexing-2.5.4.eb} (81%) diff --git a/n/NGS_Automated/NGS_Automated-4.1.0-NGS_Demultiplexing-2.5.3.eb b/n/NGS_Automated/NGS_Automated-4.1.0-NGS_Demultiplexing-2.5.3.eb deleted file mode 100644 index 4812073..0000000 --- a/n/NGS_Automated/NGS_Automated-4.1.0-NGS_Demultiplexing-2.5.3.eb +++ /dev/null @@ -1,17 +0,0 @@ -name = 'NGS_Automated' -version = '4.1.0' -namelower = name.lower() -versionsuffix = "-NGS_Demultiplexing-2.5.3" - -homepage = 'https://github.com/molgenis/NGS_Automated' -description = """Various scripts to automate the NGS pipelines implemented in the MOLGENIS Compute framework.""" - -toolchain = SYSTEM -easyblock = 'Bundle' - -dependencies = [ - ('NGS_Automated', '4.1.0','-bare'), - ('NGS_Demultiplexing', '2.5.3'), -] - -moduleclass = 'bio' diff --git a/n/NGS_Automated/NGS_Automated-4.2.0-NGS_Demultiplexing-2.5.3.eb b/n/NGS_Automated/NGS_Automated-4.2.0-NGS_Demultiplexing-2.5.4.eb similarity index 81% rename from n/NGS_Automated/NGS_Automated-4.2.0-NGS_Demultiplexing-2.5.3.eb rename to n/NGS_Automated/NGS_Automated-4.2.0-NGS_Demultiplexing-2.5.4.eb index de1feba..6d4c579 100644 --- a/n/NGS_Automated/NGS_Automated-4.2.0-NGS_Demultiplexing-2.5.3.eb +++ b/n/NGS_Automated/NGS_Automated-4.2.0-NGS_Demultiplexing-2.5.4.eb @@ -1,7 +1,7 @@ name = 'NGS_Automated' version = '4.2.0' namelower = name.lower() -versionsuffix = "-NGS_Demultiplexing-2.5.3" +versionsuffix = "-NGS_Demultiplexing-2.5.4" homepage = 'https://github.com/molgenis/NGS_Automated' description = """Various scripts to automate the NGS pipelines implemented in the MOLGENIS Compute framework.""" @@ -11,7 +11,7 @@ easyblock = 'Bundle' dependencies = [ ('NGS_Automated', '4.2.0','-bare'), - ('NGS_Demultiplexing', '2.5.3'), + ('NGS_Demultiplexing', '2.5.4'), ] moduleclass = 'bio'