Skip to content

Commit

Permalink
Merge pull request #21847 from PetrKralCZ/20241113122938_new_pr_Clust…
Browse files Browse the repository at this point in the history
…er-Buster20240927

{bio}[GCC/12.3.0] Cluster-Buster v20240927
  • Loading branch information
verdurin authored Nov 29, 2024
2 parents 3ae4c20 + 1206df8 commit 03f426b
Showing 1 changed file with 26 additions and 0 deletions.
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 03f426b

Please sign in to comment.