mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Add python-logomaker.
* gnu/packages/bioinformatics.scm (python-logomaker): New variable.
This commit is contained in:
parent
f41c9409f2
commit
181714e5f8
1 changed files with 23 additions and 0 deletions
|
@ -1447,6 +1447,29 @@ (define-public python-htsget
|
|||
servers supporting the protocol.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public python-logomaker
|
||||
(package
|
||||
(name "python-logomaker")
|
||||
(version "0.8")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "logomaker" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0v9z3ml1s7imk28hqyhrqjqg3sq0j29lx975d36n2ybdgld51iyq"))))
|
||||
(build-system pyproject-build-system)
|
||||
(propagated-inputs
|
||||
(list python-matplotlib python-numpy python-pandas))
|
||||
(home-page "https://logomaker.readthedocs.io")
|
||||
(synopsis "Package for making Sequence Logos")
|
||||
(description "Logomaker is a Python package for generating
|
||||
publication-quality sequence logos. Logomaker can generate both standard and
|
||||
highly customized logos illustrating the properties of DNA, RNA, or protein
|
||||
sequences. Logos are rendered as vector graphics embedded within native
|
||||
matplotlib Axes objects, making them easy to style and incorporate into
|
||||
multi-panel figures.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python-pegasusio
|
||||
(package
|
||||
(name "python-pegasusio")
|
||||
|
|
Loading…
Reference in a new issue