gnu: Add python-fcsparser.
* gnu/packages/bioinformatics.scm (python-fcsparser): New variable. Change-Id: I87ed7f10bbfdf7d689cb6289a5f5ad31872f9de0
This commit is contained in:
parent
469405375c
commit
f7373261e9
1 changed files with 19 additions and 0 deletions
|
@ -4767,6 +4767,25 @@ result, LS-GKM achieves considerably higher accuracy than the original
|
||||||
gkm-SVM.")
|
gkm-SVM.")
|
||||||
(license license:gpl3+)))
|
(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
|
(define-public python-pybigwig
|
||||||
(package
|
(package
|
||||||
(name "python-pybigwig")
|
(name "python-pybigwig")
|
||||||
|
|
Reference in a new issue