me
/
guix
Archived
1
0
Fork 0

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
Marius Bakke 2020-12-20 15:53:09 +01:00
parent 4ed96d6831
commit ca27b0e528
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 10 additions and 8 deletions

View File

@ -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)