gnu: r-aneufinder: Update to 1.30.0.
* gnu/packages/bioconductor.scm (r-aneufinder): Update to 1.30.0. Change-Id: Ib57882838b947c014b2fad4c8c829d91c7aa6a17master
parent
d79c200c1e
commit
f625fab931
|
@ -3454,37 +3454,37 @@ create an alternative mapping from sequences.")
|
||||||
(define-public r-aneufinder
|
(define-public r-aneufinder
|
||||||
(package
|
(package
|
||||||
(name "r-aneufinder")
|
(name "r-aneufinder")
|
||||||
(version "1.28.0")
|
(version "1.30.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "AneuFinder" version))
|
(uri (bioconductor-uri "AneuFinder" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1l33yb20pynkvlla1dmgbwjhnhxh067fci0ciryxmbzqwq2sn1kc"))))
|
"0x7v60j1c1g12qlqxgshpmbnwzjbmlnkrfh60wl43inr0wyllq1l"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list r-knitr))
|
(list r-knitr))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-genomicranges
|
(list r-aneufinderdata
|
||||||
r-aneufinderdata
|
r-bamsignals
|
||||||
|
r-biocgenerics
|
||||||
|
r-biostrings
|
||||||
|
r-cowplot
|
||||||
|
r-dnacopy
|
||||||
|
r-doparallel
|
||||||
r-ecp
|
r-ecp
|
||||||
r-foreach
|
r-foreach
|
||||||
r-doparallel
|
|
||||||
r-biocgenerics
|
|
||||||
r-s4vectors
|
|
||||||
r-genomeinfodb
|
r-genomeinfodb
|
||||||
r-iranges
|
|
||||||
r-rsamtools
|
|
||||||
r-bamsignals
|
|
||||||
r-dnacopy
|
|
||||||
r-biostrings
|
|
||||||
r-genomicalignments
|
r-genomicalignments
|
||||||
r-ggplot2
|
r-genomicranges
|
||||||
r-reshape2
|
|
||||||
r-ggdendro
|
r-ggdendro
|
||||||
|
r-ggplot2
|
||||||
r-ggrepel
|
r-ggrepel
|
||||||
|
r-iranges
|
||||||
r-mclust
|
r-mclust
|
||||||
r-cowplot))
|
r-reshape2
|
||||||
|
r-rsamtools
|
||||||
|
r-s4vectors))
|
||||||
(home-page "https://bioconductor.org/packages/AneuFinder/")
|
(home-page "https://bioconductor.org/packages/AneuFinder/")
|
||||||
(synopsis "Copy number variation analysis in single-cell-sequencing data")
|
(synopsis "Copy number variation analysis in single-cell-sequencing data")
|
||||||
(description "This package implements functions for copy number variant
|
(description "This package implements functions for copy number variant
|
||||||
|
|
Reference in New Issue