gnu: Add r-decipher.

* gnu/packages/bioconductor.scm (r-decipher): New variable.
This commit is contained in:
Roel Janssen 2021-05-26 13:31:20 +02:00
parent 99873359ed
commit f921981536
No known key found for this signature in database
GPG key ID: CBD0CD5138C19AFC

View file

@ -1408,6 +1408,26 @@ (define-public r-cummerbund
used visualizations.") used visualizations.")
(license license:artistic2.0))) (license license:artistic2.0)))
(define-public r-decipher
(package
(name "r-decipher")
(version "2.18.1")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "DECIPHER" version))
(sha256
(base32
"0jz2lffks9rrk5wzbvnr8yal91kf8rg2xn0fmg9ywk45ql657sm9"))))
(build-system r-build-system)
(propagated-inputs
`(("r-biostrings" ,r-biostrings)
("r-rsqlite" ,r-rsqlite)))
(home-page "https://www.bioconductor.org/packages/DECIPHER/")
(synopsis "Tools for deciphering and managing biological sequences")
(description "This package provides a toolset for deciphering and managing
biological sequences.")
(license license:gpl3)))
(define-public r-deepsnv (define-public r-deepsnv
(package (package
(name "r-deepsnv") (name "r-deepsnv")