Arnold Kuzniar
Arnold Kuzniar
Currently, it's difficult to make a plot using the following data: ``` JobID,Start,End 4099110,2018-03-19T23:22:52,2018-03-20T15:33:33 4099111,2018-03-19T23:22:52,2018-03-20T00:46:57 4099112,2018-03-19T23:24:23,2018-03-22T09:42:58 ... ``` where _Start_ and _End_ (or duration) of a job are on the...
Hello, I've `pip install toil[cwl]` (v3.8) and created toy example files `echo-job.cwl` and `echo-job.yml`: ``` cwlVersion: v1.0 class: CommandLineTool baseCommand: echo stdout: output.txt inputs: message: type: string inputBinding: position: 1...