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
If I run a job and it fails, it creates a "_failed.flag", correctly.
When I try to do looper run, it won't run these because they have failed flags -- as expected.
So, I try looper rerun, and what happens is broken. it says:
## [2 of 7] sample: demo1; pipeline: add_to_seqcol
Initialized looper config file: /home/nsheff/code/seqcolapi/analysis/demo/looper_pipestat_config.yaml
Initialize PipestatBackend
Initialize FileBackend
> Skipping sample because rerun requested, but no failed flag found. Status: waiting
That's strange, because there was just a failed flag there, from the previous run... so I double-check and, sure enough, it has changed the flag from failed to waiting!
This doesn't make any sense. It should not change the flag from failed to waiting, and then complain that "no failed flag" is found!
The text was updated successfully, but these errors were encountered:
If I run a job and it fails, it creates a "_failed.flag", correctly.
When I try to do
looper run
, it won't run these because they have failed flags -- as expected.So, I try
looper rerun
, and what happens is broken. it says:That's strange, because there was just a failed flag there, from the previous run... so I double-check and, sure enough, it has changed the flag from
failed
to waiting!This doesn't make any sense. It should not change the flag from failed to waiting, and then complain that "no failed flag" is found!
The text was updated successfully, but these errors were encountered: