mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 04:20:44 +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
|
(define-public r-msa
|
||||||
(package
|
(package
|
||||||
(name "r-msa")
|
(name "r-msa")
|
||||||
(version "1.38.0")
|
(version "1.40.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "msa" version))
|
(uri (bioconductor-uri "msa" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0v65pfhl19zi0dc2avzpxq7dygknlr2y44wkir6wmvn8m7jppjlg"))))
|
"0cfxdyynnzb06cv9mghsbpkrqi66yrcfy4crzfwlszdxf5ixdqyb"))))
|
||||||
(properties `((upstream-name . "msa")))
|
(properties `((upstream-name . "msa")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -11495,7 +11495,7 @@ in SNV base substitution data.")
|
||||||
r-iranges
|
r-iranges
|
||||||
r-rcpp
|
r-rcpp
|
||||||
r-s4vectors))
|
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/")
|
(home-page "http://www.bioinf.jku.at/software/msa/")
|
||||||
(synopsis "Multiple sequence alignment")
|
(synopsis "Multiple sequence alignment")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue