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'