diff options
-rw-r--r-- | gnu/packages/bioinformatics.scm | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 3fde2ba8f9..11ea6b2ac7 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -3431,16 +3431,16 @@ data and settings.") ("rmath-standalone" ,rmath-standalone))) (native-inputs `(("texlive" ,(texlive-updmap.cfg (list texlive-cm - texlive-amsfonts - - texlive-doi - texlive-latex-examplep - texlive-hyperref - texlive-latex-ms - texlive-latex-natbib - texlive-bibtex ; style files used by natbib - texlive-latex-pgf ; tikz - texlive-latex-verbatimbox))) + texlive-amsfonts + texlive-doi + texlive-fonts-ec + texlive-latex-examplep + texlive-hyperref + texlive-latex-ms + texlive-latex-natbib + texlive-bibtex ; style files used by natbib + texlive-latex-pgf ; tikz + texlive-latex-verbatimbox))) ("imagemagick" ,imagemagick))) (home-page "https://dorina.mdc-berlin.de/public/rajewsky/discrover/") (synopsis "Discover discriminative nucleotide sequence motifs") |