diff --git a/n/NGS_Automated/NGS_Automated-4.1.0-AGCT-1.3.0.eb b/n/NGS_Automated/NGS_Automated-4.1.0-AGCT-1.3.0.eb new file mode 100644 index 0000000..8fa36e1 --- /dev/null +++ b/n/NGS_Automated/NGS_Automated-4.1.0-AGCT-1.3.0.eb @@ -0,0 +1,18 @@ +name = 'NGS_Automated' +version = '4.1.0' +namelower = name.lower() +versionsuffix = "-AGCT-1.3.0" + +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 = [ + ('AGCT', '1.3.0'), + ('NGS_Automated', '4.1.0','-bare'), + ('hashdeep', '4.4-20180907-18a6b5d','', ('GCCcore','11.3.0')) +] + +moduleclass = 'bio'