[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/12: gnu: Add python-logomaker.
From: |
guix-commits |
Subject: |
05/12: gnu: Add python-logomaker. |
Date: |
Fri, 5 May 2023 09:40:27 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 181714e5f81aab8968a2ec3a9bbaf65ec7ad8175
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri May 5 15:33:48 2023 +0200
gnu: Add python-logomaker.
* gnu/packages/bioinformatics.scm (python-logomaker): New variable.
---
gnu/packages/bioinformatics.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index dcada630a0..4b2c0693d5 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -1447,6 +1447,29 @@ protocol. It provides a simple and reliable way to
retrieve genomic data from
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")
- branch master updated (3efdc84bbd -> dc8b3ebe5d), guix-commits, 2023/05/05
- 03/12: gnu: Add protobuf-3.20., guix-commits, 2023/05/05
- 04/12: gnu: Add python-mysql-connector-python., guix-commits, 2023/05/05
- 09/12: gnu: Add python-qnorm., guix-commits, 2023/05/05
- 11/12: gnu: Add python-norns., guix-commits, 2023/05/05
- 06/12: gnu: Add python-filelock-3.5., guix-commits, 2023/05/05
- 07/12: gnu: Add python-genomepy., guix-commits, 2023/05/05
- 08/12: gnu: Add python-biofluff., guix-commits, 2023/05/05
- 01/12: gnu: python-pyfaidx: Update to 0.7.2.1., guix-commits, 2023/05/05
- 02/12: gnu: Add python-palettable., guix-commits, 2023/05/05
- 05/12: gnu: Add python-logomaker.,
guix-commits <=
- 10/12: gnu: Add python-xdg., guix-commits, 2023/05/05
- 12/12: gnu: Add python-gimmemotifs., guix-commits, 2023/05/05