me
/
guix
Archived
1
0
Fork 0

gnu: Add r-aneufinderdata.

* gnu/packages/bioconductor.scm (r-aneufinderdata): New variable.
master
Roel Janssen 2021-05-26 09:13:08 +02:00
parent 458126a237
commit 189311660b
No known key found for this signature in database
GPG Key ID: CBD0CD5138C19AFC
1 changed files with 17 additions and 1 deletions

View File

@ -1,6 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2016, 2017, 2018, 2019, 2020, 2021 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2016, 2017, 2018, 2020 Roel Janssen <roel@gnu.org>
;;; Copyright © 2016, 2017, 2018, 2020, 2021 Roel Janssen <roel@gnu.org>
;;; Copyright © 2016 Pjotr Prins <pjotr.guix@thebird.nl>
;;; Copyright © 2016 Ben Woodcroft <donttrustben@gmail.com>
;;; Copyright © 2017 Efraim Flashner <efraim@flashner.co.il>
@ -934,6 +934,22 @@ datasets which are derived from the Allen Brain Atlas:
All datasets are restricted to protein coding genes.")
(license license:gpl2+)))
(define-public r-aneufinderdata
(package
(name "r-aneufinderdata")
(version "1.18.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "AneuFinderData" version 'experiment))
(sha256
(base32
"02vb3kmza5hv8bc424fdmfif608xvpdb759w8882kac8izpv29ks"))))
(build-system r-build-system)
(home-page "https://bioconductor.org/packages/AneuFinderData/")
(synopsis "Data package for @code{AneuFinder}")
(description "This package contains data used by @code{AneuFinder}.")
(license license:artistic2.0)))
(define-public r-arrmdata
(package
(name "r-arrmdata")