mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-08 03:59:40 +01:00
gnu: r-decipher: Update to 2.20.0.
* gnu/packages/bioconductor.scm (r-decipher): Update to 2.20.0. [propagated-inputs]: Add r-dbi, r-iranges, r-s4vectors, and r-xvector.
This commit is contained in:
parent
116df58449
commit
dec096f827
1 changed files with 7 additions and 3 deletions
|
@ -1418,17 +1418,21 @@ used visualizations.")
|
|||
(define-public r-decipher
|
||||
(package
|
||||
(name "r-decipher")
|
||||
(version "2.18.1")
|
||||
(version "2.20.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "DECIPHER" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0jz2lffks9rrk5wzbvnr8yal91kf8rg2xn0fmg9ywk45ql657sm9"))))
|
||||
"0mr7glkx2d37l9nszs52m0kycpm14vxl5gdp3z7i5j7yig1sw2nk"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-biostrings" ,r-biostrings)
|
||||
("r-rsqlite" ,r-rsqlite)))
|
||||
("r-dbi" ,r-dbi)
|
||||
("r-iranges" ,r-iranges)
|
||||
("r-rsqlite" ,r-rsqlite)
|
||||
("r-s4vectors" ,r-s4vectors)
|
||||
("r-xvector" ,r-xvector)))
|
||||
(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
|
||||
|
|
Loading…
Add table
Reference in a new issue