Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dbirman authored Feb 27, 2024
1 parent 96fba9e commit 5ed92fa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]

## 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!

0 comments on commit 5ed92fa

Please sign in to comment.