me
/
guix
Archived
1
0
Fork 0

gnu: r-icellnet: Update to 2.2.1-1.e10ee4a.

* gnu/packages/bioinformatics.scm (r-icellnet): Update to 2.2.1-1.e10ee4a.
[propagated-inputs]: Add r-complexheatmap and r-circlize.

Change-Id: Ib844f83cb1ca4f88259593153d9e66289307dccc
master
Ricardo Wurmus 2024-05-08 12:28:41 +02:00
parent cb5b2d6d24
commit babafe251c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 10 additions and 8 deletions

View File

@ -12307,13 +12307,12 @@ expression.")
(license license:gpl3)))) (license license:gpl3))))
(define-public r-icellnet (define-public r-icellnet
;; v1.0 tagged in 2020, last commit contains many fixes. ;; This is an arbitrary commit because there is no tag for 2.2.1.
;; DESCRIPTION says Version: 0.0.0.9000. (let ((commit "e10ee4ae5feaf8130764dcb0736957d2a90b828c")
(let ((commit "b9c05488fb8b5ea69bd560018966eaf4e25f82a") (revision "1"))
(revision "0"))
(package (package
(name "r-icellnet") (name "r-icellnet")
(version (git-version "1.0" revision commit)) (version (git-version "2.2.1" revision commit))
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -12322,15 +12321,18 @@ expression.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0cld7d6xqnvd0zpcpg3sx73an6vdc9divzywgnn6zxnqcd987cnw")))) "0bszxw9zcsd1gxhg9q89jfzi95266wfjn74hp7z8yb99cr3j53k4"))))
(build-system r-build-system) (build-system r-build-system)
(arguments (arguments
`(#:phases (list
(modify-phases %standard-phases #:phases
'(modify-phases %standard-phases
(add-after 'unpack 'enter-dir (add-after 'unpack 'enter-dir
(lambda _ (chdir "icellnet")))))) (lambda _ (chdir "icellnet"))))))
(propagated-inputs (propagated-inputs
(list r-annotationdbi (list r-annotationdbi
r-complexheatmap
r-circlize
r-data-table r-data-table
r-dplyr r-dplyr
r-ggplot2 r-ggplot2