Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

{bio}[foss/2023a] IEntropy v2024.06.12 w/ R 4.3.2 #20808

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
easyblock = 'RPackage'

name = 'IEntropy'
version = '2024.06.12'
local_commit = '3cd58ab'
versionsuffix = '-R-%(rver)s'

homepage = 'https://github.com/LinLi-0909/IEntropy'
description = """Here, by deriving entropy decomposition formula, we proposed a feature selection method,
intrinsic entropy (IE) model, to identify the informative genes for accurately clustering analysis."""

toolchain = {'name': 'foss', 'version': '2023a'}

source_urls = ['https://github.com/LinLi-0909/IEntropy/archive/']
sources = [{
"download_filename": "%s.tar.gz" % local_commit,
"filename": "%(name)s-%(version)s.tar.gz"
}]
checksums = ['7449340df7218c790dcdff5dbb14ba7d613bd9bdfb0a440296a561bbb742f9c1']

dependencies = [
('R', '4.3.2'),
('R-bundle-Bioconductor', '3.18', '-R-%(rver)s'),
]

unpack_sources = True
start_dir = 'IEntropy'

sanity_check_paths = {
'files': [],
'dirs': ['%(name)s'],
}

sanity_check_commands = ['Rscript -e "library(IEntropy)"']

moduleclass = 'bio'
Loading