On Thu, Sep 08, 2016 at 11:06:44PM +0100, Marius Bakke wrote:
> * gnu/packages/bioinformatics.scm (mash): New variable.
Anyways, pushed as 84be3b9920120e7cc03095baca06d61b7f3fb741. If the
package needs more changes, we will change it :)
On Thu, Sep 08, 2016 at 11:06:44PM +0100, Marius Bakke wrote:
> Leo Famulari writes:
>
> > On Thu, Sep 01, 2016 at 11:00:39AM +0100, Marius Bakke wrote:
> >> I had these in inputs initially and was surprised to see no references.
> >> Both seems to be compiled into the final program[0]: when runn
Leo Famulari writes:
> On Thu, Sep 01, 2016 at 11:00:39AM +0100, Marius Bakke wrote:
>> I had these in inputs initially and was surprised to see no references.
>> Both seems to be compiled into the final program[0]: when running "mash
>> info" on an invalid file (the provided data/refseq.msh), a
On Thu, Sep 01, 2016 at 11:00:39AM +0100, Marius Bakke wrote:
> I had these in inputs initially and was surprised to see no references.
> Both seems to be compiled into the final program[0]: when running "mash
> info" on an invalid file (the provided data/refseq.msh), a generic
> capnproto exceptio
Leo Famulari writes:
>> + (add-after 'unpack 'fix-includes
>> + (lambda _
>> + (substitute* '("src/mash/Sketch.cpp"
>> "src/mash/CommandFind.cpp")
>> + (("^#include \"kseq\\.h\"")
>> +"#include \"htslib/kseq.h\""))
>> + #t)
Leo Famulari writes:
> On Tue, Aug 30, 2016 at 06:54:49PM +0100, Marius Bakke wrote:
>> * gnu/packages/bioinformatics.scm (mash): New variable.
>
> Thanks!
>
>> + (add-after 'unpack 'fix-includes
>> + (lambda _
>> + (substitute* '("src/mash/Sketch.cpp"
>> "src/mash
On Tue, Aug 30, 2016 at 06:54:49PM +0100, Marius Bakke wrote:
> * gnu/packages/bioinformatics.scm (mash): New variable.
Thanks!
> + (add-after 'unpack 'fix-includes
> + (lambda _
> + (substitute* '("src/mash/Sketch.cpp" "src/mash/CommandFind.cpp")
> + (