[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: |
Sun, 5 Sep 2021 10:07:59 -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")
- 155/377: gnu: rust-zstd-sys-1: Update to 1.6.1+zstd.1.5.0., (continued)
- 155/377: gnu: rust-zstd-sys-1: Update to 1.6.1+zstd.1.5.0., guix-commits, 2021/09/05
- 178/377: gnu: man-pages: Update to 5.13., guix-commits, 2021/09/05
- 183/377: gnu: ocl-icd: Replace with opencl-icd-loader., guix-commits, 2021/09/05
- 185/377: gnu: python-pytools: Update to 2021.2.7., guix-commits, 2021/09/05
- 190/377: images: pinebook-pro: Fix the agetty baud rate., guix-commits, 2021/09/05
- 211/377: gnu: ansible: Update to 4.4.0., guix-commits, 2021/09/05
- 227/377: services: hurd-vm: Use the new 'targets' field of <bootloader-configuration>., guix-commits, 2021/09/05
- 235/377: gnu: Add python-pybbi., guix-commits, 2021/09/05
- 87/377: gnu: Add ivar., guix-commits, 2021/09/05
- 239/377: gnu: Add python-pytest-tornasync., guix-commits, 2021/09/05
- 247/377: gnu: Add python-coolbox.,
guix-commits <=
- 252/377: gnu: Add go-github-com-anaseto-gruid-tcell., guix-commits, 2021/09/05
- 253/377: gnu: harmonist: Update to 0.4.1., guix-commits, 2021/09/05
- 165/377: gnu: python-pytest-xprocess: Update to 0.18.1., guix-commits, 2021/09/05
- 171/377: gnu: Add python-strawc., guix-commits, 2021/09/05
- 174/377: gnu: postgresql-10: Update to 10.18., guix-commits, 2021/09/05
- 133/377: gnu: Add r-crul., guix-commits, 2021/09/05
- 147/377: gnu: Add rust-polars-core-0.15., guix-commits, 2021/09/05
- 153/377: gnu: Add rust-flatbuffers-2., guix-commits, 2021/09/05
- 154/377: gnu: Add rust-bigdecimal-rs-0.2., guix-commits, 2021/09/05
- 157/377: gnu: Add rust-zstd-0.9., guix-commits, 2021/09/05