gnu: prodigal: Update home page.
* gnu/packages/bioinformatics.scm (prodigal)[home-page]: Use source code repository as home page.master
parent
030fe2fb7e
commit
5832b88c45
|
@ -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)
|
||||
|
@ -5011,7 +5013,7 @@ different command-line tools:
|
|||
#: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
|
||||
|
|
Reference in New Issue