Skip to content

Commit

Permalink
adding easyconfigs: Racon-1.5.0-GCCcore-13.2.0.eb
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrKralCZ committed Sep 19, 2024
1 parent 0e451e0 commit 423df39
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions easybuild/easyconfigs/r/Racon/Racon-1.5.0-GCCcore-13.2.0.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
easyblock = 'CMakeMake'

name = 'Racon'
version = '1.5.0'

homepage = 'https://github.com/lbcb-sci/racon'
description = """Ultrafast consensus module for raw de novo genome assembly of long uncorrected reads."""

toolchain = {'name': 'GCCcore', 'version': '13.2.0'}

github_account = 'lbcb-sci'
source_urls = [GITHUB_SOURCE]
sources = ['%(version)s.tar.gz']
checksums = ['41e362f71cc03b934f17d6e2c0d626e1b2997258261b14551586de006666424a']

builddependencies = [
('CMake', '3.27.6'),
('binutils', '2.40'),
('git', '2.42.0'),
]

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

sanity_check_commands = ['racon --help']

moduleclass = 'bio'

0 comments on commit 423df39

Please sign in to comment.