langcog / metalab2

MetaLab -- Community-augmented meta-analysis
http://metalab.stanford.edu/
MIT License
21 stars 8 forks source link

Where are the data (/data folder gone)? #124

Closed shotsuji closed 5 years ago

shotsuji commented 5 years ago

Hello, @cissard and I just tried to start the shiny apps locally, and we noticed that the datasets (cvs) couldn't be loaded from the data/ folder where they usually live. The data folder is actually completely gone from the github repo. Does anyone know what happened? Where did it go???

shotsuji commented 5 years ago

PS I just re-rendered the csv's and re-added them to the github repo. Still I'm wondering where they were gone, since the whole folder was non-existent on github (not just empty!)

kylehamilton commented 5 years ago

The data folder is made when you set up MetaLab. During set up the builder makes the data folder and then goes to Google Sheets, downloads the data, and computes the effect sizes. https://github.com/langcog/metalab2/blob/dd18135037af8bf8c1aeaf0f5d4a9268fa5044a6/scripts/cache_datasets.R#L59-L83

shotsuji commented 5 years ago

Hi Kyle,

Thanks for the reply (that could go in the general instructions!) — my question was, however, more about figuring out what happened for the data folder to have disappeared temporarily, which it did (I put it back manually). Any idea?

On Sat, Apr 20, 2019 at 07:07 W. Kyle Hamilton notifications@github.com wrote:

The data folder is made when you set up MetaLab. During set up the builder makes the data folder and then goes to Google Sheets, downloads the data, and computes the effect sizes.

https://github.com/langcog/metalab2/blob/dd18135037af8bf8c1aeaf0f5d4a9268fa5044a6/scripts/cache_datasets.R#L59-L83

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/langcog/metalab2/issues/124#issuecomment-485025744, or mute the thread https://github.com/notifications/unsubscribe-auth/AD4RHG3MR663733Z7JK7BALPRI7CNANCNFSM4HFO23YQ .

-- Assistant Professor The University of Tokyo International Research Center for Neurointelligence (IRCN) Website: https://sites.google.com/site/tsujish/home Blog: https://cogtales.wordpress.com/

shotsuji commented 5 years ago

My bad! Had forgotten that data folder needs to be generated locally & doesn't live on the repo