Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AlonDaks committed Dec 14, 2015
1 parent 3cfca1e commit 4e109fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Data

This directory contains two important subdirectories: `raw/` and `processed/`. `raw` will house raw data files that will be fetched when running `make data` from the top level project directory. `raw` should expect to be filled with approximately 37.5 GBs of data. `processed/` will house files processed and generated by native project scripts. `processed/` should expect to be filled with approximately 190 GBs of data.
This directory contains two important subdirectories: `raw/` and `processed/`. `raw/` will house raw data files that will be fetched when running `make data` from the top level project directory. `raw/` should expect to be filled with approximately 37.5 GBs of data. `processed/` will house files processed and generated by native project scripts. `processed/` should expect to be filled with approximately 190 GBs of data.

If you want the data to instead be stored on another drive, delete `raw` and `processed` with `mkdir raw && mkdir processed` and instead create symbolic links with those names to the path you want your data to be located at. For example, if you want your raw data to be located at `/Volumes/Passport/raw`, then you can create a symbolic link via:

Expand Down

0 comments on commit 4e109fb

Please sign in to comment.