gnu: cd-hit: Support longer sequences.

* gnu/packages/bioinformatics.scm (cd-hit)[arguments]: Pass MAX_SEQ to make
flags.
This commit is contained in:
Ricardo Wurmus 2019-03-07 13:24:23 +01:00
parent 237ee6f2b2
commit 3b296475bf
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1770,7 +1770,9 @@ (define-public cd-hit
`(#:tests? #f ; there are no tests
#:make-flags
;; Executables are copied directly to the PREFIX.
(list (string-append "PREFIX=" (assoc-ref %outputs "out") "/bin"))
(list (string-append "PREFIX=" (assoc-ref %outputs "out") "/bin")
;; Support longer sequences (e.g. Pacbio sequences)
"MAX_SEQ=60000000")
#:phases
(modify-phases %standard-phases
;; No "configure" script