GNU bug report logs -
#64992
[PATCH] gnu: Add python-baltica.
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 64992 in the body.
You can then email your comments to 64992 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#64992
; Package
guix-patches
.
(Tue, 01 Aug 2023 13:48: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
.
(Tue, 01 Aug 2023 13:48: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-baltica): New variable.
---
gnu/packages/bioinformatics.scm | 43 +++++++++++++++++++++++++++++++++
1 file changed, 43 insertions(+)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 6080c899af..6d745262b3 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -5056,6 +5056,49 @@ (define-public edirect-go-programs
go-golang-org-x-image
go-golang-org-x-text))))
+(define-public python-baltica
+ (package
+ (name "python-baltica")
+ (version "1.1.2")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/dieterich-lab/Baltica")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "001ac03v9pbqqzf9pv7v8gf0296ksa4f0v3wdmpa6m9701skqi4r"))))
+ (build-system pyproject-build-system)
+ (arguments
+ (list #:phases '(modify-phases %standard-phases
+ (replace 'check
+ (lambda _
+ ;; The tests need to be run from elsewhere...
+ (mkdir-p "/tmp/test")
+ (copy-recursively ".tests" "/tmp/test")
+ (with-directory-excursion "/tmp/test"
+ (invoke "pytest" "-v" "--doctest-modules")))))))
+ (propagated-inputs (list python-anndata
+ python-click
+ python-flask
+ python-flask-wtf
+ gunicorn
+ python-h5py
+ python-pysam
+ python-numpy
+ python-psutil
+ python-pyyaml
+ python-scipy
+ snakemake-7))
+ (native-inputs (list python-pytest python-pyfakefs python-cython))
+ (home-page "https://github.com/dieterich-lab/Baltica")
+ (synopsis "Integrated splice junction usage analysis")
+ (description
+ "This framework facilitates the execution of differential junction usage methods.
+Additionally, it enables the integration of results from multiple DJU methods.")
+ (license license:expat)))
+
(define-public python-bamnostic
(package
(name "python-bamnostic")
base-commit: 34b56974dfe720e5e30f04409ac216747d7e3f5c
--
2.34.1
Reply sent
to
Ricardo Wurmus <rekado <at> elephly.net>
:
You have taken responsibility.
(Wed, 02 Aug 2023 06:50:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
:
bug acknowledged by developer.
(Wed, 02 Aug 2023 06:50:01 GMT)
Full text and
rfc822 format available.
Message #10 received at 64992-done <at> debbugs.gnu.org (full text, mbox):
Pushed with commit 5a293d0830aa9369e388d37fe767d5bf98af01b7. Thanks for
the patch!
--
Ricardo
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 30 Aug 2023 11:24:08 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 295 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.