Batch Pipeline Execution: Run jobs that wait with the execution on each other.
Usage in command line
sp_batch.py submission_command input_run_dir --hold_flag=HOLD_FLAG --first_hold_number=FIRST_HOLD_NUMBER
sp_batch exists only in non-MPI version.
The pipeline directory can be easily added within the GUI.
Run sp_batch locally with bash:
sp_batch.py bash input_run_dir
Run sp_batch within a SGE/PBS/Torque queuing environment:
sp_batch.py 'qsub' input_run_dir --hold_flag='-hold_jid'
Run sp_batch within a SGE/PBS/Torque queuing environment waiting for another job with the id 3456:
sp_batch.py 'qsub' input_run_dir --hold_flag='-hold_jid' --first_hold_number=3456
Content of the commands in the PIPELINE folder.
Markus Stabrin
Category 1:: APPLICATIONS
sparx/bin/sp_unblur.py
Beta:: Under evaluation and testing. Please let us know if there are any bugs.
There are no known bugs so far.