From 531a88a189165146309f450b8d2c06f7cfe77105 Mon Sep 17 00:00:00 2001 From: Ben Evans Date: Sat, 4 Mar 2017 17:24:32 -0500 Subject: [PATCH] updated help in readme --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b5b4a64..33a3bf2 100644 --- a/README.md +++ b/README.md @@ -9,15 +9,17 @@ First, you'll need to generate a task file. Each line of this task file needs to ``` -dSQ.py --taskfile taskfile [slurm args] +dSQ.py --taskfile taskfile [dSQ args] [slurm args] -optional arguments: +Required dSQ arguments: + --taskfile TASKFILE Task file, one task per line + +Optional dSQ arguments: -h, --help show this help message and exit --version show program's version number and exit --submit Submit the job array on the fly instead of printing to stdout. --max-tasks MAX_TASKS Maximum number of simultaneously running tasks from the job array - --taskfile TASKFILE Task file, one task per line ``` ## Output