[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#26373: [PATCH 2/6] import cran: Add predicate for Bioconductor exper
From: |
Ricardo Wurmus |
Subject: |
bug#26373: [PATCH 2/6] import cran: Add predicate for Bioconductor experiment packages. |
Date: |
Mon, 10 Apr 2017 15:50:33 +0200 |
User-agent: |
mu4e 0.9.18; emacs 25.1.1 |
Ludovic Courtès <address@hidden> writes:
> Ricardo Wurmus <address@hidden> skribis:
>
>> * guix/import/cran.scm (bioconductor-experiment-package?): New variable.
>
> It seems to be a private and unused procedure. Is it really needed?
> :-)
Oh, it wasn’t supposed to be private. There are three kinds of
bioconductor packages: the normal ones, experiment packages, and
annotation packages.
The latter two cannot be updated the usual way, so they are excluded
from “bioconductor-package?”, but I thought that one may still want to
be able to distinguish between them. It’s true, though, that there’s
nothing that can use “bioconductor-experiment-package?” yet, but it’s
possible to add an updater for just the experiment packages. (They use
a different SVN repository.)
--
Ricardo
GPG: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC
https://elephly.net
bug#26373: [PATCH 1/6] import cran: Exclude experiment packages in predicate "bioconductor-package?"., Ludovic Courtès, 2017/04/10