me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/bioinformatics.scm (freebayes)[source]: Update to new
upstream URI.
[home-page]: Same.
master
Efraim Flashner 2021-01-19 11:48:38 +02:00
parent 1d92fb08cf
commit b3e39a475f
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -15121,7 +15121,7 @@ manipulations on VCF files.")
(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 @@ manipulations on VCF files.")
(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),