Re: [PATCH] Add python2-seqmagick.

2015-09-25 Thread Ben Woodcroft
Thanks for that Ricardo. One question though. On 26/09/15 00:09, Ricardo Wurmus wrote: [..] (although the PYTHONPATH is a little too broad as you also noted). I was wondering whether including the native-inputs breaks reproducibility. For instance, if we install seqmagick through a

Re: [PATCH] Add python2-seqmagick.

2015-09-25 Thread Ricardo Wurmus
Ben Woodcroft writes: >>> + ("python-biopython" ,python2-biopython))) >> And this looks like it should be a propagated input instead. Have you >> tried running seqmagick after installing it with this package recipe? I >> found that Python executables often require

Re: [PATCH] Add python2-seqmagick.

2015-09-21 Thread Pjotr Prins
This contains the most lucid description of 'inputs' I have yet seen. Could they go into the main Guix documentation? Pj. On Sat, Sep 19, 2015 at 07:36:17PM +1000, Ben Woodcroft wrote: >On 18/09/15 01:51, Ricardo Wurmus wrote: > > Hi Ben, > > thank you very much for your patch! > >

Re: [PATCH] Add python2-seqmagick.

2015-09-21 Thread Ben Woodcroft
On 22/09/15 02:13, Ludovic Courtès wrote: Pjotr Prins skribis: This contains the most lucid description of 'inputs' I have yet seen. Could they go into the main Guix documentation? What do you think needs to be changed compared to the text at

Re: [PATCH] Add python2-seqmagick.

2015-09-21 Thread Ludovic Courtès
Pjotr Prins skribis: > This contains the most lucid description of 'inputs' I have yet seen. > Could they go into the main Guix documentation? What do you think needs to be changed compared to the text at

Re: [PATCH] Add python2-seqmagick.

2015-09-19 Thread Ben Woodcroft
On 18/09/15 01:51, Ricardo Wurmus wrote: Hi Ben, thank you very much for your patch! and you sir, for the review. +(inputs + `(("python-setuptools" ,python2-setuptools) I think this should be a native input instead. ok + ("python-biopython" ,python2-biopython))) And this

[PATCH] Add python2-seqmagick.

2015-09-17 Thread Ben Woodcroft
Thanks in advance for review peoples. >From 298c9aabc2d042c45c8f96d83229016dc5c1cbd6 Mon Sep 17 00:00:00 2001 From: Ben Woodcroft Date: Thu, 17 Sep 2015 21:43:12 +1000 Subject: [PATCH] gnu: Add python2-seqmagick. * gnu/packages/bioinformatics.scm (python2-seqmagick): New

Re: [PATCH] Add python2-seqmagick.

2015-09-17 Thread Ricardo Wurmus
Hi Ben, thank you very much for your patch! > From 298c9aabc2d042c45c8f96d83229016dc5c1cbd6 Mon Sep 17 00:00:00 2001 > From: Ben Woodcroft > Date: Thu, 17 Sep 2015 21:43:12 +1000 > Subject: [PATCH] gnu: Add python2-seqmagick. > * gnu/packages/bioinformatics.scm