guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Add python-tspex.


From: guix-commits
Subject: branch master updated: gnu: Add python-tspex.
Date: Fri, 11 Nov 2022 06:32:17 -0500

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ba8679fb24 gnu: Add python-tspex.
ba8679fb24 is described below

commit ba8679fb2452f4466a98a99edf050ea7452c83f4
Author: Navid Afkhami <navid.afkhami@mdc-berlin.de>
AuthorDate: Fri Nov 11 11:55:32 2022 +0100

    gnu: Add python-tspex.
    
    * gnu/packages/python-science.scm (python-tspex): New variable.
    
    Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
---
 gnu/packages/python-science.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index b389a27a9a..52fe1460bb 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -348,6 +348,26 @@ manipulation and analysis, in the style of the Polygon 
object in the Shapely
 library.")
     (license license:expat)))
 
+(define-public python-tspex
+  (package
+    (name "python-tspex")
+    (version "0.6.2")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "tspex" version))
+              (sha256
+               (base32
+                "0x64ki1nzhms2nb8xpng92bzh5chs850dvapr93pkg05rk22m6mv"))))
+    (build-system python-build-system)
+    (propagated-inputs
+     (list python-matplotlib python-numpy python-pandas python-xlrd))
+    (home-page "https://apcamargo.github.io/tspex/";)
+    (synopsis "Calculate tissue-specificity metrics for gene expression")
+    (description
+     "This package provides a Python package for calculating
+tissue-specificity metrics for gene expression.")
+    (license license:gpl3+)))
+
 (define-public python-pandas
   (package
     (name "python-pandas")



reply via email to

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