Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.maint.python > #8016

Re: Enabling Python bindings for jellyfish

Path csiph.com!news.mixmin.net!weretis.net!feeder4.news.weretis.net!storethat.news.telefonica.de!telefonica.de!news.panservice.it!diesel.cu.mi.it!bofh.it!news.nic.it!robomod
From Paul Tagliamonte <paultag@ubuntu.com>
Newsgroups linux.debian.maint.python
Subject Re: Enabling Python bindings for jellyfish
Date Tue, 29 Dec 2015 18:30:02 +0100
Message-ID <qL6fU-3vf-15@gated-at.bofh.it> (permalink)
References <qKPyp-zX-1@gated-at.bofh.it> <qL5MS-35d-5@gated-at.bofh.it> <qL5Wy-3oe-1@gated-at.bofh.it>
X-Original-To Scott Kitterman <debian@kitterman.com>
X-Mailbox-Line From debian-python-request@lists.debian.org Tue Dec 29 17:28:15 2015
Old-Return-Path <paultag@gmail.com>
X-Amavis-Spam-Status No, score=-3.677 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, FVGT_m_MULTI_ODD=0.02, HEADER_FROM_DIFFERENT_DOMAINS=0.001, HTML_MESSAGE=2, LDO_WHITELIST=-5, MEDS2=2, RCVD_IN_DNSWL_LOW=-0.7] autolearn=no autolearn_force=no
X-Policyd-Weight using cached result; rate: -7
Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=3xrCTesG06MEX9GMSwYW4KboI5XvsRijGoh10EtnSNI=; b=bqFwm15u9yzIHHG472rUpsPtRrnTDWOrhlUeJ8zZ6uwKzRyW3dZsTSKQniWy5mMD3E pxYPkMP8ROkieMkDtOgxjJNaiVLVYoCq+7g1lCzz+TGYRcNjhAhG31sotXAFHkCdLdHv wyn5ssm/TOi/9/fIeAytAgvTmPKSpE81Yn+VaCAJZjORmFJGDgfydXsigTFIuuIW3yPF 4u88JwZ+Xd5aPc1FQrbwhO3BMxwVhTyfONrF823mf9GdqTzx9i4Wqd+0IJqBoLm4U8zA 6GkfO5q41zTf8aSZn6WLd2EpDJUwlPbjfWijhKu9xc9enayvt/dpHiRmu5pSzgUBaeDS /H4Q==
X-Received by 10.31.161.131 with SMTP id k125mr40996878vke.74.1451410076631; Tue, 29 Dec 2015 09:27:56 -0800 (PST)
MIME-Version 1.0
Sender robomod@news.nic.it
X-Google-Sender-Auth KuZO17HPjA9WPlgLTzEF1MY5zSQ
Content-Type multipart/alternative; boundary=001a1144071a0a89f605280cbeae
X-Mailing-List <debian-python@lists.debian.org> archive/latest/13334
List-ID <debian-python.lists.debian.org>
List-URL <https://lists.debian.org/debian-python/>
List-Archive https://lists.debian.org/msgid-search/CAO6P2QTDbicwiy_yUAS-jwFgPZyOaoeJ8VFL5zJV3qmBYkE9Eg@mail.gmail.com
Approved robomod@news.nic.it
Lines 129
Organization linux.* mail to news gateway
X-Original-Cc debian-python@lists.debian.org
X-Original-Date Tue, 29 Dec 2015 12:27:37 -0500
X-Original-Message-ID <CAO6P2QTDbicwiy_yUAS-jwFgPZyOaoeJ8VFL5zJV3qmBYkE9Eg@mail.gmail.com>
X-Original-References <20151228233014.GE2138@an3as.eu> <2736617.CPfHFV0Zug@kitterma-e6430> <1915533.ndbE7HSpDE@kitterma-e6430>
X-Original-Sender paultag@gmail.com
Xref csiph.com linux.debian.maint.python:8016

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

Just FYI - there's a Python module called Jellyfish about to be uploaded;
can we resolve the name collision early?

https://pypi.python.org/pypi/jellyfish

Paul

On Tue, Dec 29, 2015 at 12:06 PM, Scott Kitterman <debian@kitterman.com>
wrote:

> On Tuesday, December 29, 2015 11:52:07 AM Scott Kitterman wrote:
> > On Tuesday, December 29, 2015 12:30:14 AM Andreas Tille wrote:
> > > Hi,
> > >
> > > I realised that for jellyfish[1] Python bindings can be activated.  I
> > > tried to do so and configuring and building works fine - but I have no
> > > idea how to sensibly install the files into the python-jellyfish
> > > package.  Any idea how to call swig/python/setup.py or do something
> else
> > > to install the files into the right location.
> > >
> > > Any help?
> > >
> > > Kind regards
> > >
> > >         Andreas.
> > >
> > > [1] git://anonscm.debian.org/debian-med/jellyfish.git
> >
> > I haven't been able to actually test this since when I try to build it, I
> > get this error:
> >
> > jellyfish_wrap.cxx:3104:33: fatal error: jellyfish/mer_dna.hpp: No such
> file
> > or directory
> >
> > I think it should ~work.  Note that these bindings are for python3, not
> > python.  I've adjusted things accordingly.  The configure changes I made
> (so
> > that configure wouldn't fail) mean perl bindings don't get built
> either.  I
> > didn't check if that was working before.
> >
> > Scott K
>
> Correction: It's not in the diff, but I had to remove the auto-configure
> override to get through configure.
>
> Scott K
>
>


-- 
All programmers are playwrights, and all computers are lousy actors.

#define sizeof(x) rand()
:wq

Back to linux.debian.maint.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Enabling Python bindings for jellyfish Andreas Tille <andreas@an3as.eu> - 2015-12-29 00:40 +0100
  Re: Enabling Python bindings for jellyfish Scott Kitterman <debian@kitterman.com> - 2015-12-29 18:00 +0100
    Re: Enabling Python bindings for jellyfish Scott Kitterman <debian@kitterman.com> - 2015-12-29 18:10 +0100
      Re: Enabling Python bindings for jellyfish Paul Tagliamonte <paultag@ubuntu.com> - 2015-12-29 18:30 +0100
        Re: Enabling Python bindings for jellyfish Paul Tagliamonte <paultag@ubuntu.com> - 2015-12-29 19:00 +0100
          Re: Enabling Python bindings for jellyfish Scott Kitterman <debian@kitterman.com> - 2015-12-29 20:30 +0100
        Re: Enabling Python bindings for jellyfish Scott Kitterman <debian@kitterman.com> - 2015-12-29 19:00 +0100
          Re: Enabling Python bindings for jellyfish "Diego M. Rodriguez" <diego.plan9@gmail.com> - 2015-12-29 19:30 +0100
            Re: Enabling Python bindings for jellyfish Paul Tagliamonte <paultag@ubuntu.com> - 2015-12-29 20:10 +0100
              Re: Enabling Python bindings for jellyfish Andreas Tille <andreas@an3as.eu> - 2015-12-29 21:50 +0100
              Re: Enabling Python bindings for jellyfish "Diego M. Rodriguez" <diego.plan9@gmail.com> - 2015-12-31 18:40 +0100
                Re: Enabling Python bindings for jellyfish Scott Kitterman <debian@kitterman.com> - 2015-12-31 18:50 +0100
                Re: Enabling Python bindings for jellyfish "Diego M. Rodriguez" <diego.plan9@gmail.com> - 2015-12-31 20:30 +0100
                Re: Enabling Python bindings for jellyfish Andreas Tille <andreas@fam-tille.de> - 2015-12-31 21:40 +0100
                Re: Enabling Python bindings for jellyfish Guillaume Marcais <gmarcais@umd.edu> - 2016-01-01 00:50 +0100
                Re: Enabling Python bindings for jellyfish Andreas Tille <andreas@an3as.eu> - 2016-01-01 19:30 +0100

csiph-web