From: zimoun <zimon.toutoune@gmail.com>
To: 37988@debbugs.gnu.org
Cc: zimoun <zimon.toutoune@gmail.com>
Subject: [bug#37988] [PATCH 4/6] gnu: Add r-cytolib.
Date: Wed, 30 Oct 2019 11:25:29 +0100 [thread overview]
Message-ID: <20191030102531.12495-4-zimon.toutoune@gmail.com> (raw)
In-Reply-To: <20191030102531.12495-1-zimon.toutoune@gmail.com>
* gnu/packages/bioconductor.scm (r-cytolib): New variable.
---
gnu/packages/bioconductor.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 7c1761852c..a5c6e1ed55 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -6205,3 +6205,26 @@ data.")
(description "This package provides the headers and static library of
Protocol buffers 2.6.0 for other R packages to compile and link against.")
(license license:bsd-3)))
+
+(define-public r-cytolib
+ (package
+ (name "r-cytolib")
+ (version "1.6.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "cytolib" version))
+ (sha256
+ (base32
+ "10sdkwrmzmp3sh59hl3x0zxwlw77v80jnv8gz1qrv66skjb764cq"))))
+ (properties
+ `((upstream-name . "cytolib")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-bh" ,r-bh)
+ ("r-rprotobuflib" ,r-rprotobuflib)))
+ (home-page "https://bioconductor.org/packages/cytolib")
+ (synopsis "C++ infrastructure for representing and interacting with the gated cytometry")
+ (description "This package provides the core data structure and API to
+represent and interact with the gated cytometry data.")
+ (license license:artistic2.0)))
--
2.23.0
next prev parent reply other threads:[~2019-10-30 10:26 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-30 10:23 [bug#37988] [PATCH 0/6] Add flowWorkspace from BioConductor zimoun
2019-10-30 10:25 ` [bug#37988] [PATCH 1/6] gnu: Add r-idpmisc zimoun
2019-10-30 10:25 ` [bug#37988] [PATCH 2/6] gnu: Add r-flowviz zimoun
2019-10-30 10:25 ` [bug#37988] [PATCH 3/6] gnu: Add r-rprotobuflib zimoun
2019-10-30 11:39 ` Ricardo Wurmus
2019-10-30 13:29 ` zimoun
2019-11-05 17:49 ` [bug#37988] [PATCH v2 " zimoun
2019-11-05 18:19 ` [bug#37988] [PATCH v3 " zimoun
2019-11-05 18:29 ` [bug#37988] [PATCH v4 " zimoun
2019-10-30 10:25 ` zimoun [this message]
2019-10-30 11:41 ` [bug#37988] [PATCH 4/6] gnu: Add r-cytolib Ricardo Wurmus
2019-10-30 12:42 ` [bug#37988] [PATCH v2 " zimoun
2019-10-30 10:25 ` [bug#37988] [PATCH 5/6] gnu: Add r-ncdfflow zimoun
2019-10-30 11:42 ` Ricardo Wurmus
2019-10-30 10:25 ` [bug#37988] [PATCH 6/6] gnu: Add r-flowworkspace zimoun
2020-02-21 16:39 ` [bug#37988] why? zimoun
2020-02-21 18:38 ` Ricardo Wurmus
2020-02-21 19:12 ` zimoun
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191030102531.12495-4-zimon.toutoune@gmail.com \
--to=zimon.toutoune@gmail.com \
--cc=37988@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).