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

mark temporary files for deletion #72

Closed rbturnbull closed 8 months ago

rbturnbull commented 2 years ago

At the moment we are keeping all the files from the workflow in the output. I think some of the files can be deleted, especially from the data intake module. I suggest that any files that we want to remove, we store in a directory called ./tmp and we mark the outputs with the 'temp' function (https://snakemake.readthedocs.io/en/stable/tutorial/advanced.html#tutorial-temp-and-protected-files). @hverbruggen - do you know what rules produce only temporary files.