From 48fb8c712d6468986a937bc43554557435e4f019 Mon Sep 17 00:00:00 2001 From: Ben Evans Date: Sat, 4 Mar 2017 17:45:45 -0500 Subject: [PATCH] more description of output --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 33a3bf2..7c49f60 100644 --- a/README.md +++ b/README.md @@ -25,5 +25,10 @@ Optional dSQ arguments: ## Output Tasks that return non-zero exit codes will be output to the `job_.REMAINING` file. The `job_.STATUS` file will contain info about the tasks run and contains the following tab-separated columns: -| Task_ID | Exit_Code | Time_Started | Time_Ended | Time_Elapsed | Task | -| :------ | :-------- | :----------- | :--------- | :----------- | :--- | +* Task_ID: the zero-based line number from your task file +* Exit_Code: exit code returned from your task +* Time_Started: time started, formatted as year-month-day hour:minute:second +* Time_Ended: time started, formatted as year-month-day hour:minute:second +* Time_Elapsed: in seconds +* Task: the line from your task file +