1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-24 11:11:12 +02:00

gnu: r-psiplot: Add missing inputs.

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

Change-Id: I19ad7216f86968c87abad64313bf09d03e3ad612
This commit is contained in:
Ricardo Wurmus
2024-11-26 10:51:08 +01:00
parent 90c656d7f7
commit 0b191fda81

View File

@@ -20586,6 +20586,7 @@ might be caused by ATAC-seq library prep or sequencing. The main program,
r-readr
r-magrittr
r-ggplot2))
(native-inputs (list r-testthat))
(home-page "https://github.com/kcha/psiplot")
(synopsis "Plot percent spliced-in values of alternatively-spliced exons")
(description