Skip to content

Commit

Permalink
adding easyconfigs: nichenetr-2.0.4-foss-2022b-R-4.2.2.eb
Browse files Browse the repository at this point in the history
  • Loading branch information
boegel committed Jan 13, 2024
1 parent 2116a00 commit 5ef14d1
Showing 1 changed file with 27 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
easyblock = 'RPackage'

name = 'nichenetr'
version = '2.0.4'
versionsuffix = '-R-%(rver)s'

homepage = 'https://github.com/saeyslab/nichenetr'
description = """R implementation of the NicheNet method,
to predict active ligand-target links between interacting cells"""

toolchain = {'name': 'foss', 'version': '2022b'}

source_urls = ['https://github.com/saeyslab/nichenetr/archive/']
sources = ['v%(version)s.tar.gz']
checksums = ['52239f245802bdb2bc1822099896dd1776d9cec9d62c85caa2a97264347adde2']

dependencies = [
('R', '4.2.2'),
('R-bundle-Bioconductor', '3.16', versionsuffix),
]

sanity_check_paths = {
'files': [],
'dirs': [name],
}

moduleclass = 'bio'

0 comments on commit 5ef14d1

Please sign in to comment.