[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/16: gnu: ribotaper: Add bash-minimal to inputs.
From: |
guix-commits |
Subject: |
01/16: gnu: ribotaper: Add bash-minimal to inputs. |
Date: |
Fri, 20 Oct 2023 01:12:57 -0400 (EDT) |
apteryx pushed a commit to branch core-updates
in repository guix.
commit f669f5955285a7a9d44ba81db12056c70c78a24b
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Oct 20 01:03:21 2023 -0400
gnu: ribotaper: Add bash-minimal to inputs.
* gnu/packages/bioinformatics.scm (ribotaper)
[inputs]: Add bash-minimal.
Change-Id: I5adc841c15c054101d32f30579a89aa7290c6f3c
---
gnu/packages/bioinformatics.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index d210157ba3..9fbe513282 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -12,7 +12,7 @@
;;; Copyright © 2018 Joshua Sierles, Nextjournal <joshua@nextjournal.com>
;;; Copyright © 2018 Gábor Boskovits <boskovits@gmail.com>
;;; Copyright © 2018-2023 Mădălin Ionel Patrașcu
<madalinionel.patrascu@mdc-berlin.de>
-;;; Copyright © 2019, 2020, 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
+;;; Copyright © 2019, 2020, 2021, 2023 Maxim Cournoyer
<maxim.cournoyer@gmail.com>
;;; Copyright © 2019 Brian Leung <bkleung89@gmail.com>
;;; Copyright © 2019 Brett Gilio <brettg@gnu.org>
;;; Copyright © 2020 Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
@@ -1334,7 +1334,8 @@ cpp.find_library('hdf5_cpp', dirs : '~a'), "
"Ribotaper_ORF_find.sh"
"Ribotaper.sh")))))))
(inputs
- (list bedtools-2.18
+ (list bash-minimal
+ bedtools-2.18
samtools-0.1
r-minimal
r-foreach
- 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 <=
- 03/16: gnu: repeat-masker: Add bash-minimal to inputs., guix-commits, 2023/10/20
- 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