rbturnbull / orthoflow

Orthoflow is a workflow for phylogenetic inference of genome-scale datasets of protein-coding genes.
https://rbturnbull.github.io/orthoflow/
Apache License 2.0
10 stars 2 forks source link

recreation of dag incorrect #69

Closed rbturnbull closed 1 year ago

rbturnbull commented 2 years ago

I'm having trouble that after the workflow has run, it keeps trying to regenerate files that are already present. I think this wasn't an issue before because this is a change that happened in snakemake at the end of May 2022 (https://github.com/snakemake/snakemake/issues/1694).

It didn't affect our code until I merged my fork of snakemake with the main branch a few weeks ago.

I can get the code to work by adding --rerun-triggers mtime at the command line. We need to work out what is triggering snakemake to want to rerun these rules.