mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
gnu: cnvkit: Update to 0.9.10.
* gnu/packages/bioinformatics.scm (cnvkit): Update to 0.9.10. [arguments]: Remove. [inputs]: Add r-minimal. Change-Id: Iaa27fd3dddc507c7a955441f066d4b0e3b8f1757
This commit is contained in:
parent
5a7f7156a2
commit
3a58a3ef05
1 changed files with 3 additions and 11 deletions
|
@ -17907,7 +17907,7 @@ (define-public nanopolish
|
||||||
(define-public cnvkit
|
(define-public cnvkit
|
||||||
(package
|
(package
|
||||||
(name "cnvkit")
|
(name "cnvkit")
|
||||||
(version "0.9.9")
|
(version "0.9.10")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -17916,17 +17916,8 @@ (define-public cnvkit
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1q4l7jhr1k135an3n9aa9wsid5lk6fwxb0hcldrr6v6y76zi4gj1"))))
|
(base32 "0r303pqjg70zpxa564bavbfj99c6di0dafgqqwx2vh4vfsiif94q"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
|
||||||
(list
|
|
||||||
#:phases
|
|
||||||
'(modify-phases %standard-phases
|
|
||||||
;; See upstream commit eee0f6eaec57d5c6e58142d661979f3aacc5f76a
|
|
||||||
(add-after 'unpack 'compatibility
|
|
||||||
(lambda _
|
|
||||||
(substitute* "setup.py"
|
|
||||||
(("'joblib.*") "")))))))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-biopython
|
(list python-biopython
|
||||||
python-future
|
python-future
|
||||||
|
@ -17941,6 +17932,7 @@ (define-public cnvkit
|
||||||
python-scipy
|
python-scipy
|
||||||
;; R packages
|
;; R packages
|
||||||
r-dnacopy))
|
r-dnacopy))
|
||||||
|
(inputs (list r-minimal)) ;for tests
|
||||||
(home-page "https://cnvkit.readthedocs.org/")
|
(home-page "https://cnvkit.readthedocs.org/")
|
||||||
(synopsis "Copy number variant detection from targeted DNA sequencing")
|
(synopsis "Copy number variant detection from targeted DNA sequencing")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue