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
feat: support XRootD as a default remote provider #1017
Conversation
Kudos, SonarCloud Quality Gate passed!
|
@chrisburr since you are the original author of the XRootD remote provider, do you have any thoughts on this? I initially started work on this to see if I could use this for running Do you think this change would be useful? (and does my meddling with the paths break anything?) Edit: I have tested on lxplus to see if it works with LHCb EOS and it seems to work fine to me. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To me, this looks good.
@chrisburr do you want to give this is final look? |
Kudos, SonarCloud Quality Gate passed!
|
Description
It is currently not possible to specify
--default-remote-provider=XRootD
on the command line, and by extension when using a snakemake profile that uses XRootD remote storage.QC
docs/
) is updated to reflect the changes or this is not necessary (e.g. if the change does neither modify the language nor the behavior or functionalities of Snakemake).