mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-dropbead: Disable tests.
* gnu/packages/bioinformatics.scm (r-dropbead)[native-inputs]: Add r-data-table. [arguments]: Disable tests. Change-Id: I48c74a7b4253695ab5c877f6f1cebdca6ed42cb7
This commit is contained in:
parent
f8d38c785d
commit
d352e2ac18
1 changed files with 3 additions and 0 deletions
|
@ -14792,8 +14792,11 @@ of DTU.")
|
|||
(base32
|
||||
"0sbzma49aiiyw8b0jpr7fnhzys9nsqmp4hy4hdz1gzyg1lhnca26"))))
|
||||
(build-system r-build-system)
|
||||
;; Tests make invalid assumption about test files and their locations.
|
||||
(arguments (list #:tests? #false))
|
||||
(propagated-inputs
|
||||
(list r-ggplot2 r-rcolorbrewer r-gridextra r-gplots r-plyr))
|
||||
(native-inputs (list r-data-table))
|
||||
(home-page "https://github.com/rajewsky-lab/dropbead")
|
||||
(synopsis "Basic exploration and analysis of Drop-seq data")
|
||||
(description "This package offers a quick and straight-forward way to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue