phylo42 / PEWO

Phylogenetic Placement Evaluation Workflows : Benchmark placement software and different reference trees
MIT License
12 stars 9 forks source link

define_resource_inputs copies input files #17

Open nromashchenko opened 2 years ago

nromashchenko commented 2 years ago

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.