-
Notifications
You must be signed in to change notification settings - Fork 703
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding easyconfigs: Racon-1.5.0-GCCcore-13.2.0.eb
- Loading branch information
1 parent
0e451e0
commit 423df39
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
29 changes: 29 additions & 0 deletions
29
easybuild/easyconfigs/r/Racon/Racon-1.5.0-GCCcore-13.2.0.eb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |