mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
gnu: r-fastseg: Update to 1.48.0.
* gnu/packages/bioconductor.scm (r-fastseg): Update to 1.48.0. [native-inputs]: Add r-knitr. Change-Id: Id3f6098e20062f7d007a54dc5cf83f11b5cf50dc
This commit is contained in:
parent
60b6dde680
commit
cdb009029b
1 changed files with 3 additions and 2 deletions
|
@ -7313,18 +7313,19 @@ (define-public r-ensembldb
|
|||
(define-public r-fastseg
|
||||
(package
|
||||
(name "r-fastseg")
|
||||
(version "1.46.0")
|
||||
(version "1.48.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "fastseg" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0gygyf1xq1z6vzand43n965p366zh0k3rv58gnyqa81whj4dvcq3"))))
|
||||
"10g9mdh7nzdz2b1k5gg5hk35lpapcnbs3p3z17k15aq040lpm236"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-biobase r-biocgenerics r-genomicranges r-iranges
|
||||
r-s4vectors))
|
||||
(native-inputs (list r-knitr))
|
||||
(home-page "https://www.bioinf.jku.at/software/fastseg/index.html")
|
||||
(synopsis "Fast segmentation algorithm for genetic sequencing data")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue