GNU bug report logs -
#65687
[PATCH] gnu: r-chromunity: Update to (git-version 0.0.2 revision commit).
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 65687 in the body.
You can then email your comments to 65687 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#65687
; Package
guix-patches
.
(Fri, 01 Sep 2023 20:05: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, 01 Sep 2023 20:05:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/bioinformatics.scm (r-chromunity): Update to (git-version 0.0.2 revision commit).
[propagated-inputs]: Add r-bsgenome-hsapiens-ucsc-hg38.
---
gnu/packages/bioinformatics.scm | 38 ++++++++++++++++-----------------
1 file changed, 19 insertions(+), 19 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 2669942438..f1a0307d3b 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9791,11 +9791,11 @@ (define-public r-skitools
(license license:expat))))
(define-public r-chromunity
- (let ((commit "09fce8bc12cb84b45a6ea25bf8db6e5b75113d4f")
+ (let ((commit "712e56ccba64e8881dbb203546379a5c3c639bb2")
(revision "1"))
(package
(name "r-chromunity")
- (version (git-version "0.0.1" revision commit))
+ (version (git-version "0.0.2" revision commit))
(source (origin
(method git-fetch)
(uri (git-reference
@@ -9804,25 +9804,25 @@ (define-public r-chromunity
(file-name (git-file-name name version))
(sha256
(base32
- "0lp0h614k8fq6h9gpbylk4chh7q6w4qda8lx03ajrpppxmg7al2d"))))
+ "0sdja11l7bg5rmcbp2cl226cq9qrj3r8kq5lg49zbin83hya27vh"))))
(properties `((upstream-name . "chromunity")))
(build-system r-build-system)
- (propagated-inputs
- (list r-arrow
- r-biocgenerics
- r-data-table
- r-gchain
- r-genomicranges
- r-gutils
- r-igraph
- r-magrittr
- r-mass
- r-matrix
- r-pbmcapply
- r-plyr
- r-r6
- r-skitools
- r-zoo))
+ (propagated-inputs (list r-arrow
+ r-biocgenerics
+ r-bsgenome-hsapiens-ucsc-hg38
+ r-data-table
+ r-gchain
+ r-genomicranges
+ r-gutils
+ r-igraph
+ r-magrittr
+ r-mass
+ r-matrix
+ r-pbmcapply
+ r-plyr
+ r-r6
+ r-skitools
+ r-zoo))
(home-page "https://github.com/mskilab/chromunity")
(synopsis "Discovery of communities in Pore-C concatemers")
(description "This is a package for the discovery of communities in
base-commit: a88da4199c30291a3155ff1b24b4b5ab3d7c40c0
--
2.34.1
Reply sent
to
Ricardo Wurmus <rekado <at> elephly.net>
:
You have taken responsibility.
(Sat, 02 Sep 2023 09:06:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
:
bug acknowledged by developer.
(Sat, 02 Sep 2023 09:06:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 65687-done <at> debbugs.gnu.org (full text, mbox):
Applied with minor changes:
- removed r-skitools because that’s no longer needed according to the
importer.
- changed indentation.
- changed commit message to mention the effective version string
Thank you!
--
Ricardo
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 30 Sep 2023 11:24:32 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 223 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.