diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-10-20 01:03:21 -0400 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:42:29 +0200 |
commit | c87226014891a851a67b87d4b9c0eea6a54ff7a8 (patch) | |
tree | 43be8d54f71c031cade3b24825bf38241cc8e343 | |
parent | 593fcbbefabd5f8c20b026fba604b80b956ac5b2 (diff) | |
download | guix-c87226014891a851a67b87d4b9c0eea6a54ff7a8.tar.gz guix-c87226014891a851a67b87d4b9c0eea6a54ff7a8.zip |
gnu: ribotaper: Add bash-minimal to inputs.
* gnu/packages/bioinformatics.scm (ribotaper)
[inputs]: Add bash-minimal.
Change-Id: I5adc841c15c054101d32f30579a89aa7290c6f3c
-rw-r--r-- | gnu/packages/bioinformatics.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 2a7ee99854..deb74e55e9 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> @@ -1745,7 +1745,8 @@ different from MFE computed with random sequences.") "Ribotaper_ORF_find.sh" "Ribotaper.sh"))))))) (inputs - (list bedtools-2.18 + (list bash-minimal + bedtools-2.18 samtools-0.1 r-minimal r-foreach |