gnu: Add r-biobtreer.

* gnu/packages/bioconductor.scm (r-biobtreer): New variable.
This commit is contained in:
Ricardo Wurmus 2021-09-07 12:01:10 +02:00
parent a59aee1330
commit 5143f3852d
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -13861,6 +13861,33 @@ (define-public r-bgeedb
anatomical terms, mapped to genes by expression patterns.")
(license license:gpl3)))
(define-public r-biobtreer
(package
(name "r-biobtreer")
(version "1.4.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "biobtreeR" version))
(sha256
(base32
"0pynx4ps1qxsn13ba6zyg6h5dqlp2y7qish67m7sdjns079zh061"))))
(properties `((upstream-name . "biobtreeR")))
(build-system r-build-system)
(propagated-inputs
`(("r-httpuv" ,r-httpuv)
("r-httr" ,r-httr)
("r-jsonlite" ,r-jsonlite)
("r-stringi" ,r-stringi)))
(native-inputs `(("r-knitr" ,r-knitr)))
(home-page "https://github.com/tamerh/biobtreeR")
(synopsis "Use biobtree tool from R")
(description
"The biobtreeR package provides an interface to biobtree, a tool which
covers large sets of bioinformatics datasets and allows search and chain
mappings functionalities.")
(license license:expat)))
(define-public r-tximeta
(package
(name "r-tximeta")