[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
98/245: gnu: Add texlive-gotoh.
From: |
guix-commits |
Subject: |
98/245: gnu: Add texlive-gotoh. |
Date: |
Sun, 30 Jul 2023 13:46:44 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit fc9c2feef7b9ef6c8719ec112b689e6a712a27ea
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:21:23 2023 +0200
gnu: Add texlive-gotoh.
* gnu/packages/tex.scm (texlive-gotoh): New variable.
---
gnu/packages/tex.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index ee2fc95a30..255b89c479 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3829,6 +3829,26 @@ package. Its main features are:
@end itemize")
(license license:lppl1.3c)))
+(define-public texlive-gotoh
+ (package
+ (name "texlive-gotoh")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/gotoh/" "source/latex/gotoh/"
+ "tex/latex/gotoh/")
+ (base32
+ "0h08ygzlhv1mpd27yfv8slvgfwa250z7alpv99p6768jafysp3k9")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/gotoh")
+ (synopsis "Implementation of the Gotoh sequence alignment algorithm")
+ (description
+ "This package calculates biological sequence alignment with the Gotoh
algorithm.
+The package also provides an interface to control various settings including
+algorithm parameters.")
+ (license license:expat)))
+
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")
- 83/245: gnu: Add texlive-euclideangeometry., (continued)
- 83/245: gnu: Add texlive-euclideangeometry., guix-commits, 2023/07/30
- 85/245: gnu: Add texlive-extpfeil., guix-commits, 2023/07/30
- 86/245: gnu: Add texlive-faktor., guix-commits, 2023/07/30
- 87/245: gnu: Add texlive-fascicules., guix-commits, 2023/07/30
- 88/245: gnu: Add texlive-fixdif., guix-commits, 2023/07/30
- 91/245: gnu: Add texlive-formal-grammar., guix-commits, 2023/07/30
- 94/245: gnu: Add texlive-gastex., guix-commits, 2023/07/30
- 101/245: gnu: Add texlive-helmholtz-ellis-ji-notation., guix-commits, 2023/07/30
- 92/245: gnu: Add texlive-fouridx., guix-commits, 2023/07/30
- 93/245: gnu: Add texlive-functan., guix-commits, 2023/07/30
- 98/245: gnu: Add texlive-gotoh.,
guix-commits <=
- 96/245: gnu: Add texlive-ghsystem., guix-commits, 2023/07/30
- 97/245: gnu: Add texlive-glosmathtools., guix-commits, 2023/07/30
- 102/245: gnu: Add texlive-hep., guix-commits, 2023/07/30
- 111/245: gnu: Add texlive-ionumbers., guix-commits, 2023/07/30
- 109/245: gnu: Add texlive-includernw., guix-commits, 2023/07/30
- 105/245: gnu: Add texlive-hepparticles., guix-commits, 2023/07/30
- 114/245: gnu: Add texlive-jupynotex., guix-commits, 2023/07/30
- 38/245: gnu: Add texlive-chemexec., guix-commits, 2023/07/30
- 29/245: gnu: Add texlive-bytefield., guix-commits, 2023/07/30
- 41/245: gnu: Add texlive-chemnum., guix-commits, 2023/07/30