gnu: freebayes: Update source, home-page URIs.
* gnu/packages/bioinformatics.scm (freebayes)[source]: Update to new upstream URI. [home-page]: Same.master
parent
1d92fb08cf
commit
b3e39a475f
|
@ -15121,7 +15121,7 @@ manipulations on VCF files.")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/ekg/freebayes")
|
(url "https://github.com/freebayes/freebayes")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
|
@ -15195,7 +15195,7 @@ manipulations on VCF files.")
|
||||||
(invoke "meson" "test" "--timeout-multiplier" "5"))
|
(invoke "meson" "test" "--timeout-multiplier" "5"))
|
||||||
#t)))
|
#t)))
|
||||||
'()))))
|
'()))))
|
||||||
(home-page "https://github.com/ekg/freebayes")
|
(home-page "https://github.com/freebayes/freebayes")
|
||||||
(synopsis "Haplotype-based variant detector")
|
(synopsis "Haplotype-based variant detector")
|
||||||
(description "FreeBayes is a Bayesian genetic variant detector designed to
|
(description "FreeBayes is a Bayesian genetic variant detector designed to
|
||||||
find small polymorphisms, specifically SNPs (single-nucleotide polymorphisms),
|
find small polymorphisms, specifically SNPs (single-nucleotide polymorphisms),
|
||||||
|
|
Reference in New Issue