scipion-em / scipion-pyworkflow

Underlying pyworkflow module for the Scipion framework
GNU General Public License v3.0
5 stars 5 forks source link

Correct implementation of protocols jobIDs and pIDs #504

Closed danielmarchan3 closed 4 months ago

danielmarchan3 commented 4 months ago

Better case-specific implementation of pID and jobID.

Three scenarios:

  1. Normal execution (pID).
  2. Sending the entire protocol to the queue (jobID).
  3. Sending individual steps (jobID per step + pID for the protocol).
danielmarchan3 commented 4 months ago

More comments were added as asked by the reviewer. Thank you @pconesa!

sonarcloud[bot] commented 4 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud