GNU bug report logs - #62098
[PATCH] gnu: Add r-hdcytodata.

Previous Next

Package: guix-patches;

Reported by: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>

Date: Fri, 10 Mar 2023 16:17:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
Subject: bug#62098: closed (Re: [bug#62098] [PATCH] gnu: Add r-hdcytodata.)
Date: Sat, 03 Jun 2023 11:16:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#62098: [PATCH] gnu: Add r-hdcytodata.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 62098 <at> debbugs.gnu.org.

-- 
62098: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62098
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
Cc: 62098-done <at> debbugs.gnu.org
Subject: Re: [bug#62098] [PATCH] gnu: Add r-hdcytodata.
Date: Sat, 03 Jun 2023 12:15:11 +0100
[Message part 3 (text/plain, inline)]
Navid Afkhami <navid.afkhami <at> 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
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
To: <guix-patches <at> gnu.org>
Cc: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
Subject: [PATCH] gnu: Add r-hdcytodata.
Date: Fri, 10 Mar 2023 16:16:12 +0000
* 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




This bug report was last modified 2 years and 45 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.