gnu: r-chromstar: Add missing input.

* gnu/packages/bioconductor.scm (r-chromstar)[native-inputs]: Add r-testthat.

Change-Id: I29897bb94f587adf210395dd28b6e3dc480ac74c
This commit is contained in:
Ricardo Wurmus 2024-11-27 16:22:55 +01:00
parent 88ce625adb
commit 014ee99b5f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -24970,7 +24970,7 @@ the earlier snpMatrix package, allowing for uncertainty in genotypes.")
r-reshape2
r-rsamtools
r-s4vectors))
(native-inputs (list r-knitr))
(native-inputs (list r-knitr r-testthat))
(home-page "https://github.com/ataudt/chromstaR")
(synopsis "Chromatin state analysis for ChIP-Seq data")
(description