From be6af462cec21dc75f98bc0560acb17497b18e81 Mon Sep 17 00:00:00 2001 From: Brandi Cantarel <brandi.cantarel@utsouthwestern.edu> Date: Thu, 30 Jul 2020 08:58:51 -0500 Subject: [PATCH] bug --- alignment/bamqc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alignment/bamqc.sh b/alignment/bamqc.sh index 2d4bc75..1496dad 100644 --- a/alignment/bamqc.sh +++ b/alignment/bamqc.sh @@ -45,7 +45,7 @@ if [[ -z $NPROC ]] then NPROC=`nproc` fi -threads=`expr $NPROC - 10` +threads=`expr $NPROC` if [[ -n $user ]] then -- GitLab