gnu: adapterremoval: Update to 2.3.3.
* gnu/packages/bioinformatics.scm (adapterremoval): Update to 2.3.3. [arguments]: Simplify. [inputs]: Reformat.master
parent
d67b8788b3
commit
5a1b246736
|
@ -16232,7 +16232,7 @@ tools which build on STAR, Arriba does not require to reduce the
|
||||||
(define-public adapterremoval
|
(define-public adapterremoval
|
||||||
(package
|
(package
|
||||||
(name "adapterremoval")
|
(name "adapterremoval")
|
||||||
(version "2.3.0")
|
(version "2.3.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -16242,18 +16242,18 @@ tools which build on STAR, Arriba does not require to reduce the
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1nf3ki5pfzalhrx2fr1y6pfqfi133yj2m7q4fj9irf5fb94bapwr"))))
|
"0wyr182667wqdmzhwwa6f7dddr8kk0scgzb8lsm23wim544mvn6i"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:make-flags
|
(list
|
||||||
,#~(list "COLOR_BUILD=no"
|
#:make-flags
|
||||||
(string-append "PREFIX=" #$output))
|
#~(list "COLOR_BUILD=no"
|
||||||
#:test-target "test"
|
(string-append "PREFIX=" #$output))
|
||||||
#:phases
|
#:test-target "test"
|
||||||
(modify-phases %standard-phases
|
#:phases
|
||||||
|
'(modify-phases %standard-phases
|
||||||
(delete 'configure))))
|
(delete 'configure))))
|
||||||
(inputs
|
(inputs (list zlib))
|
||||||
(list zlib))
|
|
||||||
(home-page "https://adapterremoval.readthedocs.io/")
|
(home-page "https://adapterremoval.readthedocs.io/")
|
||||||
(synopsis "Rapid sequence adapter trimming, identification, and read merging")
|
(synopsis "Rapid sequence adapter trimming, identification, and read merging")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue