1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-26 12:10:29 +02:00

gnu: proteinortho: Add bash-minimal to inputs.

* gnu/packages/bioinformatics.scm (proteinortho)[inputs]: Add bash-minimal.
Remove labels.

Change-Id: I74e243d598a544a9a58ea77a229b6a2b2f56c5b2
This commit is contained in:
Maxim Cournoyer
2023-10-20 01:05:49 -04:00
committed by Ludovic Courtès
parent 6bcc2f6571
commit 3fbd948450

View File

@@ -9285,12 +9285,13 @@ predicts the locations of structural units in the sequences.")
(cons (string-append out "/bin/proteinortho")
(find-files out "\\.(pl|py)$")))))))))
(inputs
`(("guile" ,guile-3.0) ; for wrap-script
("diamond" ,diamond)
("perl" ,perl)
("python" ,python-wrapper)
("blast+" ,blast+)
("openblas" ,openblas)))
(list bash-minimal
guile-3.0 ; for wrap-script
diamond
perl
python-wrapper
blast+
openblas))
(native-inputs
(list which))
(home-page "https://www.bioinf.uni-leipzig.de/Software/proteinortho")