all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Navid Afkhami <navid.afkhami@mdc-berlin.de>
To: 60124@debbugs.gnu.org
Subject: [bug#60124] [PATCH] gnu: Add python-bamnostic.
Date: Fri, 16 Dec 2022 17:01:15 +0100	[thread overview]
Message-ID: <20221216160115.32252-1-navid.afkhami@mdc-berlin.de> (raw)

* 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	other threads:[~2022-12-16 16:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-16 16:01 Navid Afkhami [this message]
2022-12-21 23:17 ` bug#60124: [PATCH] gnu: Add python-bamnostic Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221216160115.32252-1-navid.afkhami@mdc-berlin.de \
    --to=navid.afkhami@mdc-berlin.de \
    --cc=60124@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.