Re: [PATCH] gnu: Add r-centipede.

2017-01-16 Thread Ricardo Wurmus
Ben Woodcroft writes: > On 03/05/16 00:49, Ricardo Wurmus wrote: >> * gnu/packages/bioinformatics.scm (r-centipede): New variable. >> --- >> gnu/packages/bioinformatics.scm | 21 + >> 1 file changed, 21 insertions(+) >> >> diff --git a/gnu/packages/bioinformatics.scm >> b

Re: [PATCH] gnu: Add r-centipede.

2016-05-02 Thread Ben Woodcroft
On 03/05/16 00:49, Ricardo Wurmus wrote: * gnu/packages/bioinformatics.scm (r-centipede): New variable. --- gnu/packages/bioinformatics.scm | 21 + 1 file changed, 21 insertions(+) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 7d025

Re: [PATCH] gnu: Add r-centipede.

2016-05-02 Thread Ricardo Wurmus
Leo Famulari writes: > On Mon, May 02, 2016 at 04:49:21PM +0200, Ricardo Wurmus wrote: >> * gnu/packages/bioinformatics.scm (r-centipede): New variable. > >> +(synopsis "Predict transcription factor binding sites") > > And here I thought it would be a centipede genome ;) > >> +(license (

Re: [PATCH] gnu: Add r-centipede.

2016-05-02 Thread Leo Famulari
On Mon, May 02, 2016 at 04:49:21PM +0200, Ricardo Wurmus wrote: > * gnu/packages/bioinformatics.scm (r-centipede): New variable. > +(synopsis "Predict transcription factor binding sites") And here I thought it would be a centipede genome ;) > +(license (list license:gpl2+ license:gpl3+))

[PATCH] gnu: Add r-centipede.

2016-05-02 Thread Ricardo Wurmus
* gnu/packages/bioinformatics.scm (r-centipede): New variable. --- gnu/packages/bioinformatics.scm | 21 + 1 file changed, 21 insertions(+) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 7d025ef..d7957cf 100644 --- a/gnu/packages/bioinform