We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After #33:
Add a new argo workflow in the nfs cluster folder with and additional step to upload the file to the nfs disk
It can use image: rootproject/root:latest
image: rootproject/root:latest
and the command to copy files from their storage is
xrdcp <file path as in the file list from cernopendata-client> .
Modify the input file list for the processing step so that it lists:
file:filename1.root file:filename2.root [...]
instead of
root://eospublic.cern.ch//eos/opendata/cms/[...]/filename1.root root://eospublic.cern.ch//eos/opendata/cms/[...]/filename2.root
where filename1 etc are placeholders for the actual file names.
Test that it works.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After #33:
Add a new argo workflow in the nfs cluster folder with and additional step to upload the file to the nfs disk
It can use
image: rootproject/root:latest
and the command to copy files from their storage is
xrdcp <file path as in the file list from cernopendata-client> .
Modify the input file list for the processing step so that it lists:
instead of
where filename1 etc are placeholders for the actual file names.
Test that it works.
The text was updated successfully, but these errors were encountered: