gnu: star: Update to 2.5.2b.
* gnu/packages/bioinformatics (star): Update to 2.5.2b. [source]: Delete precompiled binary. Co-authored-by: Ben Woodcroft <donttrustben@gmail.com>
This commit is contained in:
parent
51ad11ad62
commit
c9e9154e99
|
@ -4924,7 +4924,7 @@ application of SortMeRNA is filtering rRNA from metatranscriptomic data.")
|
||||||
(define-public star
|
(define-public star
|
||||||
(package
|
(package
|
||||||
(name "star")
|
(name "star")
|
||||||
(version "2.5.2a")
|
(version "2.5.2b")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/alexdobin/STAR/archive/"
|
(uri (string-append "https://github.com/alexdobin/STAR/archive/"
|
||||||
|
@ -4932,7 +4932,7 @@ application of SortMeRNA is filtering rRNA from metatranscriptomic data.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0xjlsm4p9flln111hv4xx7xy94c2nl53zvdvbk9winmiradjsdra"))
|
"1na6np880r1zaamiy00hy8bid5anpy0kgf63587v2yl080krk2zq"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
@ -4941,6 +4941,7 @@ application of SortMeRNA is filtering rRNA from metatranscriptomic data.")
|
||||||
;; Remove pre-built binaries and bundled htslib sources.
|
;; Remove pre-built binaries and bundled htslib sources.
|
||||||
(delete-file-recursively "bin/MacOSX_x86_64")
|
(delete-file-recursively "bin/MacOSX_x86_64")
|
||||||
(delete-file-recursively "bin/Linux_x86_64")
|
(delete-file-recursively "bin/Linux_x86_64")
|
||||||
|
(delete-file-recursively "bin/Linux_x86_64_static")
|
||||||
(delete-file-recursively "source/htslib")
|
(delete-file-recursively "source/htslib")
|
||||||
#t))))
|
#t))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
|
Loading…
Reference in New Issue