[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/16: gnu: repeat-masker: Add bash-minimal to inputs.
From: |
guix-commits |
Subject: |
03/16: gnu: repeat-masker: Add bash-minimal to inputs. |
Date: |
Fri, 20 Oct 2023 01:12:58 -0400 (EDT) |
apteryx pushed a commit to branch core-updates
in repository guix.
commit 260061e32eb297afb4f658b5496c6a464a662995
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Oct 20 01:04:15 2023 -0400
gnu: repeat-masker: Add bash-minimal to inputs.
* gnu/packages/bioinformatics.scm (repeat-masker)
[inputs]: Add bash-minimal.
Change-Id: I81d4806cc65eed8040824cb72d6c462c8762294e
---
gnu/packages/bioinformatics.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index ea02a64c83..a2a4dbf474 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -4808,7 +4808,8 @@ bases are detected.")
(wrap-program (string-append bin "/RepeatMasker")
`("PERL5LIB" ":" prefix (,path ,share)))))))))
(inputs
- (list perl
+ (list bash-minimal
+ perl
perl-text-soundex
python
python-h5py
- branch core-updates updated (8662e177bd -> 3a90987e8c), guix-commits, 2023/10/20
- 02/16: gnu: bioperl-minimal: Add bash-minimal to inputs., guix-commits, 2023/10/20
- 01/16: gnu: ribotaper: Add bash-minimal to inputs., guix-commits, 2023/10/20
- 03/16: gnu: repeat-masker: Add bash-minimal to inputs.,
guix-commits <=
- 04/16: gnu: edirect: Add bash-minimal to inputs., guix-commits, 2023/10/20
- 05/16: gnu: mafft: Add bash-minimal to inputs., guix-commits, 2023/10/20
- 09/16: gnu: shorah: Add bash-minimal to inputs., guix-commits, 2023/10/20
- 07/16: gnu: roary: Add bash-minimal to inputs., guix-commits, 2023/10/20
- 15/16: gnu: ccwl: Remove input labels., guix-commits, 2023/10/20
- 06/16: gnu: proteinortho: Add bash-minimal to inputs., guix-commits, 2023/10/20
- 08/16: gnu: rsem: Add bash-minimal to inputs., guix-commits, 2023/10/20
- 12/16: gnu: filtlong: Add bash-minimal to inputs., guix-commits, 2023/10/20
- 11/16: gnu: ngless: Add bash-minimal to inputs., guix-commits, 2023/10/20
- 13/16: gnu: nanopolish: Add bash-minimal to inputs., guix-commits, 2023/10/20