mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 12:00:35 +02:00
gnu: r-msa: Update to 1.40.0.
* gnu/packages/bioconductor.scm (r-msa): Update to 1.40.0. [native-inputs]: Add r-ape, r-pwalign, and r-seqinr. Change-Id: I7c0e4cdba4b4588bb553ba5c588f6122bd7302be
This commit is contained in:
parent
74f507b1ae
commit
1f89b59863
1 changed files with 3 additions and 3 deletions
|
@ -11480,13 +11480,13 @@ in SNV base substitution data.")
|
|||
(define-public r-msa
|
||||
(package
|
||||
(name "r-msa")
|
||||
(version "1.38.0")
|
||||
(version "1.40.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "msa" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0v65pfhl19zi0dc2avzpxq7dygknlr2y44wkir6wmvn8m7jppjlg"))))
|
||||
"0cfxdyynnzb06cv9mghsbpkrqi66yrcfy4crzfwlszdxf5ixdqyb"))))
|
||||
(properties `((upstream-name . "msa")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
@ -11495,7 +11495,7 @@ in SNV base substitution data.")
|
|||
r-iranges
|
||||
r-rcpp
|
||||
r-s4vectors))
|
||||
(native-inputs (list r-knitr))
|
||||
(native-inputs (list r-ape r-knitr r-pwalign r-seqinr))
|
||||
(home-page "http://www.bioinf.jku.at/software/msa/")
|
||||
(synopsis "Multiple sequence alignment")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue