GNU bug report logs -
#66515
[PATCH] gnu: Add r-mafh5-gnomad-v3-1-2-grch38.
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 66515 in the body.
You can then email your comments to 66515 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#66515
; Package
guix-patches
.
(Fri, 13 Oct 2023 12:14:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
"Afkhami, Navid" <Navid.Afkhami <at> mdc-berlin.de>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 13 Oct 2023 12:14:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/bioconductor.scm (r-mafh5-gnomad-v3-1-2-grch38): New variable.
---
gnu/packages/bioconductor.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index f6946b72c8..c3e65dda56 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1711,6 +1711,36 @@ (define-public r-italicsdata
;; Expanded from GPL
(license (list license:gpl2+ license:gpl3+))))
+(define-public r-mafh5-gnomad-v3-1-2-grch38
+ (package
+ (name "r-mafh5-gnomad-v3-1-2-grch38")
+ (version "3.15.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "MafH5.gnomAD.v3.1.2.GRCh38" version
+ 'annotation))
+ (sha256
+ (base32 "18hzw7f41ii16qpm3ch516b773900l1m1id5z6a763m01fg0mhiq"))))
+ (properties `((upstream-name . "MafH5.gnomAD.v3.1.2.GRCh38")))
+ (build-system r-build-system)
+ (propagated-inputs (list r-bsgenome
+ r-genomeinfodb
+ r-genomicranges
+ r-genomicscores
+ r-hdf5array
+ r-iranges
+ r-rhdf5
+ r-s4vectors))
+ (home-page "https://bioconductor.org/packages/MafH5.gnomAD.v3.1.2.GRCh38")
+ (synopsis
+ "Minor allele frequency data from gnomAD version 3.1.2 for GRCh38")
+ (description
+ "This package is designed to store minor allele frequency data.
+It retrieves this data from the Genome Aggregation Database
+(@code{gnomAD} version 3.1.2) for the human genome version GRCh38.")
+ (license license:artistic2.0)))
+
(define-public r-macrophage
(package
(name "r-macrophage")
base-commit: 844dd7dac76fa491a052df1d117a5d817cc8087c
--
2.34.1
Reply sent
to
Ricardo Wurmus <rekado <at> elephly.net>
:
You have taken responsibility.
(Fri, 13 Oct 2023 12:51:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
"Afkhami, Navid" <Navid.Afkhami <at> mdc-berlin.de>
:
bug acknowledged by developer.
(Fri, 13 Oct 2023 12:51:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 66515-done <at> debbugs.gnu.org (full text, mbox):
Applied after moving to annotation section.
Thank you!
--
Ricardo
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 11 Nov 2023 12:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 222 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.