The code in this folder can be used to:
- Retrieve data from the original paper repo.
- Pre-process the data.
- Store data as package artifacts to make them easily accessible and version-controlled.
Note
The project in this folder depends on this dev version of ArtifactUtils.jl
. To upload artifacts, the GITHUB_TOKEN
needs to be available from the shell environment.
To simply rerun steps 2 and 3, just run julia --project=dev dev/src/prepare_all_artifacts.jl
.
To rerun all steps, just run julia --project=dev dev/src/prepare_all_artifacts.jl -- overwrite
.