Skip to content

Commit

Permalink
Merge pull request #21196 from WilleBell/20240816103900_new_pr_gffrea…
Browse files Browse the repository at this point in the history
…d0127

{bio}[GCCcore/12.3.0] gffread v0.12.7
  • Loading branch information
lexming committed Sep 20, 2024
2 parents 2c27c6f + 2335c2e commit 984ef8b
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions easybuild/easyconfigs/g/gffread/gffread-0.12.7-GCCcore-12.3.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# This file is an EasyBuild reciPY as per https://github.com/easybuilders/easybuild
easyblock = 'MakeCp'

name = 'gffread'
version = '0.12.7'

homepage = 'https://ccb.jhu.edu/software/stringtie/gff.shtml#gffread'
description = """GFF/GTF parsing utility providing format conversions,
region filtering, FASTA sequence extraction and more."""

toolchain = {'name': 'GCCcore', 'version': '12.3.0'}
toolchainopts = {'pic': True}

source_urls = ['https://github.com/gpertea/%(namelower)s/releases/download/v%(version)s/']
sources = [SOURCE_TAR_GZ]
checksums = ['bfde1c857495e578f5b3af3c007a9aa40593e69450eafcc6a42c3e8ef08ed1f5']

builddependencies = [('binutils', '2.40')]

buildopts = " release"

files_to_copy = [
(['%(name)s'], 'bin'),
'LICENSE',
]

sanity_check_paths = {
'files': ['bin/%(name)s'],
'dirs': []
}

sanity_check_commands = ['%(name)s']

moduleclass = 'bio'

0 comments on commit 984ef8b

Please sign in to comment.