GNU bug report logs -
#75466
[PATCH] gnu: Add python-ngesh.
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 75466 in the body.
You can then email your comments to 75466 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#75466
; Package
guix-patches
.
(Thu, 09 Jan 2025 16:11: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
.
(Thu, 09 Jan 2025 16:11: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-ngesh): New variable.
Change-Id: If51f3075037647e319efa9468331677a845b30cb
---
gnu/packages/bioinformatics.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 34a39a48f1..f524b53bad 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -2880,6 +2880,33 @@ (define-public python-metacells
cells).")
(license license:expat)))
+(define-public python-ngesh
+ (package
+ (name "python-ngesh")
+ (version "1.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/tresoldi/ngesh")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "07sj4x95b5hvx57pw24f80sk4ag4hkg1z6wzym3pzi8n5gn85n1z"))))
+ (build-system pyproject-build-system)
+ (propagated-inputs (list python-ete3 python-numpy python-six))
+ (native-inputs (list python-black python-flake8 python-pytest python-twine
+ python-wheel))
+ (home-page "https://github.com/tresoldi/ngesh")
+ (synopsis "Library for phylogenetic tree simulation")
+ (description
+ "Ngesh is a Python library and CLI tool for simulating phylogenetic trees and data.
+It is intended for benchmarking phylogenetic methods, especially in historical
+linguistics andstemmatology. The generation of stochastic phylogenetic trees
+also goes by the name simulationmethods for phylogenetic trees, synthetic data
+generation, or just phylogenetic tree simulation.")
+ (license license:expat)))
+
(define-public python-parabam
(package
(name "python-parabam")
base-commit: 66a1a1fe22aff54973ab5c33957a338b33b8274c
--
2.43.0
Reply sent
to
Ricardo Wurmus <rekado <at> elephly.net>
:
You have taken responsibility.
(Thu, 16 Jan 2025 09:49:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
:
bug acknowledged by developer.
(Thu, 16 Jan 2025 09:49:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 75466-done <at> debbugs.gnu.org (full text, mbox):
Applied, thank you!
--
Ricardo
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 13 Feb 2025 12:24:10 GMT)
Full text and
rfc822 format available.
This bug report was last modified 28 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.