-
Notifications
You must be signed in to change notification settings - Fork 7
Data Distribution
Ben Knoll edited this page Jan 17, 2023
·
2 revisions
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.