mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: fastp: Update to 0.23.2.
* gnu/packages/bioinformatics.scm (fastp): Update to 0.23.2. [inputs]: Remove zlib; add isa-l and libdeflate.
This commit is contained in:
parent
54b431b7b3
commit
4ef9ac7f27
1 changed files with 3 additions and 3 deletions
|
@ -5324,7 +5324,7 @@ The main functions of FastQC are:
|
||||||
(define-public fastp
|
(define-public fastp
|
||||||
(package
|
(package
|
||||||
(name "fastp")
|
(name "fastp")
|
||||||
(version "0.20.1")
|
(version "0.23.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -5334,7 +5334,7 @@ The main functions of FastQC are:
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ly8mxdvrcy23jwxyppysx3dhb1lwsqhfbgpyvargxhfk6k700x4"))))
|
"04nmrqpjc3qni0cbazlwvpg8rk1mkfmfma0n4q3zivs3zi6rfnav"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -5348,7 +5348,7 @@ The main functions of FastQC are:
|
||||||
(lambda _
|
(lambda _
|
||||||
(mkdir-p (string-append #$output "/bin")))))))
|
(mkdir-p (string-append #$output "/bin")))))))
|
||||||
(inputs
|
(inputs
|
||||||
(list zlib))
|
(list isa-l libdeflate))
|
||||||
(home-page "https://github.com/OpenGene/fastp/")
|
(home-page "https://github.com/OpenGene/fastp/")
|
||||||
(synopsis "All-in-one FastQ preprocessor")
|
(synopsis "All-in-one FastQ preprocessor")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue