mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: repeat-masker: Add bash-minimal to inputs.
* gnu/packages/bioinformatics.scm (repeat-masker) [inputs]: Add bash-minimal. Change-Id: I81d4806cc65eed8040824cb72d6c462c8762294e
This commit is contained in:
parent
385a47d51a
commit
2efe24adc0
1 changed files with 2 additions and 1 deletions
|
@ -6175,7 +6175,8 @@ apart transcripts derived from paralogous genes.")
|
|||
(wrap-program (string-append bin "/RepeatMasker")
|
||||
`("PERL5LIB" ":" prefix (,path ,share)))))))))
|
||||
(inputs
|
||||
(list perl
|
||||
(list bash-minimal
|
||||
perl
|
||||
perl-text-soundex
|
||||
python
|
||||
python-h5py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue