mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: prodigal: Update home page.
* gnu/packages/bioinformatics.scm (prodigal)[home-page]: Use source code repository as home page.
This commit is contained in:
parent
030fe2fb7e
commit
5832b88c45
1 changed files with 4 additions and 2 deletions
|
@ -4992,6 +4992,8 @@ different command-line tools:
|
||||||
(define-public prodigal
|
(define-public prodigal
|
||||||
(package
|
(package
|
||||||
(name "prodigal")
|
(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")
|
(version "2.6.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -5004,14 +5006,14 @@ different command-line tools:
|
||||||
"1fs1hqk83qjbjhrvhw6ni75zakx5ki1ayy3v6wwkn3xvahc9hi5s"))))
|
"1fs1hqk83qjbjhrvhw6ni75zakx5ki1ayy3v6wwkn3xvahc9hi5s"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;no check target
|
`(#:tests? #f ; no check target
|
||||||
#:make-flags (list (string-append "INSTALLDIR="
|
#:make-flags (list (string-append "INSTALLDIR="
|
||||||
(assoc-ref %outputs "out")
|
(assoc-ref %outputs "out")
|
||||||
"/bin"))
|
"/bin"))
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(delete 'configure))))
|
(delete 'configure))))
|
||||||
(home-page "http://prodigal.ornl.gov")
|
(home-page "https://github.com/hyattpd/Prodigal")
|
||||||
(synopsis "Protein-coding gene prediction for Archaea and Bacteria")
|
(synopsis "Protein-coding gene prediction for Archaea and Bacteria")
|
||||||
(description
|
(description
|
||||||
"Prodigal runs smoothly on finished genomes, draft genomes, and
|
"Prodigal runs smoothly on finished genomes, draft genomes, and
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue