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

Enable job shell variable expansion during delocalization #51

Open
agraubert opened this issue Apr 3, 2020 · 0 comments
Open

Enable job shell variable expansion during delocalization #51

agraubert opened this issue Apr 3, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@agraubert
Copy link
Collaborator

Right now, the remote half of delocalization (delocalize.py) accepts and expands shell variables in the context of the current job, however, matching files will not match in canine's localizer.delocalize() because the same variables are not set. We do have the information to do this, as the localizer is responsible for setting the environment variables in the first place, but we would have to be careful about using the right path contexts. This would still only allow for variables which were job inputs. Other shell variables would not expand properly.

@agraubert agraubert added the enhancement New feature or request label Apr 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant