mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 12:30:38 +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"))))
|
"1r3y8775y2j9w92pdp42iaif7nbh260xljrhaswkz6lp71phf1yw"))))
|
||||||
(properties `((upstream-name . "bamUtils")))
|
(properties `((upstream-name . "bamUtils")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
;; See https://github.com/mskilab-org/bamUtils/issues/12
|
||||||
|
(arguments (list #:tests? #false))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-abind
|
(list r-abind
|
||||||
r-biocgenerics
|
r-biocgenerics
|
||||||
|
@ -12061,6 +12063,7 @@ sankey, alluvial and sankey bump plots in @code{ggplot2}.")
|
||||||
r-gutils
|
r-gutils
|
||||||
r-rsamtools
|
r-rsamtools
|
||||||
r-variantannotation))
|
r-variantannotation))
|
||||||
|
(native-inputs (list r-testthat samtools))
|
||||||
(home-page "https://github.com/mskilab/bamutils/")
|
(home-page "https://github.com/mskilab/bamutils/")
|
||||||
(synopsis "Utility functions for manipulating BAMs")
|
(synopsis "Utility functions for manipulating BAMs")
|
||||||
(description "This package provides utility functions for manipulating
|
(description "This package provides utility functions for manipulating
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue