Size: 536
Comment:
|
Size: 603
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). |
Line 11: | Line 11: |
mkdir bioc && cd bioc | mkdir bioc && cd bioc && ln -s ../cran2deb.pl ../["CRAN2DEB"].pm . |
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.