diff --git a/README.md b/README.md index ec91eb6..d52ebb5 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,9 @@ This repository hosts an interactive website that allows users to explore the da bioRxiv 2023.08.23.554527; doi: https://doi.org/10.1101/2023.08.23.554527 To report issues about the website functionality, please post an issue on this repository or send your concerns to dbirman@uw.edu + +## Development notes + +To update the current data, replace the `metadata_stripped.csv` file with the new data, making sure that the indexes are matched. + +Then copy the new data into the data folder and run `convert2csv.ipynb`. This code combines the location data taken from `clusters.CCF_APDVLR.npy` with the `metadat.csv` into a single output file used in Unity. Copy the file into the `Assets/data/` folder in Unity and run the `Tools > Process CSV` function. Then re-build for WebGL and push the code. Done!