mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pygenometracks: Add missing native input.
* gnu/packages/bioinformatics.scm (python-pygenometracks): [native-inputs]: Add python-wheel. Change-Id: I0294c84446603680498a4af5065a78f42129c476
This commit is contained in:
parent
d98e6ab337
commit
03b0ca9e93
1 changed files with 2 additions and 1 deletions
|
@ -20209,7 +20209,8 @@ genomic scores), long range contacts and the visualization of viewpoints.")
|
||||||
python-pysam
|
python-pysam
|
||||||
python-tqdm))
|
python-tqdm))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-pytest))
|
(list python-pytest
|
||||||
|
python-wheel))
|
||||||
(home-page "https://pygenometracks.readthedocs.io")
|
(home-page "https://pygenometracks.readthedocs.io")
|
||||||
(synopsis "Program and library to plot beautiful genome browser tracks")
|
(synopsis "Program and library to plot beautiful genome browser tracks")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue