Skip to content

Commit

Permalink
progress on #439 Cluster-Buster
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrKralCZ committed Nov 13, 2024
1 parent 51e8e9f commit c3eacf9
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions 439_Cluster-Buster/Cluster-Buster-20240927-GCC-12.3.0.eb
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'

0 comments on commit c3eacf9

Please sign in to comment.