GNU bug report logs -
#63447
[PATCH] gnu: Add r-dropletutils.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 63447 in the body.
You can then email your comments to 63447 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
rekado <at> elephly.net, guix-patches <at> gnu.org
:
bug#63447
; Package
guix-patches
.
(Thu, 11 May 2023 16:31:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Mădălin Ionel Patrașcu <madalinionel.patrascu <at> mdc-berlin.de>
:
New bug report received and forwarded. Copy sent to
rekado <at> elephly.net, guix-patches <at> gnu.org
.
(Thu, 11 May 2023 16:31:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/bioconductor.scm (r-dropletutils): New variable.
---
gnu/packages/bioconductor.scm | 44 +++++++++++++++++++++++++++++++++++
1 file changed, 44 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index cb441655eb..b54585e97f 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -4897,6 +4897,50 @@ (define-public r-drimseq
results.")
(license license:gpl3+)))
+(define-public r-dropletutils
+ (package
+ (name "r-dropletutils")
+ (version "1.20.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "DropletUtils" version))
+ (sha256
+ (base32 "09xwfb4ihpsp465vb1zbcwm6ww6qi3spn9d8p4i1gczyc0p9pf1y"))))
+ (properties `((upstream-name . "DropletUtils")))
+ (build-system r-build-system)
+ (propagated-inputs
+ (list r-beachmat
+ r-bh
+ r-biocgenerics
+ r-biocparallel
+ r-delayedarray
+ r-delayedmatrixstats
+ r-dqrng
+ r-edger
+ r-genomicranges
+ r-hdf5array
+ r-iranges
+ r-matrix
+ r-r-utils
+ r-rcpp
+ r-rhdf5
+ r-rhdf5lib
+ r-s4vectors
+ r-scuttle
+ r-singlecellexperiment
+ r-summarizedexperiment))
+ (native-inputs (list r-knitr))
+ (home-page "https://bioconductor.org/packages/DropletUtils")
+ (synopsis "Utilities for handling single-cell droplet data")
+ (description
+ "This package provides a number of utility functions for handling
+single-cell (RNA-seq) data from droplet technologies such as 10X Genomics.
+This includes data loading from count matrices or molecule information files,
+identification of cells from empty droplets, removal of barcode-swapped pseudo-
+cells, and downsampling of the count matrix.")
+ (license license:gpl3)))
+
(define-public r-dss
(package
(name "r-dss")
base-commit: e2eb43f945fd467e9b55a4b3c91cd186cf32e268
--
2.39.2
Reply sent
to
Ricardo Wurmus <rekado <at> elephly.net>
:
You have taken responsibility.
(Fri, 12 May 2023 07:38:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Mădălin Ionel Patrașcu <madalinionel.patrascu <at> mdc-berlin.de>
:
bug acknowledged by developer.
(Fri, 12 May 2023 07:38:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 63447-done <at> debbugs.gnu.org (full text, mbox):
Mădălin Ionel Patrașcu <madalinionel.patrascu <at> mdc-berlin.de> writes:
> * gnu/packages/bioconductor.scm (r-dropletutils): New variable.
Applied, thanks!
--
Ricardo
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 09 Jun 2023 11:24:09 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 336 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.