Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation instruction create data in wrong dir. #24

Open
bevankoopman opened this issue Mar 30, 2021 · 0 comments
Open

Installation instruction create data in wrong dir. #24

bevankoopman opened this issue Mar 30, 2021 · 0 comments

Comments

@bevankoopman
Copy link

Thanks for open sourcing this.

If you follow these instructions:

cd sample-dataset
python process.py athome4_sample.tgz
# Create the data directory which is mounted to the docker containers
mkdir ../data
cp athome4_sample.tgz athome4_sample_para.tgz ../data/

then it creates data in the root directory and copies the tgz files in there. It does not place them in the HiCAL/data directory. As a result the ./corpus_parser program in docker fails because /data in docker is empty.

I believe the instructions should say:

cd sample-dataset
python process.py athome4_sample.tgz
# Create the data directory which is mounted to the docker containers
cp athome4_sample.tgz athome4_sample_para.tgz ../HiCAL/data/

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant