gnu: gdc-client: Run guix style

* gnu/packages/bioinformatics.scm (gdc-client): Run guix style.

Change-Id: I5dc3f65e622354a66ff71365f6dfd052da951297
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Kjartan Oli Agustsson 2025-06-18 18:01:43 +00:00 committed by Sharlatan Hellseher
parent 81e55bc0d5
commit c1b7cf51dc
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -14516,18 +14516,16 @@ quality control are provided.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32 "0cagawlzjwj3wam10lv64xgbfx4zcnzxi5sjpsdhq7rn4z24mzc2"))))
"0cagawlzjwj3wam10lv64xgbfx4zcnzxi5sjpsdhq7rn4z24mzc2"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
`(#:phases `(#:phases (modify-phases %standard-phases
(modify-phases %standard-phases
(add-after 'unpack 'relax-requirements (add-after 'unpack 'relax-requirements
(lambda _ (lambda _
(substitute* "requirements.txt" (substitute* "requirements.txt"
(("==") ">="))))))) (("==")
(inputs ">=")))))))
(list python-cryptography (inputs (list python-cryptography
python-intervaltree python-intervaltree
python-jsonschema python-jsonschema
python-lxml python-lxml
@ -14538,12 +14536,11 @@ quality control are provided.")
python-pyyaml python-pyyaml
python-requests python-requests
python-termcolor)) python-termcolor))
(native-inputs (native-inputs (list python-setuptools python-wheel))
(list python-setuptools
python-wheel))
(home-page "https://gdc.nci.nih.gov/access-data/gdc-data-transfer-tool") (home-page "https://gdc.nci.nih.gov/access-data/gdc-data-transfer-tool")
(synopsis "GDC data transfer tool") (synopsis "GDC data transfer tool")
(description "The gdc-client provides several convenience functions over (description
"The gdc-client provides several convenience functions over
the GDC API which provides general download/upload via HTTPS.") the GDC API which provides general download/upload via HTTPS.")
(license license:asl2.0))) (license license:asl2.0)))