diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-08-29 11:29:44 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-08-29 11:38:12 +0200 |
commit | f9a1f15efc8ebcae0502f51fbd40f074290711d9 (patch) | |
tree | 5e6003f3c26ae2b450a9723fc3785c17138f86c9 /doc | |
parent | 711cec9d154786e995ba104bceb39a2564d5c72f (diff) | |
download | gnu-guix-f9a1f15efc8ebcae0502f51fbd40f074290711d9.tar gnu-guix-f9a1f15efc8ebcae0502f51fbd40f074290711d9.tar.gz |
doc: Do not refer to Bioconductor SVN.
* doc/guix.texi (Invoking guix import): Do not mention the now defunct
Bioconductor SVN repository.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index a87a8a3d9a..1998ad049b 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -8628,8 +8628,8 @@ When @code{--archive=bioconductor} is added, metadata is imported from packages for for the analysis and comprehension of high-throughput genomic data in bioinformatics. -Information is extracted from the @code{DESCRIPTION} file of a package -published on the web interface of the Bioconductor SVN repository. +Information is extracted from the @code{DESCRIPTION} file contained in the +package archive. The command below imports metadata for the @code{GenomicRanges} R package: |