Skip to content

Commit

Permalink
GCC toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelToman committed Feb 2, 2024
1 parent 56c0a8d commit d28994d
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions easybuild/easyconfigs/o/OrfM/OrfM-0.7.1-GCC-12.3.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
easyblock = 'ConfigureMake'

name = 'OrfM'
version = '0.7.1'

homepage = 'https://github.com/wwood/OrfM'
description = "A simple and not slow open reading frame (ORF) caller."

toolchain = {'name': 'GCC', 'version': '12.3.0'}

source_urls = ['https://github.com/wwood/OrfM/releases/download/v%(version)s/']
sources = [SOURCELOWER_TAR_GZ]
checksums = ['19f39c72bcc48127b757613c5eef4abae95ee6c82dccf96b041db527b27f319a']

dependencies = [('zlib', '1.2.13')]

sanity_check_paths = {
'files': ['bin/orfm'],
'dirs': [],
}

sanity_check_commands = ["orfm -h"]

moduleclass = 'bio'

0 comments on commit d28994d

Please sign in to comment.