-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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! |