-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
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
Add --parsable option #156
Comments
Best way to implement is a combination of proper options to the submission and parsing the outputs so that the qbatch outputs are always consistent. In addition, parsing the outputs is important for eventual python module qbatch. |
Related to #163 |
SLURM will report back:
With option |
SGE uses |
PBS isn't documented very well, but it looks like it just returns Job ids by default: |
qbatch needs an option where it only returns the jobids of jobs submitted.
This would allow qbatch to be used in other pipelines that may want to monitor job IDs themselves rather than using the cluster's proper dependency tracking (see ANTs pipelines...)
The text was updated successfully, but these errors were encountered: