Skip to content

Commit

Permalink
Merge pull request #55 from RoanKanninga/main
Browse files Browse the repository at this point in the history
added missing bundel
  • Loading branch information
BenjaminsM authored Oct 19, 2023
2 parents 40bf12b + c8dc413 commit 02babc7
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions n/NGS_Automated/NGS_Automated-4.1.0-AGCT-1.3.0.eb
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit 02babc7

Please sign in to comment.