Skip to content

Commit

Permalink
progress on #395 Cellformer
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrKralCZ committed Sep 24, 2024
1 parent 991891b commit 7c7f4ef
Show file tree
Hide file tree
Showing 2 changed files with 1,369 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ easyblock = 'PythonBundle'

name = 'Cellformer'
version = '20240814'
versionsuffix = '-R-%(rver)s'
local_commit = '1c685f5'

homepage = 'https://github.com/elo-nsrb/Cellformer'
Expand All @@ -27,6 +28,10 @@ dependencies = [
('scanpy', '1.9.8'),
('pretty-yaml', '1.9.8'),
('Arrow', '14.0.1'),
('R', '4.3.2'),
('R-bundle-CRAN', '2023.12'),
('R-bundle-Bioconductor', '3.18', versionsuffix),
('ArchR', '1.0.2'),
]

use_pip = True
Expand Down
Loading

0 comments on commit 7c7f4ef

Please sign in to comment.