[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/09: gnu: prodigal: Update home page.
From: |
guix-commits |
Subject: |
05/09: gnu: prodigal: Update home page. |
Date: |
Mon, 20 Jan 2020 20:27:58 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 5832b88c45d2625f282d7057524a1d2664d0f8d0
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Tue Jan 21 01:41:59 2020 +0100
gnu: prodigal: Update home page.
* gnu/packages/bioinformatics.scm (prodigal)[home-page]: Use source code
repository as home page.
---
gnu/packages/bioinformatics.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 6695c2f..c51aa89 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -4992,6 +4992,8 @@ different command-line tools:
(define-public prodigal
(package
(name "prodigal")
+ ;; Check for a new home page when updating this package:
+ ;; https://github.com/hyattpd/Prodigal/issues/36#issuecomment-536617588
(version "2.6.3")
(source (origin
(method git-fetch)
@@ -5004,14 +5006,14 @@ different command-line tools:
"1fs1hqk83qjbjhrvhw6ni75zakx5ki1ayy3v6wwkn3xvahc9hi5s"))))
(build-system gnu-build-system)
(arguments
- `(#:tests? #f ;no check target
+ `(#:tests? #f ; no check target
#:make-flags (list (string-append "INSTALLDIR="
(assoc-ref %outputs "out")
"/bin"))
#:phases
(modify-phases %standard-phases
(delete 'configure))))
- (home-page "http://prodigal.ornl.gov")
+ (home-page "https://github.com/hyattpd/Prodigal")
(synopsis "Protein-coding gene prediction for Archaea and Bacteria")
(description
"Prodigal runs smoothly on finished genomes, draft genomes, and
- branch master updated (5aa573d -> a19fb6a), guix-commits, 2020/01/20
- 03/09: gnu: grit: Update home page., guix-commits, 2020/01/20
- 04/09: gnu: miso: Update home page., guix-commits, 2020/01/20
- 07/09: gnu: sra-tools: Update home page., guix-commits, 2020/01/20
- 02/09: gnu: express-beta-diversity: Update home page., guix-commits, 2020/01/20
- 01/09: gnu: dendropy: Update home page., guix-commits, 2020/01/20
- 05/09: gnu: prodigal: Update home page.,
guix-commits <=
- 08/09: gnu: r-gage: Update home page., guix-commits, 2020/01/20
- 06/09: gnu: raxml: Update home page., guix-commits, 2020/01/20
- 09/09: gnu: Use HTTPS for (gnu packages bioinformatics) home pages., guix-commits, 2020/01/20