gnu: rsem: Remove trailing #T.
* gnu/packages/bioinformatics.scm (rsem)[arguments]: Remove trailing #T from build phases.
This commit is contained in:
parent
5e0bcba57b
commit
c45c909026
1 changed files with 3 additions and 6 deletions
|
@ -6154,8 +6154,7 @@ phylogenies.")
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "Makefile"
|
(substitute* "Makefile"
|
||||||
(("^all : \\$\\(PROGRAMS\\).*") "all: $(PROGRAMS)\n")
|
(("^all : \\$\\(PROGRAMS\\).*") "all: $(PROGRAMS)\n")
|
||||||
(("^\\$\\(SAMLIBS\\).*") ""))
|
(("^\\$\\(SAMLIBS\\).*") ""))))
|
||||||
#t))
|
|
||||||
(replace 'install
|
(replace 'install
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(let* ((out (string-append (assoc-ref outputs "out")))
|
(let* ((out (string-append (assoc-ref outputs "out")))
|
||||||
|
@ -6166,8 +6165,7 @@ phylogenies.")
|
||||||
(for-each (lambda (file)
|
(for-each (lambda (file)
|
||||||
(install-file file bin))
|
(install-file file bin))
|
||||||
(find-files "." "rsem-.*"))
|
(find-files "." "rsem-.*"))
|
||||||
(install-file "rsem_perl_utils.pm" perl))
|
(install-file "rsem_perl_utils.pm" perl))))
|
||||||
#t))
|
|
||||||
(add-after 'install 'wrap-program
|
(add-after 'install 'wrap-program
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(let ((out (assoc-ref outputs "out")))
|
(let ((out (assoc-ref outputs "out")))
|
||||||
|
@ -6182,8 +6180,7 @@ phylogenies.")
|
||||||
"rsem-plot-transcript-wiggles"
|
"rsem-plot-transcript-wiggles"
|
||||||
"rsem-prepare-reference"
|
"rsem-prepare-reference"
|
||||||
"rsem-run-ebseq"
|
"rsem-run-ebseq"
|
||||||
"rsem-run-prsem-testing-procedure")))
|
"rsem-run-prsem-testing-procedure"))))))))
|
||||||
#t)))))
|
|
||||||
(inputs
|
(inputs
|
||||||
`(("boost" ,boost)
|
`(("boost" ,boost)
|
||||||
("r-minimal" ,r-minimal)
|
("r-minimal" ,r-minimal)
|
||||||
|
|
Reference in a new issue