reanahub / reana-workflow-engine-snakemake

REANA Workflow Engine Snakemake
MIT License
0 stars 22 forks source link

fix progress reporting #24

Closed tiborsimko closed 2 years ago

tiborsimko commented 2 years ago

Current status

Counting of steps does not seem to work for Snakemake workflows:

$ reana-client list -w root6-roofit-snakemake-kubernetes --include-progress
NAME                                RUN_NUMBER   CREATED               STARTED               ENDED                 STATUS     PROGRESS
root6-roofit-snakemake-kubernetes   1            2021-10-08T12:29:21   2021-10-08T12:29:33   2021-10-08T12:30:04   finished   2/-     

2021-10-08-143416_711x126_scrot

Expected behaviour

Instead of 2/- and 2/0, the user should see 2/2.