all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#62098] [PATCH] gnu: Add r-hdcytodata.
@ 2023-03-10 16:16 Navid Afkhami
  2023-06-03 11:15 ` bug#62098: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Navid Afkhami @ 2023-03-10 16:16 UTC (permalink / raw)
  To: 62098; +Cc: Navid Afkhami

* gnu/packages/bioconductor.scm (r-hdcytodata): New variable.
---
 gnu/packages/bioconductor.scm | 40 +++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index d603bd42c1..1cf33501d6 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -560,6 +560,46 @@ (define-public r-hdo-db
 https://github.com/DiseaseOntology/HumanDiseaseOntology/tree/main/src/ontology}.")
     (license license:artistic2.0)))
 
+(define-public r-hdcytodata
+  (package
+    (name "r-hdcytodata")
+    (version "1.18.0")
+    (source (origin
+              (method url-fetch)
+              (uri (bioconductor-uri "HDCytoData" version
+                                     'experiment))
+              (sha256
+               (base32
+                "1fn8q6ds10z3ymdarkfyh88pcqnrry9yhzammp84vf86f0bl8mrc"))))
+    (properties `((upstream-name . "HDCytoData")))
+    (build-system r-build-system)
+    (arguments
+     (list #:phases '(modify-phases %standard-phases
+                       (add-after 'unpack 'set-HOME
+                         (lambda _
+                           (setenv "HOME" "/tmp")))
+                       (add-after 'unpack 'avoid-internet-access
+                         (lambda _
+                           (setenv "GUIX_BUILD" "yes")
+                           (substitute* "R/zzz.R"
+                             (("createHubAccessors.*" m)
+                              (string-append
+                               "if (Sys.getenv(\"GUIX_BUILD\") == \"\") {" m
+                               "}"))))))))
+    (propagated-inputs (list r-experimenthub r-flowcore r-summarizedexperiment))
+    (native-inputs (list r-knitr))
+    (home-page "https://github.com/lmweber/HDCytoData")
+    (synopsis
+     "Set of high-dimensional flow cytometry and mass cytometry benchmark datasets")
+    (description
+     "HDCytoData contains a set of high-dimensional cytometry benchmark datasets.
+These datasets are formatted into SummarizedExperiment and flowSet
+Bioconductor object formats, including all required metadata.  Row metadata
+includes sample IDs, group IDs, patient IDs, reference cell population or
+cluster labels and labels identifying spiked in cells.  Column metadata
+includes channel names, protein marker names, and protein marker classes.")
+    (license license:expat)))
+
 (define-public r-homo-sapiens
   (package
     (name "r-homo-sapiens")
-- 
2.34.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#62098: [PATCH] gnu: Add r-hdcytodata.
  2023-03-10 16:16 [bug#62098] [PATCH] gnu: Add r-hdcytodata Navid Afkhami
@ 2023-06-03 11:15 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-06-03 11:15 UTC (permalink / raw)
  To: Navid Afkhami; +Cc: 62098-done

[-- Attachment #1: Type: text/plain, Size: 691 bytes --]


Navid Afkhami <navid.afkhami@mdc-berlin.de> writes:

> * gnu/packages/bioconductor.scm (r-hdcytodata): New variable.
> ---
>  gnu/packages/bioconductor.scm | 40 +++++++++++++++++++++++++++++++++++
>  1 file changed, 40 insertions(+)
>
> diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
> index d603bd42c1..1cf33501d6 100644
> --- a/gnu/packages/bioconductor.scm
> +++ b/gnu/packages/bioconductor.scm
> @@ -560,6 +560,46 @@ (define-public r-hdo-db
>  https://github.com/DiseaseOntology/HumanDiseaseOntology/tree/main/src/ontology}.")
>      (license license:artistic2.0)))

Looks like this was committed as
f7682c247504d252cf86b274ffe7b8f62670b497.

Thanks,

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-06-03 11:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-10 16:16 [bug#62098] [PATCH] gnu: Add r-hdcytodata Navid Afkhami
2023-06-03 11:15 ` bug#62098: " Christopher Baines

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.