gnu: pigx-scrnaseq: Update to 1.1.9.
* gnu/packages/bioinformatics.scm (pigx-scrnaseq): Update to 1.1.9. [arguments]: Remove 'autoreconf phase. [native-inputs]: Remove autoconf and automake.
parent
93c97bfffb
commit
b540e5e6bb
|
@ -10679,7 +10679,7 @@ methylation and segmentation.")
|
||||||
(define-public pigx-scrnaseq
|
(define-public pigx-scrnaseq
|
||||||
(package
|
(package
|
||||||
(name "pigx-scrnaseq")
|
(name "pigx-scrnaseq")
|
||||||
(version "1.1.8")
|
(version "1.1.9")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/BIMSBbioinfo/pigx_scrnaseq/"
|
(uri (string-append "https://github.com/BIMSBbioinfo/pigx_scrnaseq/"
|
||||||
|
@ -10687,23 +10687,11 @@ methylation and segmentation.")
|
||||||
"/pigx_scrnaseq-" version ".tar.gz"))
|
"/pigx_scrnaseq-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1lc42hl8mz95kilh0z39s3wnv092mhm6vl2i394n0yfvdzk4f885"))))
|
"0adx7877c3lhlrzfid76i8bc829wcmzvrm0jx47gyid8mxqb7vqs"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'bootstrap 'autoreconf
|
|
||||||
(lambda _
|
|
||||||
;; This was fixed in commit
|
|
||||||
;; c4ac067438ae9312b5786a72e2bfb3d795e3ec8a, but there is no
|
|
||||||
;; release with this fix.
|
|
||||||
(call-with-output-file "VERSION"
|
|
||||||
(lambda (port) (display ,version port)))
|
|
||||||
;; https://github.com/BIMSBbioinfo/pigx_scrnaseq/issues/59
|
|
||||||
(substitute* "m4/ax_r_package.m4"
|
|
||||||
(("if\\(is.na\\(packageDescription\\(\"PKG\"\\)\\)\\)")
|
|
||||||
"if(system.file(package=\"PKG\") == \"\")"))
|
|
||||||
(invoke "autoreconf" "-vif")))
|
|
||||||
(add-before 'configure 'set-additional-environment-variables
|
(add-before 'configure 'set-additional-environment-variables
|
||||||
(lambda _
|
(lambda _
|
||||||
;; Needed because of loompy
|
;; Needed because of loompy
|
||||||
|
@ -10752,8 +10740,6 @@ methylation and segmentation.")
|
||||||
r-singlecellexperiment
|
r-singlecellexperiment
|
||||||
r-stringr
|
r-stringr
|
||||||
r-yaml))
|
r-yaml))
|
||||||
(native-inputs
|
|
||||||
(list autoconf automake))
|
|
||||||
(home-page "https://bioinformatics.mdc-berlin.de/pigx/")
|
(home-page "https://bioinformatics.mdc-berlin.de/pigx/")
|
||||||
(synopsis "Analysis pipeline for single-cell RNA sequencing experiments")
|
(synopsis "Analysis pipeline for single-cell RNA sequencing experiments")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue