gnu: kentutils: Add a file name for the "samtabix" input.
* gnu/packages/bioinformatics.scm (kentutils)[native-inputs]: For "samtabix", add a file name on the origin.master
parent
4ed96d6831
commit
ca27b0e528
|
@ -11448,14 +11448,16 @@ models. TADbit is complemented by TADkit for visualizing 3D models.")
|
||||||
#t)))))
|
#t)))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("samtabix"
|
`(("samtabix"
|
||||||
,(origin
|
,(let ((commit "10fd107909c1ac4d679299908be4262a012965ba"))
|
||||||
(method git-fetch)
|
(origin
|
||||||
(uri (git-reference
|
(method git-fetch)
|
||||||
(url "http://genome-source.cse.ucsc.edu/samtabix.git")
|
(uri (git-reference
|
||||||
(commit "10fd107909c1ac4d679299908be4262a012965ba")))
|
(url "http://genome-source.cse.ucsc.edu/samtabix.git")
|
||||||
(sha256
|
(commit commit)))
|
||||||
(base32
|
(file-name (git-file-name "samtabix" (string-take commit 7)))
|
||||||
"0c1nj64l42v395sa84n7az43xiap4i6f9n9dfz4058aqiwkhkmma"))))))
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0c1nj64l42v395sa84n7az43xiap4i6f9n9dfz4058aqiwkhkmma")))))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("zlib" ,zlib)
|
`(("zlib" ,zlib)
|
||||||
("tcsh" ,tcsh)
|
("tcsh" ,tcsh)
|
||||||
|
|
Reference in New Issue