all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#72837] [PATCH] gnu: Add python-fcswrite.
@ 2024-08-27 17:59 King, Spencer via Guix-patches via
  0 siblings, 0 replies; only message in thread
From: King, Spencer via Guix-patches via @ 2024-08-27 17:59 UTC (permalink / raw)
  To: 72837

[-- Attachment #1: Type: text/plain, Size: 0 bytes --]



[-- Attachment #2: 0001-gnu-Add-python-fcswrite.patch --]
[-- Type: application/octet-stream, Size: 1674 bytes --]

From 429f630e669ec429ca64a388989b084267a28ed0 Mon Sep 17 00:00:00 2001
Message-Id: <429f630e669ec429ca64a388989b084267a28ed0.1724781461.git.spencer.king@geneoscopy.com>
From: Spencer King <spencer.king@geneoscopy.com>
Date: Tue, 27 Aug 2024 17:57:07 +0000
Subject: [PATCH] gnu: Add python-fcswrite.

* gnu/packages/bioinformatics.scm (python-fcswrite): New variable.

Change-Id: Ic72cef145513740d8fa5c3ac3e9553421db42feb
---
 gnu/packages/bioinformatics.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index eae0a29b90..da111395e4 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -5385,6 +5385,25 @@ (define-public python-fcsparser
      "This package provides a Python package for reading raw fcs files")
     (license license:expat)))
 
+(define-public python-fcswrite
+  (package
+    (name "python-fcswrite")
+    (version "0.6.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "fcswrite" version))
+       (sha256
+        (base32 "1n03jfns6cx6c4pqjhyqqmdj5c6r0mcdza4n7pf7b5zpwf25x9sq"))))
+    (build-system pyproject-build-system)
+    (native-inputs (list python-fcsparser python-pytest))
+    (propagated-inputs (list python-numpy))
+    (home-page "https://github.com/DC-analysis/fcswrite")
+    (synopsis "Package for writing fcs files")
+    (description
+     "This package provides a Python package for writing fcs files")
+    (license license:bsd-3)))
+
 (define-public python-pybigwig
   (package
     (name "python-pybigwig")

base-commit: dc97d577357e55f705ebfdfd455de49d72ee52c0
-- 
2.34.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-08-27 18:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-27 17:59 [bug#72837] [PATCH] gnu: Add python-fcswrite King, Spencer via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.