GNU bug report logs -
#64801
[PATCH 1/2] gnu: Add python-liana-py.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 64801 in the body.
You can then email your comments to 64801 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#64801
; Package
guix-patches
.
(Sun, 23 Jul 2023 10:43: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
.
(Sun, 23 Jul 2023 10:43:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/bioinformatics.scm (python-liana-py): New variable.
---
gnu/packages/bioinformatics.scm | 58 +++++++++++++++++++++++++++++++++
1 file changed, 58 insertions(+)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 864c200707..a0ae298a2c 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -1863,6 +1863,64 @@ (define-public python-htsget
servers supporting the protocol.")
(license license:asl2.0)))
+(define-public python-liana-py
+ (package
+ (name "python-liana-py")
+ (version "0.1.9")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/saezlab/liana-py")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "00lqrmi38wmdpjlcafgmrnkwsbp0yvm2rya6qs8y6jfizww9ff8i"))))
+ (build-system pyproject-build-system)
+ (arguments
+ (list #:test-flags '(list "-k"
+ ;; These tests require internet access.
+ (string-append "not test_generate_lr_resource"
+ " and not test_generate_nondefault_lr_resource"))
+ #:phases '(modify-phases %standard-phases
+ (add-before 'check 'set-home
+ ;; Some tests require home directory to be set.
+ (lambda _
+ (setenv "HOME" "/tmp")))
+ ;; Numba needs a writable directory to cache functions.
+ (add-before 'build 'set-numba-cache-dir
+ (lambda _
+ (setenv "NUMBA_CACHE_DIR" "/tmp"))))))
+ (propagated-inputs (list python-anndata
+ python-black
+ python-cell2cell
+ python-decoupler-py
+ python-hypothesis
+ python-ipykernel
+ python-ipython
+ python-mofax
+ python-mudata
+ python-nbconvert
+ python-nbsphinx
+ python-numpydoc
+ python-omnipath
+ python-pandas
+ python-plotnine
+ python-pypandoc
+ python-scipy
+ python-requests
+ python-scanpy
+ python-statsmodels
+ python-tqdm
+ tzdata))
+ (native-inputs (list python-pytest python-pytest-cov python-numpy))
+ (home-page "https://github.com/saezlab/liana-py")
+ (synopsis "LIANA is a ligand-receptor analysis framework")
+ (description "This is a Ligand-Receptor inference framework.
+The framework enables the use of any LR method
+with any resources.")
+ (license license:gpl3+)))
+
(define-public python-logomaker
(package
(name "python-logomaker")
base-commit: 445a0359083388b5ee686e6e855f94a3aac5f79c
--
2.34.1
Reply sent
to
Ricardo Wurmus <rekado <at> elephly.net>
:
You have taken responsibility.
(Mon, 31 Jul 2023 10:23:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
:
bug acknowledged by developer.
(Mon, 31 Jul 2023 10:23:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 64801-done <at> debbugs.gnu.org (full text, mbox):
Thank you for the patch! I pushed it with minor adjustments.
--
Ricardo
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 28 Aug 2023 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 359 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.