Consider changing env, annot, & config export rules so that they output
to {result_folder}/{module}/{envs|config}
instead of {result_folder}/{envs|config}
so that different runs are self-contained and easy to understand what annotation and config were used.
[x] think if this should be centralized and loaded from here (upside: only one maintenance point, downsides: external dependency, does not cover additional gene/feature lists)
commit message
git commit -m "move env, config, annot export into the result folder to be self-contained"
Consider changing env, annot, & config export rules so that they output
{result_folder}/{module}/{envs|config}
{result_folder}/{envs|config}
so that different runs are self-contained and easy to understand what annotation and config were used.
commit message
Modules