gnu: bless: Correct indentation and home-page.
* gnu/packages/bioinformatics.scm (bless): Fix indentation. [home-page]: Replace broken URL.
This commit is contained in:
parent
4c60ce4a6b
commit
4d75e03ac9
|
@ -535,8 +535,8 @@ confidence to have in an alignment.")
|
||||||
version ".tgz"))
|
version ".tgz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0rm0gw2s18dqwzzpl3c2x1z05ni2v0xz5dmfk3d33j6g4cgrlrdd"))
|
"0rm0gw2s18dqwzzpl3c2x1z05ni2v0xz5dmfk3d33j6g4cgrlrdd"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
`(begin
|
`(begin
|
||||||
;; Remove bundled boost, pigz, zlib, and .git directory
|
;; Remove bundled boost, pigz, zlib, and .git directory
|
||||||
|
@ -595,7 +595,7 @@ confidence to have in an alignment.")
|
||||||
("boost" ,boost)
|
("boost" ,boost)
|
||||||
("pigz" ,pigz)
|
("pigz" ,pigz)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(home-page "http://sourceforge.net/projects/bless-ec/wiki/Home/")
|
(home-page "http://sourceforge.net/p/bless-ec/wiki/Home/")
|
||||||
(synopsis "Bloom-filter-based error correction tool for NGS reads")
|
(synopsis "Bloom-filter-based error correction tool for NGS reads")
|
||||||
(description
|
(description
|
||||||
"@dfn{Bloom-filter-based error correction solution for high-throughput
|
"@dfn{Bloom-filter-based error correction solution for high-throughput
|
||||||
|
|
Loading…
Reference in New Issue