[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
214/214: gnu: python-pyvcf: Update to 0.6.8-0.476169c.
From: |
guix-commits |
Subject: |
214/214: gnu: python-pyvcf: Update to 0.6.8-0.476169c. |
Date: |
Tue, 20 Sep 2022 11:07:42 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 8084e3bdb3c22b735d3e8df282a3bcb0a7ca6a59
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Sep 20 14:26:15 2022 +0200
gnu: python-pyvcf: Update to 0.6.8-0.476169c.
* gnu/packages/bioinformatics.scm (python-pyvcf): Update to 0.6.8-0.476169c.
---
gnu/packages/bioinformatics.scm | 72 +++++++++++++++++++++--------------------
1 file changed, 37 insertions(+), 35 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index d35e86cd3e..f54ac6ffab 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -15541,47 +15541,49 @@ for the analysis and visualization of raw nanopore
signal.")
(license license:mpl2.0)))
(define-public python-pyvcf
- (package
- (name "python-pyvcf")
- (version "0.6.8")
- ;; Use git, because the PyPI tarballs lack test data.
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
+ (let ((commit "476169cd457ba0caa6b998b301a4d91e975251d9")
+ (revision "0"))
+ (package
+ (name "python-pyvcf")
+ (version (git-version "0.6.8" revision commit))
+ ;; Use git, because the PyPI tarballs lack test data.
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
(url "https://github.com/jamescasbon/PyVCF.git")
;; Latest release is not tagged.
- (commit "bfcedb9bad1a14074ac4526ffdb610611e073810")))
- (file-name (git-file-name name version))
- (sha256
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
(base32
- "0c7lsssns3zp8fh2ibllzzra003srg9vbxqzmq6654akbzdb7lrf"))))
- (build-system python-build-system)
- (arguments
- `(#:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'patch-sample-script
- (lambda _
- ;; Add Python 3 compatibility to this sample script.
- (substitute* "scripts/vcf_sample_filter.py"
- (("print (.*)\n" _ arg)
- (string-append "print(" arg ")\n")))))
- (add-after 'install 'remove-installed-tests
- ;; Do not install test files.
- (lambda* (#:key inputs outputs #:allow-other-keys)
- (delete-file-recursively (string-append
+ "0qf9lwj7r2hjjp4bd4vc7nayrhblfm4qcqs4dbd43a6p4bj2jv5p"))))
+ (build-system python-build-system)
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'patch-sample-script
+ (lambda _
+ ;; Add Python 3 compatibility to this sample script.
+ (substitute* "scripts/vcf_sample_filter.py"
+ (("print (.*)\n" _ arg)
+ (string-append "print(" arg ")\n")))))
+ (add-after 'install 'remove-installed-tests
+ ;; Do not install test files.
+ (lambda* (#:key inputs outputs #:allow-other-keys)
+ (delete-file-recursively (string-append
(site-packages inputs outputs)
"/vcf/test")))))))
- (native-inputs
- ;; Older setuptools is needed for use_2to3.
- (list python-cython python-setuptools-for-tensorflow))
- (propagated-inputs
- (list python-pysam python-rpy2))
- (home-page "https://github.com/jamescasbon/PyVCF")
- (synopsis "Variant Call Format parser for Python")
- (description "This package provides a @acronym{VCF,Variant Call Format}
+ (native-inputs
+ ;; Older setuptools is needed for use_2to3.
+ (list python-cython python-setuptools-for-tensorflow))
+ (propagated-inputs
+ (list python-pysam python-rpy2))
+ (home-page "https://github.com/jamescasbon/PyVCF")
+ (synopsis "Variant Call Format parser for Python")
+ (description "This package provides a @acronym{VCF,Variant Call Format}
parser for Python.")
- (license license:expat)))
+ (license license:expat))))
(define-public nanosv
(package
- 97/214: gnu: r-spdata: Update to 2.2.0., (continued)
- 97/214: gnu: r-spdata: Update to 2.2.0., guix-commits, 2022/09/20
- 140/214: gnu: r-projpred: Update to 2.2.0., guix-commits, 2022/09/20
- 98/214: gnu: r-spdep: Update to 1.2-5., guix-commits, 2022/09/20
- 158/214: gnu: r-altmeta: Update to 4.1., guix-commits, 2022/09/20
- 166/214: gnu: r-mlr3tuning: Update to 0.14.0., guix-commits, 2022/09/20
- 171/214: gnu: r-qs: Update to 0.25.4., guix-commits, 2022/09/20
- 202/214: gnu: r-hmisc: Update to 4.7-1., guix-commits, 2022/09/20
- 181/214: gnu: r-matrix: Update to 1.5-1., guix-commits, 2022/09/20
- 198/214: gnu: r-rsqlite: Update to 2.2.17., guix-commits, 2022/09/20
- 176/214: gnu: r-crul: Update to 1.3., guix-commits, 2022/09/20
- 214/214: gnu: python-pyvcf: Update to 0.6.8-0.476169c.,
guix-commits <=
- 180/214: gnu: r-cluster: Update to 2.1.4., guix-commits, 2022/09/20
- 196/214: gnu: r-rmarkdown: Update to 2.16., guix-commits, 2022/09/20
- 212/214: gnu: r-mlr3ordinal: Update to 0.1.0-9000-1.736e3a3., guix-commits, 2022/09/20
- 68/214: gnu: r-mosaic: Update to 1.8.4., guix-commits, 2022/09/20
- 130/214: gnu: r-quanteda: Update to 3.2.3., guix-commits, 2022/09/20
- 165/214: gnu: r-bbotk: Update to 0.5.4., guix-commits, 2022/09/20
- 173/214: gnu: r-paws-common: Update to 0.5.0., guix-commits, 2022/09/20
- 179/214: gnu: r-ggh4x: Update to 0.2.2., guix-commits, 2022/09/20
- 188/214: gnu: r-dplyr: Update to 1.0.10., guix-commits, 2022/09/20
- 40/214: gnu: r-jomo: Update to 2.7-4., guix-commits, 2022/09/20