Project

General

Profile

Bug #10568

Updated by Tom Clegg over 7 years ago

Currently, crunchstat-summary finds child jobs by looking at 
 * the "components" field, when processing a pipeline instance 
 * "Queued job {uuid}" text in the log messages, when processing a job 

 Since crunchstat-summary was written, we have added a "components" field to job records, and the CWL runner saves the child job UUIDs there instead of logging them as stderr text. Therefore, crunchstat-summary does not see them. 

Back