Please add ability to change from pause to finish

Moderators: Site Moderators, FAHC Science Team

arisu
Posts: 533
Joined: Mon Feb 24, 2025 11:11 pm

Re: Please add ability to change from pause to finish

Post by arisu »

Good catch. I don't use multiple groups so I didn't test that. I always just specify group as an empty string.
calxalot
Site Moderator
Posts: 1545
Joined: Sat Dec 08, 2007 1:33 am
Location: San Francisco, CA
Contact:

Re: Please add ability to change from pause to finish

Post by calxalot »

lufah 0.10.0 is up
https://pypi.org/project/lufah/

It adds

Code: Select all

lufah finish --force

Code: Select all

Usage: lufah finish OPTIONS

  Finish folding and pause specified group or all groups.

Options:
  -f, --force  Try to change paused groups with active units directly to
               Finishing
  -h, --help   Show this message and exit.
Active units here are only units with state RUN.
I couldn't easily test other states, such as UPLOAD.
Post Reply