Skip to content

Commit

Permalink
Merge pull request #19106 from wdlingit/mdust-gcc10.3.0
Browse files Browse the repository at this point in the history
{bio}[GCCcore/10.3.0] mdust v20150102
  • Loading branch information
bedroge authored Nov 1, 2023
2 parents 872e1c6 + f9bd47a commit fe4874d
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions easybuild/easyconfigs/m/mdust/mdust-20150102-GCC-10.3.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
easyblock = 'MakeCp'

name = 'mdust'
version = '20150102'

homepage = 'https://github.com/lh3/mdust'
description = "mdust from DFCI Gene Indices Software Tools (archived for a historical record only)"

toolchain = {'name': 'GCC', 'version': '10.3.0'}

sources = [{
'filename': 'mdust.tar.gz',
'git_config': {
'url': 'https://github.com/lh3',
'repo_name': 'mdust',
'commit': '3e3fed8',
},
}]
checksums = [None]

files_to_copy = [(['mdust'], 'bin')]

sanity_check_paths = {
'files': ['bin/mdust'],
'dirs': []
}

sanity_check_commands = ["mdust < /dev/null"]

moduleclass = 'bio'

0 comments on commit fe4874d

Please sign in to comment.