thkuo / seq2geno

Computational pipeline for genomic features of bacterial population
GNU General Public License v3.0
0 stars 0 forks source link

file timestamp matters the DAG of snakemake #9

Closed thkuo closed 6 years ago

thkuo commented 6 years ago

It seems that the output files created earlier than the input files are not recognized by snakemake https://snakemake.readthedocs.io/en/stable/snakefiles/rules.html#ignoring-timestamps

Determine whether this behavior should be on or not