maxplanck-ie / snakepipes

Customizable workflows based on snakemake and python for the analysis of NGS data
http://snakepipes.readthedocs.io
MIT License
374 stars 85 forks source link

reason: Missing output files #920

Closed sunta3iouxos closed 11 months ago

sunta3iouxos commented 11 months ago

What this message implies? It is a bit confusing.

katsikora commented 11 months ago

Hi Sunta3iouxos,

snakemake lists reasons for executing of each rule, at least since a couple of versions. "Missing output files" is one of the reasons a rule would be executed.

Hope this helps,

Best,

Katarzyna

sunta3iouxos commented 11 months ago

Now I understand. This is a rule that will check if the expected output is there. If it is it will skip this step. It is a check that will resume the process if it fails for any reason. Thank you.