Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2005-05-18 07:48:34
Size: 188
Editor: anonymous
Comment:
Revision 4 as of 2005-06-03 13:43:07
Size: 603
Editor: anonymous
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
repository for the libraries at BioConductor (link?). repository for the libraries at BioConductor (http://www.bioconductor.org).
More information is found on this Wiki page: AliothPkgBioc.

The following steps are required to prepare all BioConductor packages:

1. Preparation of folders
{{{
   mkdir bioc && cd bioc && ln -s ../cran2deb.pl ../["CRAN2DEB"].pm .
}}}

2. Mirroring
{{{
   wget -r --reject zip -l 2 -N \
   http://www.bioconductor.org/packages/bioc/devel/src/contrib/html/
}}}

3. Somebody please continue.

Debian BioConductor archive

The {alioth:pkg-bioc} is working on Debian packages repository for the libraries at ?BioConductor (http://www.bioconductor.org). More information is found on this Wiki page: ?AliothPkgBioc.

The following steps are required to prepare all ?BioConductor packages:

1. Preparation of folders

   mkdir bioc && cd bioc && ln -s ../cran2deb.pl ../["CRAN2DEB"].pm .

2. Mirroring

   wget -r --reject zip -l 2 -N \
   http://www.bioconductor.org/packages/bioc/devel/src/contrib/html/

3. Somebody please continue.