Skip to content

Data Distribution

Ben Knoll edited this page Jan 17, 2023 · 2 revisions

Packaging the data distribution

For example, from the data folder that you want to distribute execute the following command.

zip -r ../biomedicus-${VERSION}-standard-data.zip * --exclude="**/.DS_Store" --exclude="**/LOG"

If this is the standard distribution, then update python/biomedicus/data_version.py to use the new version specified in VERSION.txt and to use the new DATA_URL for automatically downloading the data.

Clone this wiki locally