[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
247/377: gnu: Add python-coolbox.
From: |
guix-commits |
Subject: |
247/377: gnu: Add python-coolbox. |
Date: |
Thu, 2 Sep 2021 17:55:46 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 7712154ccb115e7d8d5b040fb45109369e42bc4b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Aug 30 18:29:25 2021 +0200
gnu: Add python-coolbox.
* gnu/packages/bioinformatics.scm (python-coolbox): New variable.
---
gnu/packages/bioinformatics.scm | 49 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 49 insertions(+)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index ac918ea..eef22b8 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -103,6 +103,7 @@
#:use-module (gnu packages java)
#:use-module (gnu packages java-compression)
#:use-module (gnu packages jemalloc)
+ #:use-module (gnu packages jupyter)
#:use-module (gnu packages linux)
#:use-module (gnu packages lisp-xyz)
#:use-module (gnu packages logging)
@@ -14899,6 +14900,54 @@ feature is fast retrieval of range queries into numpy
arrays.")
e.g. from GenBank or Gff files, or Biopython SeqRecords.")
(license license:expat)))
+(define-public python-coolbox
+ (package
+ (name "python-coolbox")
+ (version "0.3.8")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "coolbox" version))
+ (sha256
+ (base32
+ "0gqp76285w9klswr47y6kxbzwhv033b26jfa179kccfhiaq5p2xa"))))
+ (build-system python-build-system)
+ (arguments '(#:tests? #false)) ; there are none
+ (inputs
+ `(("pybind11" ,pybind11)))
+ (propagated-inputs
+ `(("python-cooler" ,python-cooler)
+ ("python-dna-features-viewer" ,python-dna-features-viewer)
+ ("python-fire" ,python-fire)
+ ("python-h5py" ,python-h5py)
+ ("python-intervaltree" ,python-intervaltree)
+ ("python-ipywidgets" ,python-ipywidgets)
+ ("jupyter" ,jupyter)
+ ("python-matplotlib" ,python-matplotlib)
+ ("python-nbformat" ,python-nbformat)
+ ("python-numpy" ,python-numpy)
+ ("python-numpydoc" ,python-numpydoc)
+ ("python-pandas" ,python-pandas)
+ ("python-pybbi" ,python-pybbi)
+ ("python-pytest" ,python-pytest)
+ ("python-scipy" ,python-scipy)
+ ("python-statsmodels" ,python-statsmodels)
+ ("python-strawc" ,python-strawc)
+ ("python-svgutils" ,python-svgutils)
+ ("python-termcolor" ,python-termcolor)
+ ("python-voila" ,python-voila)))
+ (home-page "https://github.com/GangCaoLab/CoolBox")
+ (synopsis "Genomic data visualization toolkit")
+ (description
+ "CoolBox is a toolkit for visual analysis of genomics data. It aims to
+be highly compatible with the Python ecosystem, easy to use and highly
+customizable with a well-designed user interface. It can be used in various
+visualization situations, for example, to produce high-quality genome track
+plots or fetch common used genomic data files with a Python script or command
+line, interactively explore genomic data within Jupyter environment or web
+browser.")
+ (license license:gpl3+)))
+
(define-public r-ascat
(package
(name "r-ascat")
- 222/377: gnu: guile-websocket: Update to 0.1-d17878f6., (continued)
- 222/377: gnu: guile-websocket: Update to 0.1-d17878f6., guix-commits, 2021/09/02
- 213/377: gnu: python-pytest-django: Update to 4.4.0., guix-commits, 2021/09/02
- 224/377: gnu: extra-cmake-modules: Avoid dependency on qtbase when on armhf., guix-commits, 2021/09/02
- 225/377: build: Build (gnu system setuid)., guix-commits, 2021/09/02
- 236/377: gnu: Add python-svgutils., guix-commits, 2021/09/02
- 245/377: gnu: python-scikit-learn: Update to 0.24.2., guix-commits, 2021/09/02
- 244/377: gnu: python-anndata: Fetch sources from git., guix-commits, 2021/09/02
- 243/377: gnu: python-scanpy: Update to 1.8.1., guix-commits, 2021/09/02
- 264/377: gnu: glibmm: Enable documentation., guix-commits, 2021/09/02
- 269/377: gnu: gtk-doc: Update to 1.32., guix-commits, 2021/09/02
- 247/377: gnu: Add python-coolbox.,
guix-commits <=
- 263/377: gnu: glibmm: Update to 2.68.0., guix-commits, 2021/09/02
- 279/377: gnu: cairomm: Enable documentation., guix-commits, 2021/09/02
- 249/377: gnu: go-github-com-gdamore-tcell: Correct license to Apache 2.0., guix-commits, 2021/09/02
- 260/377: gnu: Temporarily use glib without documentation., guix-commits, 2021/09/02
- 273/377: gnu: cairo: Make some cosmetic changes., guix-commits, 2021/09/02
- 254/377: gnu: glib: Make some cosmetic changes., guix-commits, 2021/09/02
- 267/377: gnu: gtk-doc: Change build-system., guix-commits, 2021/09/02
- 275/377: gnu: cairo: Move documentation to separate output., guix-commits, 2021/09/02
- 276/377: gnu: cairo: Enable some features., guix-commits, 2021/09/02
- 253/377: gnu: harmonist: Update to 0.4.1., guix-commits, 2021/09/02