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
wrangler submissions use
prerequisite_job_id
multiple times where they should be usingprerequisite_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 finishedhttps://github.com/UCSC-MedBook/MedBook-JobRunner/blob/master/webapp/server/classes/SubmitWranglerSubmission.js#L100