[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch wip-r updated: WIP
From: |
guix-commits |
Subject: |
branch wip-r updated: WIP |
Date: |
Tue, 24 Nov 2020 11:07:53 -0500 |
This is an automated email from the git hooks/post-receive script.
rekado pushed a commit to branch wip-r
in repository guix.
The following commit(s) were added to refs/heads/wip-r by this push:
new e6da7c4 WIP
e6da7c4 is described below
commit e6da7c41cf5baba011a48e1e36b7ad916b69f86c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Nov 24 17:09:33 2020 +0100
WIP
---
gnu/packages/bioconductor.scm | 69 +++++++++++++++++++++++++++++++----------
gnu/packages/bioinformatics.scm | 18 +++++++++--
2 files changed, 67 insertions(+), 20 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index f625df7..1b9904f 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -4526,14 +4526,14 @@ position-specific scores within R and Bioconductor.")
(define-public r-atacseqqc
(package
(name "r-atacseqqc")
- (version "1.14.0")
+ (version "1.14.4")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "ATACseqQC" version))
(sha256
(base32
- "10187875f1qrd9g9l0026n8l1d2759qry1qws863jcjqhqns7i27"))))
+ "04sn0zl4m60i5jvqz5rmhc4qwcgrhk6rhznrygmm93k9v363mbn9"))))
(properties `((upstream-name . "ATACseqQC")))
(build-system r-build-system)
(propagated-inputs
@@ -5951,14 +5951,14 @@ annotations.")
(define-public r-rsubread
(package
(name "r-rsubread")
- (version "2.4.1")
+ (version "2.4.2")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "Rsubread" version))
(sha256
(base32
- "1z4j7rv20giaszhbvla6cwqd4sgnlr6wm0g5bikgq4658cadyhpd"))))
+ "1wczrw5jb69x45hd3rdqqs9vkysdqwlxn9h3kjzn57r4x5q7jrra"))))
(properties `((upstream-name . "Rsubread")))
(build-system r-build-system)
(inputs `(("zlib" ,zlib)))
@@ -6038,6 +6038,17 @@ cluster count and membership by stability evidence in
unsupervised analysis.")
"1wylzps7wbvm64k62w5bbi8l74gaqca96psfapxfg6mcac5yz4qw"))))
(properties `((upstream-name . "cytolib")))
(build-system r-build-system)
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'fix-linking
+ (lambda _
+ (substitute* "src/Makevars.in"
+ ;; This is to avoid having a plain directory on the list of
+ ;; libraries to link.
+ (("\\(RHDF5_LIBS\\)" match)
+ (string-append match "/libhdf5.a")))
+ #t)))))
(inputs
`(("zlib" ,zlib)))
(native-inputs
@@ -6077,7 +6088,8 @@ interact with gated cytometry data.")
("r-matrixstats" ,r-matrixstats)
("r-rcpp" ,r-rcpp)
("r-rcpparmadillo" ,r-rcpparmadillo)
- ("r-rprotobuflib" ,r-rprotobuflib)))
+ ("r-rprotobuflib" ,r-rprotobuflib)
+ ("r-s4vectors" ,r-s4vectors)))
(native-inputs
`(("r-knitr" ,r-knitr)))
(home-page "https://bioconductor.org/packages/flowCore")
@@ -6126,6 +6138,17 @@ change point detection.")
"1knqc3ic2vpck7n7m7adxjz3ac70ra89d5gvlgp9r2q3kgaciwac"))))
(properties `((upstream-name . "ncdfFlow")))
(build-system r-build-system)
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'fix-linking
+ (lambda _
+ (substitute* "src/Makevars"
+ ;; This is to avoid having a plain directory on the list of
+ ;; libraries to link.
+ (("\\(RHDF5_LIBS\\)" match)
+ (string-append match "/libhdf5.a")))
+ #t)))))
(inputs
`(("zlib" ,zlib)))
(propagated-inputs
@@ -6418,14 +6441,14 @@ sequential way to mimic the manual gating strategy.")
(define-public r-cytoml
(package
(name "r-cytoml")
- (version "2.2.0")
+ (version "2.2.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "CytoML" version))
(sha256
(base32
- "0m5d23nz15vrwb0bky4w1844jx2zhpljj2y8jbzd95hp54m74zlv"))))
+ "1d8x49aqc95x1vx456hya5r7mal80pj9l6wmr5x5pb5r8qyzz6yq"))))
(properties `((upstream-name . "CytoML")))
(build-system r-build-system)
(inputs
@@ -8619,6 +8642,17 @@ provided.")
"1hr149q03p09y1cjnx8av854j53041wfyq66xpsjw4mypzjf6f28"))))
(properties `((upstream-name . "HDF5Array")))
(build-system r-build-system)
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'fix-linking
+ (lambda _
+ (substitute* "src/Makevars"
+ ;; This is to avoid having a plain directory on the list of
+ ;; libraries to link.
+ (("\\(RHDF5LIB_LIBS\\)" match)
+ (string-append match "/libhdf5.a")))
+ #t)))))
(inputs
`(("zlib" ,zlib)))
(propagated-inputs
@@ -8811,17 +8845,16 @@ of other packages.")
(define-public r-scater
(package
(name "r-scater")
- (version "1.18.0")
+ (version "1.18.3")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "scater" version))
(sha256
(base32
- "12dwfm3lpqxx93a6hwlvyikzggbyr2p2bpavcd379p3h960mpdx5"))))
+ "14f7yw277nykxmcm7wlhlsf3nizpwzz24hax1icx73lavfxmc535"))))
(build-system r-build-system)
(propagated-inputs
- `(("r-beachmat" ,r-beachmat)
- ("r-biocgenerics" ,r-biocgenerics)
+ `(("r-biocgenerics" ,r-biocgenerics)
("r-biocneighbors" ,r-biocneighbors)
("r-biocparallel" ,r-biocparallel)
("r-biocsingular" ,r-biocsingular)
@@ -8829,10 +8862,11 @@ of other packages.")
("r-delayedmatrixstats" ,r-delayedmatrixstats)
("r-ggbeeswarm" ,r-ggbeeswarm)
("r-ggplot2" ,r-ggplot2)
+ ("r-gridextra" ,r-gridextra)
("r-matrix" ,r-matrix)
- ("r-rcpp" ,r-rcpp)
("r-rlang" ,r-rlang)
("r-s4vectors" ,r-s4vectors)
+ ("r-scuttle" ,r-scuttle)
("r-singlecellexperiment" ,r-singlecellexperiment)
("r-summarizedexperiment" ,r-summarizedexperiment)
("r-viridis" ,r-viridis)))
@@ -8848,14 +8882,14 @@ quality control.")
(define-public r-scran
(package
(name "r-scran")
- (version "1.18.0")
+ (version "1.18.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "scran" version))
(sha256
(base32
- "13ms1l2jx4vjwwmacqrxwnv334xryz7l9nk04mdcza6811izbwri"))))
+ "1zap12rm61z2hg6ykknbif478nr7g468v8mp50bj5hqgi69ywcww"))))
(build-system r-build-system)
(propagated-inputs
`(("r-beachmat" ,r-beachmat)
@@ -8864,17 +8898,17 @@ quality control.")
("r-biocneighbors" ,r-biocneighbors)
("r-biocparallel" ,r-biocparallel)
("r-biocsingular" ,r-biocsingular)
+ ("r-bluster" ,r-bluster)
("r-delayedarray" ,r-delayedarray)
("r-delayedmatrixstats" ,r-delayedmatrixstats)
("r-dqrng" ,r-dqrng)
("r-edger" ,r-edger)
("r-igraph" ,r-igraph)
- ("r-iranges" ,r-iranges)
("r-limma" ,r-limma)
("r-matrix" ,r-matrix)
("r-rcpp" ,r-rcpp)
("r-s4vectors" ,r-s4vectors)
- ("r-scater" ,r-scater)
+ ("r-scuttle" ,r-scuttle)
("r-singlecellexperiment" ,r-singlecellexperiment)
("r-statmod" ,r-statmod)
("r-summarizedexperiment" ,r-summarizedexperiment)))
@@ -8937,7 +8971,8 @@ data in the column sparse format.")
("r-iranges" ,r-iranges)
("r-matrix" ,r-matrix)
("r-matrixstats" ,r-matrixstats)
- ("r-s4vectors" ,r-s4vectors)))
+ ("r-s4vectors" ,r-s4vectors)
+ ("r-sparsematrixstats" ,r-sparsematrixstats)))
(native-inputs
`(("r-knitr" ,r-knitr)))
(home-page "https://github.com/PeteHaitch/DelayedMatrixStats")
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 740b376..3b77bce 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7594,13 +7594,13 @@ BLAST, KEGG, GenBank, MEDLINE and GO.")
(define-public r-biocviews
(package
(name "r-biocviews")
- (version "1.58.0")
+ (version "1.58.1")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "biocViews" version))
(sha256
(base32
- "0f0aa51h9x8n114zz6q6iw45d78i9wzl4ycbpiy0bdn23167pd84"))))
+ "1by2639z7n62z84dr8rj9jz12gsd1k8q42zsnxacxbwfwp6h0cl4"))))
(properties
`((upstream-name . "biocViews")))
(build-system r-build-system)
@@ -8977,8 +8977,20 @@ HDF5 datasets.")
(base32
"0almr1vscrgj5g4dyrags131wia2pmdbdidlpskbgm44ha6hpmqi"))))
(build-system r-build-system)
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'fix-linking
+ (lambda _
+ (substitute* "src/Makevars"
+ ;; This is to avoid having a plain directory on the list of
+ ;; libraries to link.
+ (("\\(RHDF5_LIBS\\)" match)
+ (string-append match "/libhdf5.a")))
+ #t)))))
(propagated-inputs
- `(("r-rhdf5lib" ,r-rhdf5lib)))
+ `(("r-rhdf5lib" ,r-rhdf5lib)
+ ("r-rhdf5filters" ,r-rhdf5filters)))
(inputs
`(("zlib" ,zlib)))
(native-inputs
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch wip-r updated: WIP,
guix-commits <=