guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Add python-fcsparser.


From: guix-commits
Subject: branch master updated: gnu: Add python-fcsparser.
Date: Tue, 23 Jan 2024 15:23:07 -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 f7373261e9 gnu: Add python-fcsparser.
f7373261e9 is described below

commit f7373261e918b9601ae9f18db770fb0b0ac3999c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jan 23 21:22:45 2024 +0100

    gnu: Add python-fcsparser.
    
    * gnu/packages/bioinformatics.scm (python-fcsparser): New variable.
    
    Change-Id: I87ed7f10bbfdf7d689cb6289a5f5ad31872f9de0
---
 gnu/packages/bioinformatics.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index c87e91826c..ec076b783e 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -4767,6 +4767,25 @@ result, LS-GKM achieves considerably higher accuracy 
than the original
 gkm-SVM.")
     (license license:gpl3+)))
 
+(define-public python-fcsparser
+  (package
+    (name "python-fcsparser")
+    (version "0.2.8")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "fcsparser" version))
+       (sha256
+        (base32 "1skk1k8phq9sj4ar0cnq8px89y3kcyh5zrbl6anz9wcdcyzkc16z"))))
+    (build-system pyproject-build-system)
+    (propagated-inputs (list python-numpy python-pandas))
+    (native-inputs (list python-poetry-core python-pytest))
+    (home-page "https://github.com/eyurtsev/fcsparser";)
+    (synopsis "Package for reading raw fcs files")
+    (description
+     "This package provides a Python package for reading raw fcs files")
+    (license license:expat)))
+
 (define-public python-pybigwig
   (package
     (name "python-pybigwig")



reply via email to

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