[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
171/377: gnu: Add python-strawc.
From: |
guix-commits |
Subject: |
171/377: gnu: Add python-strawc. |
Date: |
Thu, 2 Sep 2021 17:55:20 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit db13eb962f5822647cbc88321031615a39d1ff15
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Aug 27 13:24:33 2021 +0200
gnu: Add python-strawc.
* gnu/packages/bioinformatics.scm (python-strawc): New variable.
---
gnu/packages/bioinformatics.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 1775f5a..0979a86 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -14773,6 +14773,28 @@ produced by Oxford Nanopore Technologies’ MinION,
GridION or PromethION
instruments, or Pacific Biosciences RSII or Sequel sequencers.")
(license license:expat)))
+(define-public python-strawc
+ (package
+ (name "python-strawc")
+ (version "0.0.2.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "strawC" version))
+ (sha256
+ (base32
+ "1z1gy8n56lhriy6hdkh9r82ndikndipq2cy2wh8q185qig4rimr6"))))
+ (build-system python-build-system)
+ (inputs
+ `(("curl" ,curl)
+ ("pybind11" ,pybind11)
+ ("zlib" ,zlib)))
+ (home-page "https://github.com/aidenlab/straw")
+ (synopsis "Stream data from .hic files")
+ (description "Straw is library which allows rapid streaming of contact
+data from @file{.hic} files. This package provides Python bindings.")
+ (license license:expat)))
+
(define-public r-ascat
(package
(name "r-ascat")
- 150/377: gnu: Add rust-polars-lazy-0.15., (continued)
- 150/377: gnu: Add rust-polars-lazy-0.15., guix-commits, 2021/09/02
- 151/377: gnu: Add rust-polars-0.15., guix-commits, 2021/09/02
- 152/377: gnu: Add rust-jsonpath-lib-0.3., guix-commits, 2021/09/02
- 154/377: gnu: Add rust-bigdecimal-rs-0.2., guix-commits, 2021/09/02
- 158/377: gnu: nushell: Update to 0.36.0., guix-commits, 2021/09/02
- 160/377: gnu: mc: Update to 4.8.27., guix-commits, 2021/09/02
- 162/377: gnu: emacs-guix: Update to 0.5.2.5-c9aef52., guix-commits, 2021/09/02
- 164/377: gnu: python-pytest-timeout: Update to 1.4.2., guix-commits, 2021/09/02
- 166/377: gnu: python-greenlet: Update to 1.1.1., guix-commits, 2021/09/02
- 170/377: gnu: Add r-cytonorm., guix-commits, 2021/09/02
- 171/377: gnu: Add python-strawc.,
guix-commits <=
- 172/377: gnu: Add python-hmmlearn., guix-commits, 2021/09/02
- 176/377: gnu: java-opening-hours-parser: Update to 0.23.0., guix-commits, 2021/09/02
- 174/377: gnu: postgresql-10: Update to 10.18., guix-commits, 2021/09/02
- 177/377: gnu: josm: Update to 18118., guix-commits, 2021/09/02
- 180/377: gnu: opencl-clhpp: Update to 2.0.15., guix-commits, 2021/09/02
- 181/377: gnu: clinfo: Update to 3.0.21.02.21 and simplify package., guix-commits, 2021/09/02
- 186/377: gnu: python-pyopencl: Update to 2021.2.6., guix-commits, 2021/09/02
- 185/377: gnu: python-pytools: Update to 2021.2.7., guix-commits, 2021/09/02
- 187/377: build: Distribute tests/go.scm even when the host lacks guile-lib., guix-commits, 2021/09/02
- 189/377: gnu: Add lsofgraph., guix-commits, 2021/09/02