Skip to content

Commit

Permalink
Merge pull request #68 from scimerman/main
Browse files Browse the repository at this point in the history
Added BGEN_ref_imp-1.1.6-GCCcore-6.4.0.eb
  • Loading branch information
pneerincx authored Feb 14, 2024
2 parents 5bf14a1 + 84356fd commit ab98a73
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions b/BGEN_ref_imp/BGEN_ref_imp-1.1.6-GCCcore-6.4.0.eb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
easyblock = 'ConfigureMake'
easyblock = 'Waf'

name = 'BGEN_ref_imp'
version = '1.1.6'
Expand All @@ -15,23 +15,14 @@ sources = [{

checksums = ['a5472bb4c89805d6fee7ce052f4366ba82192ef90d1cde992f3e01bcc19b0017']

configopts = ' '
configure_cmd = './waf configure'

buildopts = ''
build_cmd = './waf # '

installopts = ''
install_cmd = 'mkdir -p %(installdir)s/ && cp -r %(builddir)s/BGEN-703a453117/* %(installdir)s/ && '
install_cmd += 'ln -s %(installdir)s/build/apps %(installdir)s/bin'

sanity_check_paths = {
'files': [
'bin/bgenix',
'bin/cat-bgen',
'bin/edit-bgen',
],
'dirs': [ 'build' ]
'dirs': [ ]
}

moduleclass = 'bio'

0 comments on commit ab98a73

Please sign in to comment.