UCSC-MedBook / MedBook-JobRunner

Runs and monitors Jobs (Current UNIX processes, Galaxy and other Environments coming)
2 stars 1 forks source link

typo in wrangler submissions -- not checking prerequisite IDs. #6

Open e-t-k opened 8 years ago

e-t-k commented 8 years ago

wrangler submissions use prerequisite_job_id multiple times where they should be using prerequisite_job_ids

The reason it has functioned anyhow is because the jobs are run in chronological order and only one job has run at a time.

Need to test thoroughly once fixed as at the moment, prerequisite_job_ids in startup.js doesn't seem to have correct behavior -- never checks that prerequisites are finished

https://github.com/UCSC-MedBook/MedBook-JobRunner/blob/master/webapp/server/classes/SubmitWranglerSubmission.js#L100