mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +02:00
gnu: r-bamutils: Add test inputs and disable tests.
* gnu/packages/bioinformatics.scm (r-bamutils)[arguments]: Disable tests. [native-inputs]: Add r-testthat and samtools. Change-Id: I781c38fb59355a51f2cd27a833d7ed5dbe5277ab
This commit is contained in:
parent
bf20a8fb15
commit
387ca84d52
1 changed files with 3 additions and 0 deletions
|
@ -12052,6 +12052,8 @@ sankey, alluvial and sankey bump plots in @code{ggplot2}.")
|
|||
"1r3y8775y2j9w92pdp42iaif7nbh260xljrhaswkz6lp71phf1yw"))))
|
||||
(properties `((upstream-name . "bamUtils")))
|
||||
(build-system r-build-system)
|
||||
;; See https://github.com/mskilab-org/bamUtils/issues/12
|
||||
(arguments (list #:tests? #false))
|
||||
(propagated-inputs
|
||||
(list r-abind
|
||||
r-biocgenerics
|
||||
|
@ -12061,6 +12063,7 @@ sankey, alluvial and sankey bump plots in @code{ggplot2}.")
|
|||
r-gutils
|
||||
r-rsamtools
|
||||
r-variantannotation))
|
||||
(native-inputs (list r-testthat samtools))
|
||||
(home-page "https://github.com/mskilab/bamutils/")
|
||||
(synopsis "Utility functions for manipulating BAMs")
|
||||
(description "This package provides utility functions for manipulating
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue