mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 04:20:44 +02:00
gnu: r-sictools: Update to 1.38.0.
* gnu/packages/bioconductor.scm (r-sictools): Update to 1.38.0. [native-inputs]: Add r-biocgenerics. Change-Id: I04d0f2b38f0728eaf729cbaddc652fccf8d01052
This commit is contained in:
parent
bdd6fff42d
commit
0074d693e6
1 changed files with 3 additions and 3 deletions
|
@ -13656,13 +13656,13 @@ ungapped alignment formats.")
|
|||
(define-public r-sictools
|
||||
(package
|
||||
(name "r-sictools")
|
||||
(version "1.36.0")
|
||||
(version "1.38.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "SICtools" version))
|
||||
(sha256
|
||||
(base32 "0jyycm82aw7xfx0h7ngd4nz4s8xfq7ky71nrvbj5m6jb3bkr4hjz"))))
|
||||
(base32 "1f1dkrvnxqvcll1ywmckfi2glap0y2rilvw9y6s9qnlq21kcidy5"))))
|
||||
(properties
|
||||
`((upstream-name . "SICtools")
|
||||
(updater-extra-inputs . ("ncurses"))))
|
||||
|
@ -13687,7 +13687,7 @@ ungapped alignment formats.")
|
|||
r-rsamtools
|
||||
r-stringr))
|
||||
(inputs (list ncurses))
|
||||
(native-inputs (list r-knitr r-runit))
|
||||
(native-inputs (list r-biocgenerics r-knitr r-runit))
|
||||
(home-page "https://bioconductor.org/packages/SICtools")
|
||||
(synopsis
|
||||
"Find SNV/Indel differences between two bam files with near relationship")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue