Open sreichl opened 2 weeks ago
ATAC-seq
or spilterlize_integrate
scenario, where both modules create annotation files for downstream analyses inputs.config
and annotation
files exist. That means if you use the output of one module as annotation file for another (e.g., atacseq_pipeline
's sample_annotation.csv
as annotation file for spilterlize_integrate
) you need to save a copy outside of the module's result folders (we recommend in the workflow's config/
folder of the respective dataset).
Goal: Once everything is done once i.e., every module was configured and executed, end-to-end execution should be possible for both, iterations with changed parameters and reproducibility.
config/
), and thereby making it re-runnable for future end-to-end execution for both, iterations with changed parameters and reproducibility.Checkpoints
are no solution as they only apply to rules, not to modules loading data during DAG creation by Snakemake.