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
For example, when i ran an app without “--commit” and it give me this message:
RAN 150 | SKIPPED 100 | INVALID 0
Add --commit to proceed.
which I interpreted to mean that adding --commit will run only the 150 analyses listed as RAN, and skip all the 100 analyses listed as SKIPPED. Instead, adding --commit resulted in this output:
RAN 247 | SKIPPED 3 | INVALID 0
Which ended up running the 150 new analyses created from the initial invocation, plus 97 unprotected SUCCEEDED analyses, skipping 3 unprotected FAILED analyses.
My request is to change or add additional information to the app summary output to make it clearer for less experienced Isabl users to understand what is happening, and also what will happen on invocation with --commit
The text was updated successfully, but these errors were encountered:
Here I'll give a suggestion for updating the summary output, using the above scenario
first invocation without --commit:
STAGED 150 | SKIPPED 100 | INVALID 0
Add --commit to run 247 analyses:
150 STAGED
97 SUCCEEDED (Unprotected)
3 FAILED analyses will be skipped
Changing RAN->STAGED may be clearer about what work has been performed, and the additional summary at the end will clarify what will happen upon invoking with --commit
New feature
For example, when i ran an app without “--commit” and it give me this message:
which I interpreted to mean that adding
--commit
will run only the 150 analyses listed as RAN, and skip all the 100 analyses listed as SKIPPED. Instead, adding--commit
resulted in this output:Which ended up running the 150 new analyses created from the initial invocation, plus 97 unprotected SUCCEEDED analyses, skipping 3 unprotected FAILED analyses.
My request is to change or add additional information to the app summary output to make it clearer for less experienced Isabl users to understand what is happening, and also what will happen on invocation with
--commit
The text was updated successfully, but these errors were encountered: