From 81e6906b53e4d1d2dfff9d18639d5136d6bb9f06 Mon Sep 17 00:00:00 2001 From: David van Leeuwen Date: Wed, 5 Aug 2015 10:02:39 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 316aadb..94f8b60 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ bash call, submit an SGE array job as an array of size 80 ```bash find data/input/ -type f > filelist -qsub -t1:80 -b y -cwd bin/julia-script filelist +qsub -t 1-80 -b y -cwd bin/julia-script filelist ``` The first job in the array processes files[1], files[81], etc, the second job processes files[2], files[82], etc.