Skip to content

Commit

Permalink
Merge pull request #19583 from boegel/20240113151445_new_pr_nichenetr204
Browse files Browse the repository at this point in the history
{bio}[foss/2022b] nichenetr v2.0.4 w/ R 4.2.2
  • Loading branch information
branfosj authored Jan 15, 2024
2 parents 2139587 + 5ef14d1 commit 1c2e2be
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 1c2e2be

Please sign in to comment.