raddleverse / MimiCIAM.jl

MIT License
3 stars 1 forks source link

Use DataDeps for data dependencies #19

Closed davidanthoff closed 4 years ago

davidanthoff commented 4 years ago

This uses the DataDeps.jl package to handle larger data files that we need. Essentially you tell the system which files you need, and then it will handle downloading them, storing them and giving you a path to the file that always works.