mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-txdbmaker: Add test input.
* gnu/packages/bioconductor.scm (r-txdbmaker)[properties]: Record updater-extra-native-inputs. [native-inputs]: Add r-runit. Change-Id: I43a34f8a96060cd7742425c22959b8063c3e9643
This commit is contained in:
parent
311e86ed9f
commit
3b72b4b999
1 changed files with 4 additions and 2 deletions
|
@ -14362,7 +14362,9 @@ dependencies between GO terms can be implemented and applied.")
|
|||
(uri (bioconductor-uri "txdbmaker" version))
|
||||
(sha256
|
||||
(base32 "09ix8lzc7rgkxnrk8s53ql0jd96h89wbqvqqpax1i7d5jw15lja6"))))
|
||||
(properties `((upstream-name . "txdbmaker")))
|
||||
(properties
|
||||
'((upstream-name . "txdbmaker")
|
||||
(updater-extra-native-inputs . ("r-runit"))))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
@ -14390,7 +14392,7 @@ dependencies between GO terms can be implemented and applied.")
|
|||
r-rtracklayer
|
||||
r-s4vectors
|
||||
r-ucsc-utils))
|
||||
(native-inputs (list r-knitr))
|
||||
(native-inputs (list r-knitr r-runit))
|
||||
(home-page "https://bioconductor.org/packages/txdbmaker")
|
||||
(synopsis "Tools for making TxDb objects from genomic annotations")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue