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

Files not in folder 'output' #12

Open
ErikHogenbirk opened this issue Feb 9, 2017 · 1 comment
Open

Files not in folder 'output' #12

ErikHogenbirk opened this issue Feb 9, 2017 · 1 comment
Assignees

Comments

@ErikHogenbirk
Copy link

I have produced some simulation data using the README, which is very clear and works fine almost all the way for me :) In step 11, the organize script expects that all files are in a folder named output which for me aren't. I suppose that this should be explicit in step 10, i.e.
/project/lgrandi/xenon1t/simulations/mc_v<MC_VERSION>/pax_v<PAX_VERSION>/<MC_FLAVOR>/<MC_CONFIG>/output
In my case, since I already untarred 10000 files, the argument list was event too long for a simple mv so that I fixed this with for f in *; do mv -v $f output/; done, just for future reference.
Do you agree on this? In that case I'll just update step 10 in the README.

@ErikHogenbirk ErikHogenbirk self-assigned this Feb 9, 2017
@pdeperio
Copy link
Contributor

pdeperio commented May 6, 2017

I agree; this part hasn't been carefully designed yet. Feel free to improve the instructions/methods. FYI, I changed the script a bit to make soft links instead of moving.

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

2 participants