Skip to content
Prev 1673 / 21312 Next

[Bioc-devel] Package size limitation

Tobias,
To elaborate on Kasper's well-stated points, the Bioconductor project 
has separate repositories for software, experiment data, and annotation 
metadata.

BioC software:  http://bioconductor.org/packages/release/bioc/
BioC experiment data:  
http://bioconductor.org/packages/release/data/experiment/
BioC annotation metadata:  
http://bioconductor.org/packages/release/data/annotation/

The main criterion for an experiment data package is that it should be 
novel in some way to make it useful for other software developers to 
utilize it when illustrating concepts in their software package. More 
often than not, including a subset of your data in your software package 
will suffice. One common misconception by new package developers is that 
examples in the man pages and the vignettes need to be 100% "real". The 
main goal of vignettes and man pages is to illustrate concepts rather 
than reveal scientific findings. You are encouraged to provide 
references to scientific papers that demonstrate the latter within your 
software's documentation, but typically end-users want your package to 
have a small storage footprint on their machine and have the examples 
run in a short time frame.

If you are not sure how to handle your particular situation, when the 
Bioconductor team previews and reviews your package, we will help you 
through any tricky decisions. Good luck with your package submission and 
thanks for your interest in the Bioconductor project!


Patrick
Kasper Daniel Hansen wrote: