diff --git a/Golden_Repo/b/BamTools/BamTools-2.5.2-GCC-11.3.0.eb b/Golden_Repo/b/BamTools/BamTools-2.5.2-GCC-11.3.0.eb new file mode 100644 index 0000000000000000000000000000000000000000..999529341126817cc0958a5f03265fb20739a0ca --- /dev/null +++ b/Golden_Repo/b/BamTools/BamTools-2.5.2-GCC-11.3.0.eb @@ -0,0 +1,19 @@ +# This file is an EasyBuild reciPY as per https://github.com/easybuilders/easybuild +name = 'BamTools' +version = '2.5.2' + +homepage = 'https://github.com/pezmaster31/bamtools' +description = "BamTools provides both a programmer's API and an end-user's toolkit for handling BAM files." + +toolchain = {'name': 'GCC', 'version': '11.3.0'} +toolchainopts = {'pic': True} + +# https://github.com/pezmaster31/bamtools +github_account = 'pezmaster31' +source_urls = [GITHUB_LOWER_SOURCE] +sources = ['v%(version)s.tar.gz'] +checksums = ['4d8b84bd07b673d0ed41031348f10ca98dd6fa6a4460f9b9668d6f1d4084dfc8'] + +builddependencies = [('CMake', '3.23.1')] + +moduleclass = 'bio' diff --git a/acls.yml b/acls.yml index 938f25f9a9a3cf8cfe21c0e635d452e9c5dfe24d..67a29890ac7ff58fc059503169f4063787157fb2 100644 --- a/acls.yml +++ b/acls.yml @@ -438,6 +438,14 @@ software: - name: 'Bazel' owner: 'strube1' base: True + - name: 'BAMTools' + owner: 'strube1' + base: True + compiler: True + - name: 'BEDTools' + owner: 'strube1' + base: True + compiler: True - name: 'bokeh' owner: 'strube1' base: True