mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: ribotaper: Add bash-minimal to inputs.
* gnu/packages/bioinformatics.scm (ribotaper) [inputs]: Add bash-minimal. Change-Id: I5adc841c15c054101d32f30579a89aa7290c6f3c
This commit is contained in:
parent
593fcbbefa
commit
c872260148
1 changed files with 3 additions and 2 deletions
|
@ -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 @@ (define-public ribotaper
|
|||
"Ribotaper_ORF_find.sh"
|
||||
"Ribotaper.sh")))))))
|
||||
(inputs
|
||||
(list bedtools-2.18
|
||||
(list bash-minimal
|
||||
bedtools-2.18
|
||||
samtools-0.1
|
||||
r-minimal
|
||||
r-foreach
|
||||
|
|
Loading…
Reference in a new issue