guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/06: gnu: Add python-hclust2.


From: guix-commits
Subject: 05/06: gnu: Add python-hclust2.
Date: Tue, 24 Jan 2023 18:23:51 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit ed56d2a1c2b289c77174afac0c6b3b3bcae2e7ea
Author: Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de>
AuthorDate: Sun Jan 22 01:49:49 2023 +0100

    gnu: Add python-hclust2.
    
    * gnu/packages/bioinformatics.scm (python-hclust2): New variable.
---
 gnu/packages/bioinformatics.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index a52a36bdac..063fe7f094 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -1057,6 +1057,30 @@ from high-throughput single-cell RNA sequencing 
(scRNA-seq) data.")
 and sequence consensus.")
     (license license:expat)))
 
+(define-public python-hclust2
+  (package
+    (name "python-hclust2")
+    (version "1.0.0")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "hclust2" version))
+              (sha256
+               (base32
+                "0v89n2g42d7jhgfs8glf06apgxx6aswp3mfisgnhm518cv8z2rwn"))))
+    (build-system pyproject-build-system)
+    (arguments (list #:tests? #f))      ;there are no tests
+    (propagated-inputs
+     (list python-matplotlib
+           python-numpy
+           python-pandas
+           python-scipy))
+    (home-page "https://github.com/SegataLab/hclust2/";)
+    (synopsis "Plotting heat-maps for publications")
+    (description
+     "Hclust2 is a handy tool for plotting heat-maps with several useful 
options
+to produce high quality figures that can be used in publications.")
+    (license license:expat)))
+
 (define-public python-htsget
   (package
    (name "python-htsget")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]