From b90e9896581a5382094f785c31e8f3db1540c92c Mon Sep 17 00:00:00 2001 From: nt Date: Thu, 1 Dec 2022 13:23:36 +0100 Subject: [PATCH] Update bwa.sh --- scr/bwa.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scr/bwa.sh b/scr/bwa.sh index f54830d..7dbce9e 100644 --- a/scr/bwa.sh +++ b/scr/bwa.sh @@ -1,7 +1,7 @@ #!/bin/bash BaseDir=$1 -Nthreads=10 +Nthreads=2 Nruns=2 cd $BaseDir