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

define_resource_inputs copies input files #17

Open
nromashchenko opened this issue Oct 18, 2022 · 0 comments
Open

define_resource_inputs copies input files #17

nromashchenko opened this issue Oct 18, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@nromashchenko
Copy link
Member

The define_resource_inputs rule copies input files to:

A/
T/
R/
G/

For examples, in case of eval_resources.smk, R/ and G/ will just have one copy of the same query file each. If the query file is big enough, this can be problematic. Since output files for rules can be symlinks, we should use them instead.

@nromashchenko nromashchenko added the enhancement New feature or request label Oct 18, 2022
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