You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.