From 8731b455f979f6208647268ac7a57a5495f76c42 Mon Sep 17 00:00:00 2001 From: Alexandre Strube <a.strube@fz-juelich.de> Date: Tue, 17 Jan 2023 18:10:19 +0100 Subject: [PATCH] BEDtools and auxiliary stuff --- .../b/BamTools/BamTools-2.5.2-GCC-11.3.0.eb | 19 +++++++++++++++++++ acls.yml | 8 ++++++++ 2 files changed, 27 insertions(+) create mode 100644 Golden_Repo/b/BamTools/BamTools-2.5.2-GCC-11.3.0.eb 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 000000000..999529341 --- /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 938f25f9a..67a29890a 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 -- GitLab