You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: