gnu: bwa-pssm: Fetch from git.
* gnu/packages/bioinformatics.scm (bwa-pssm)[source]: Fetch from git.
This commit is contained in:
parent
9a6808e0c0
commit
1d18ee6dfd
|
@ -1449,13 +1449,14 @@ and more accurate. BWA-MEM also has better performance than BWA-backtrack for
|
||||||
(name "bwa-pssm")
|
(name "bwa-pssm")
|
||||||
(version "0.5.11")
|
(version "0.5.11")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "https://github.com/pkerpedjiev/bwa-pssm/"
|
(uri (git-reference
|
||||||
"archive/" version ".tar.gz"))
|
(url "https://github.com/pkerpedjiev/bwa-pssm.git")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(commit version)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"02p7mpbs4mlxmn84g2x4ghak638vbj4lqix2ipx5g84pz9bhdavg"))))
|
"076c4q0cdqz8jgylb067y9zmvxglppnzi3qiscn0xiypgc6lgb5r"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("gdsl" ,gdsl)
|
`(("gdsl" ,gdsl)
|
||||||
|
|
Loading…
Reference in New Issue