From 84356fd1e9a8d60bace33bb7803a961d60ed1bb6 Mon Sep 17 00:00:00 2001 From: scimerman Date: Wed, 14 Feb 2024 15:27:49 +0000 Subject: [PATCH] Added BGEN_ref_imp-1.1.6-GCCcore-6.4.0.eb --- b/BGEN_ref_imp/BGEN_ref_imp-1.1.6-GCCcore-6.4.0.eb | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/b/BGEN_ref_imp/BGEN_ref_imp-1.1.6-GCCcore-6.4.0.eb b/b/BGEN_ref_imp/BGEN_ref_imp-1.1.6-GCCcore-6.4.0.eb index e6c2d00..27247ab 100644 --- a/b/BGEN_ref_imp/BGEN_ref_imp-1.1.6-GCCcore-6.4.0.eb +++ b/b/BGEN_ref_imp/BGEN_ref_imp-1.1.6-GCCcore-6.4.0.eb @@ -1,4 +1,4 @@ -easyblock = 'ConfigureMake' +easyblock = 'Waf' name = 'BGEN_ref_imp' version = '1.1.6' @@ -15,15 +15,6 @@ 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': [ @@ -31,7 +22,7 @@ sanity_check_paths = { 'bin/cat-bgen', 'bin/edit-bgen', ], - 'dirs': [ 'build' ] + 'dirs': [ ] } moduleclass = 'bio'