-
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.
Merge pull request #21847 from PetrKralCZ/20241113122938_new_pr_Clust…
…er-Buster20240927 {bio}[GCC/12.3.0] Cluster-Buster v20240927
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
easybuild/easyconfigs/c/Cluster-Buster/Cluster-Buster-20240927-GCC-12.3.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,26 @@ | ||
easyblock = 'MakeCp' | ||
|
||
name = 'Cluster-Buster' | ||
version = '20240927' | ||
local_commit = '06fee8b' | ||
|
||
homepage = 'https://github.com/weng-lab/cluster-buster' | ||
description = """Cluster-Buster is a program for finding interesting functional regions, | ||
such as transcriptional enhancers, in DNA sequences.""" | ||
|
||
toolchain = {'name': 'GCC', 'version': '12.3.0'} | ||
|
||
source_urls = ['https://github.com/weng-lab/cluster-buster/archive/'] | ||
sources = [{'download_filename': '%s.tar.gz' % local_commit, 'filename': SOURCELOWER_TAR_GZ}] | ||
checksums = ['a77583ae1f38cc08af551932e5f6b35185fde78db330270bb2eb32ecb4d926cc'] | ||
|
||
files_to_copy = [(['cbust'], 'bin')] | ||
|
||
sanity_check_paths = { | ||
'files': ['bin/cbust'], | ||
'dirs': [], | ||
} | ||
|
||
sanity_check_commands = ['cbust -h'] | ||
|
||
moduleclass = 'bio' |