We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can use qacct -j $job_name and then search for failed or any exit_status != 0, and return the task ID.
qacct -j $job_name
failed
exit_status
This will be a separate script that runs after all the analysis tasks have ran.
The text was updated successfully, but these errors were encountered:
Should probably use the Qacct class from scissorhands/check_output.
Qacct
scissorhands/check_output
Sorry, something went wrong.
No branches or pull requests
Can use
qacct -j $job_name
and then search forfailed
or anyexit_status
!= 0, and return the task ID.This will be a separate script that runs after all the analysis tasks have ran.
The text was updated successfully, but these errors were encountered: