mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-airr: Adjust style.
* gnu/packages/bioinformatics.scm (python-airr)[source]: Switch to PyPI archive, activate tests. [native-inputs]: Remove python-wheel; add python-pytest. Change-Id: I8d02f86b0e54f30839c5c3ecf94b3e05144820dc
This commit is contained in:
parent
84e46a5001
commit
a8af297013
1 changed files with 6 additions and 7 deletions
|
@ -7689,23 +7689,22 @@ and paired-end bulk or single-cell sequencing data with any read length.")
|
|||
(package
|
||||
(name "python-airr")
|
||||
(version "1.5.1")
|
||||
(home-page "https://pypi.org/project/airr/")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "airr" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0jbigfdwa23xv5riw0ljdfq2qwg1b2fav2kfi81zxd1g1jprxy3i"))))
|
||||
(base32 "0jbigfdwa23xv5riw0ljdfq2qwg1b2fav2kfi81zxd1g1jprxy3i"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list python-jsondiff
|
||||
python-pytest
|
||||
python-setuptools))
|
||||
(propagated-inputs
|
||||
(list python-pandas
|
||||
python-pyyaml
|
||||
python-yamlordereddictloader))
|
||||
(native-inputs
|
||||
(list python-jsondiff
|
||||
python-setuptools
|
||||
python-wheel))
|
||||
(home-page "http://docs.airr-community.org")
|
||||
(synopsis "Data Representation Standard library for antibody and TCR sequences")
|
||||
(description "Python-airr provides a library by the AIRR community to for
|
||||
describing, reporting, storing, and sharing adaptive immune receptor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue