GNU bug report logs - #66847
[PATCH] gnu: python-baltica: Update to 1.1.2.

Previous Next

Package: guix-patches;

Reported by: "Afkhami, Navid" <Navid.Afkhami <at> mdc-berlin.de>

Date: Tue, 31 Oct 2023 14:03:02 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 66847 in the body.
You can then email your comments to 66847 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#66847; Package guix-patches. (Tue, 31 Oct 2023 14:03:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Afkhami, Navid" <Navid.Afkhami <at> mdc-berlin.de>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 31 Oct 2023 14:03:02 GMT) Full text and rfc822 format available.

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

From: "Afkhami, Navid" <Navid.Afkhami <at> mdc-berlin.de>
To: <guix-patches <at> gnu.org>
Cc: "Afkhami, Navid" <Navid.Afkhami <at> mdc-berlin.de>
Subject: [PATCH] gnu: python-baltica: Update to 1.1.2.
Date: Tue, 31 Oct 2023 14:01:22 +0000
* gnu/packages/bioinformatics.scm (python-baltica): Update to 1.1.2.
[propagated-inputs]: Add r-yaml, r-rsamtools, r-biocmanager, r-here, r-genomicranges,
r-readr, r-tidyr, r-stringr, r-optparse, r-openxlsx, r-dplyr, and
r-upsetr.

Change-Id: I8c1bb556048b406b95e081155a46da17a6be5676
---
 gnu/packages/bioinformatics.scm | 76 +++++++++++++++++++--------------
 1 file changed, 43 insertions(+), 33 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index a47e84bc33..66d1a21ffe 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -5130,47 +5130,57 @@ (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"))))
+    (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* (#:key tests? #:allow-other-keys)
-             (when tests?
-               ;; 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 gunicorn
-           python-anndata
-           python-click
-           python-flask
-           python-flask-wtf
-           python-h5py
-           python-numpy
-           python-psutil
-           python-pysam
-           python-pyyaml
-           python-scipy
-           snakemake-7))
+      #:phases '(modify-phases %standard-phases
+                  (replace 'check
+                    (lambda* (#:key tests? #:allow-other-keys)
+                      (when tests?
+                        ;; 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 gunicorn
+                             python-anndata
+                             python-click
+                             python-flask
+                             python-flask-wtf
+                             python-h5py
+                             python-numpy
+                             python-psutil
+                             python-pysam
+                             python-pyyaml
+                             python-scipy
+                             r-yaml
+                             r-rsamtools
+                             r-biocmanager
+                             r-here
+                             r-genomicranges
+                             r-readr
+                             r-tidyr
+                             r-stringr
+                             r-optparse
+                             r-openxlsx
+                             r-dplyr
+                             r-upsetr
+                             snakemake-7))
     (native-inputs (list python-cython python-pyfakefs python-pytest))
     (home-page "https://github.com/dieterich-lab/Baltica")
     (synopsis "Integrated splice junction usage analysis")
     (description
      "This framework facilitates the execution of @dfn{differential junction
-usage} (DJU) methods. Additionally, it enables the integration of results from
+usage} (DJU) methods.  Additionally, it enables the integration of results from
 multiple DJU methods.")
     (license license:expat)))
 

base-commit: c0895371c5759c7d9edb330774e90f192cc4cf2c
-- 
2.34.1





Reply sent to Ricardo Wurmus <rekado <at> elephly.net>:
You have taken responsibility. (Tue, 31 Oct 2023 21:07:02 GMT) Full text and rfc822 format available.

Notification sent to "Afkhami, Navid" <Navid.Afkhami <at> mdc-berlin.de>:
bug acknowledged by developer. (Tue, 31 Oct 2023 21:07:02 GMT) Full text and rfc822 format available.

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

From: Ricardo Wurmus <rekado <at> elephly.net>
To: 66847-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: python-baltica: Update to 1.1.2.
Date: Tue, 31 Oct 2023 22:05:29 +0100
Thanks for the patch.  I changed the commit message and reduced the
number of changes to the essential.

Pushed!

-- 
Ricardo




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

This bug report was last modified 1 year and 201 days ago.

Previous Next


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