Re: [PATCH] gnu: Add SEEK.

2016-06-28 Thread Ricardo Wurmus
Alex Kost writes: > Ricardo Wurmus (2016-06-15 16:31 +0300) wrote: > >> * gnu/packages/bioinformatics.scm (seek): New variable. […] > Is 'fold' really needed here? What about: > > (every (lambda (dir) >(with-directory-excursion (string-append "tools/" dir) >

[PATCH] gnu: Add SEEK.

2016-06-15 Thread Ricardo Wurmus
Hi Guix, here's another bioinformatics tool called "SEEK". It depends on a couple of patches I submitted earlier: * log4cpp in the new logging.scm module * gengetopt in popt.scm * the new mercurial downloader The first two have already been reviewed by Ludo and I'll push them to master soon.

[PATCH] gnu: Add SEEK.

2016-06-15 Thread Ricardo Wurmus
* gnu/packages/bioinformatics.scm (seek): New variable. --- gnu/packages/bioinformatics.scm | 74 + 1 file changed, 74 insertions(+) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index d5f5500..71cf147 100644 ---