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.
The
define_resource_inputs
rule copies input files to:For examples, in case of
eval_resources.smk
,R/
andG/
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.