Re: [PATCH] Add Jellyfish.

2016-01-06 Thread Ricardo Wurmus
Ricardo Wurmus writes: > Ludovic Courtès writes: > >> Ben Woodcroft skribis: >> >>> But would it be possible to include the scripting language bindings, >>> something along these lines? >>> >>> +(arguments >>> + `(#:configure-flags '("--enable-ruby-binding" >>> +

Re: [PATCH] Add Jellyfish.

2016-01-01 Thread Ludovic Courtès
Ricardo Wurmus skribis: > Ludovic Courtès writes: > >> Ben Woodcroft skribis: >> >>> But would it be possible to include the scripting language bindings, >>> something along these lines? >>> >>> +(arguments >>> + `(#:configure-flags '("--enable-ruby-binding" >>> +

Re: [PATCH] Add Jellyfish.

2015-12-30 Thread Ricardo Wurmus
Ludovic Courtès writes: > Ben Woodcroft skribis: > >> But would it be possible to include the scripting language bindings, >> something along these lines? >> >> +(arguments >> + `(#:configure-flags '("--enable-ruby-binding" >> + "--enable-python-binding" >> +

Re: [PATCH] Add Jellyfish.

2015-12-20 Thread Ludovic Courtès
Ben Woodcroft skribis: > But would it be possible to include the scripting language bindings, > something along these lines? > > +(arguments > + `(#:configure-flags '("--enable-ruby-binding" > + "--enable-python-binding" > + "--enable-pe

Re: [PATCH] Add Jellyfish.

2015-12-18 Thread Ben Woodcroft
Hi Ricardo, On 19/12/15 04:19, Eric Bavier wrote: On 2015-12-18 17:42, Ricardo Wurmus wrote: * gnu/packages/bioinformatics.scm (jellyfish): New variable. [...] +(native-inputs + `(("bc" ,bc) + ("time" ,time) + ("gunzip" ,gzip))) gzip is an implicit input of gnu-build-sys

Re: [PATCH] Add Jellyfish.

2015-12-18 Thread Eric Bavier
On 2015-12-18 17:42, Ricardo Wurmus wrote: * gnu/packages/bioinformatics.scm (jellyfish): New variable. [...] +(native-inputs + `(("bc" ,bc) + ("time" ,time) + ("gunzip" ,gzip))) gzip is an implicit input of gnu-build-system, so could it be left out? Otherwise LGTM. -- `

[PATCH] Add Jellyfish.

2015-12-18 Thread Ricardo Wurmus
>From 9fcbc3e10773c7ee73b232c8e16e20a807318bbc Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Fri, 18 Dec 2015 17:40:02 +0100 Subject: [PATCH] gnu: Add Jellyfish. * gnu/packages/bioinformatics.scm (jellyfish): New variable. --- gnu/packages/bioinformatics.scm | 41 ++