GNU bug report logs - #60124
[PATCH] gnu: Add python-bamnostic.

Previous Next

Package: guix-patches;

Reported by: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>

Date: Fri, 16 Dec 2022 16:03:01 UTC

Severity: normal

Tags: patch

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 60124 in the body.
You can then email your comments to 60124 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#60124; Package guix-patches. (Fri, 16 Dec 2022 16:03:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Navid Afkhami <navid.afkhami <at> mdc-berlin.de>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 16 Dec 2022 16:03:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
To: <guix-patches <at> gnu.org>
Subject: [PATCH] gnu: Add python-bamnostic.
Date: Fri, 16 Dec 2022 17:01:15 +0100
* gnu/packages/bioinformatics.scm (python-bamnostic): New variable.
---
 gnu/packages/bioinformatics.scm | 72 +++++++++++++++++++++++++++++++++
 1 file changed, 72 insertions(+)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index e8da00d805..cb423312a8 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -3646,6 +3646,78 @@ (define-public edirect-go-programs
            go-golang-org-x-image
            go-golang-org-x-text))))
 
+(define-public python-bamnostic
+  (package
+    (name "python-bamnostic")
+    (version "1.1.8")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "bamnostic" version))
+              (sha256
+               (base32
+                "0cjpzyqz6r4lmiwry2gcxdczwpkhl3lyyjg4s8addln17691ysxk"))))
+    (build-system pyproject-build-system)
+    (propagated-inputs (list python-pytest))
+    (home-page "https://github.com/betteridiot/bamnostic/")
+    (synopsis
+     "A tool for binary alignment map, random access and parsing")
+    (description
+     "A tool for binary alignment map, random access and parsing.")
+    (license license:bsd-3)))
+
+(define-public python-episcanpy
+  (package
+    (name "python-episcanpy")
+    (version "0.4.0")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "episcanpy" version))
+              (sha256
+               (base32
+                "1qqcyhyzy6idpjmidfdpzwk02hbxm25rymz42h51nlk0vd4r2wwm"))))
+    (build-system pyproject-build-system)
+    (arguments
+     (list
+      #:tests? #f
+      #:phases
+     '(modify-phases %standard-phases
+      ;; Numba needs a writable dir to cache functions.
+      (add-before 'build 'set-numba-cache-dir
+       (lambda _
+         (setenv "NUMBA_CACHE_DIR" "/tmp"))))))
+    (propagated-inputs (list python-anndata
+                             python-bamnostic
+                             python-h5py
+                             python-intervaltree
+                             python-joblib
+                             python-kneed
+                             python-legacy-api-wrap
+                             python-matplotlib
+                             python-natsort
+                             python-networkx
+                             python-numba
+                             python-numpy
+                             python-packaging
+                             python-pandas
+                             python-scanpy
+                             python-scikit-learn
+                             python-scipy
+                             python-seaborn
+                             python-setuptools-scm
+                             python-statsmodels
+                             python-tqdm
+                             python-pysam
+                             python-pytest
+                             python-tbb
+                             python-umap-learn))
+    (native-inputs (list python-pytest))
+    (home-page "http://github.com/colomemaria/epiScanpy")
+    (synopsis "A tool for epigenomics single cell analysis")
+    (description
+     "A toolkit to analyse single-cell open chromatin
+and single-cell DNA methylation data.")
+    (license license:bsd-3)))
+
 (define-public exonerate
   (package
     (name "exonerate")
-- 
2.34.1





Reply sent to Ricardo Wurmus <rekado <at> elephly.net>:
You have taken responsibility. (Wed, 21 Dec 2022 23:19:01 GMT) Full text and rfc822 format available.

Notification sent to Navid Afkhami <navid.afkhami <at> mdc-berlin.de>:
bug acknowledged by developer. (Wed, 21 Dec 2022 23:19:02 GMT) Full text and rfc822 format available.

Message #10 received at 60124-done <at> debbugs.gnu.org (full text, mbox):

From: Ricardo Wurmus <rekado <at> elephly.net>
To: 60124-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: Add python-bamnostic.
Date: Thu, 22 Dec 2022 00:17:49 +0100
Thanks for the patches!

I split them into two commits, changed the synopses and descriptions,
and moved some inputs around as suggested by “guix lint”.

-- 
Ricardo




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 19 Jan 2023 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 206 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.