Skip to content
Snippets Groups Projects
Unverified Commit b3e39a47 authored by Efraim Flashner's avatar Efraim Flashner
Browse files

gnu: freebayes: Update source, home-page URIs.

* gnu/packages/bioinformatics.scm (freebayes)[source]: Update to new
upstream URI.
[home-page]: Same.
parent 1d92fb08
No related branches found
No related tags found
No related merge requests found
......@@ -15121,7 +15121,7 @@ (define-public freebayes
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/ekg/freebayes")
(url "https://github.com/freebayes/freebayes")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
......@@ -15195,7 +15195,7 @@ (define-public freebayes
(invoke "meson" "test" "--timeout-multiplier" "5"))
#t)))
'()))))
(home-page "https://github.com/ekg/freebayes")
(home-page "https://github.com/freebayes/freebayes")
(synopsis "Haplotype-based variant detector")
(description "FreeBayes is a Bayesian genetic variant detector designed to
find small polymorphisms, specifically SNPs (single-nucleotide polymorphisms),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment