You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i want to benchmark a snakemake-pipeline of mine. In snakemake one specifies a higher rule, called rule all, which must be achieved by smaler rules. after finishing rule all, a re-execution cannot happen if the outputfiles are already generated. so therefore i always have to delete the output files to run snakemake again, in order to benchmark the pipeline. How can i subtract the execution time for the removal of the outputfiles from my final results?
thanks,
Tolga
The text was updated successfully, but these errors were encountered:
Hi,
i want to benchmark a snakemake-pipeline of mine. In snakemake one specifies a higher rule, called rule all, which must be achieved by smaler rules. after finishing rule all, a re-execution cannot happen if the outputfiles are already generated. so therefore i always have to delete the output files to run snakemake again, in order to benchmark the pipeline. How can i subtract the execution time for the removal of the outputfiles from my final results?
thanks,
Tolga
The text was updated successfully, but these errors were encountered: