From 1ee20f0bb0d018f341067a27c9e05b66ae1b6ce4 Mon Sep 17 00:00:00 2001 From: Matthieu Muffato Date: Wed, 20 Jul 2022 14:35:22 +0100 Subject: [PATCH] 2 cores should be enough for the nextflow manager itself --- docs/sanger.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sanger.md b/docs/sanger.md index caf74bb..a3b590f 100644 --- a/docs/sanger.md +++ b/docs/sanger.md @@ -29,7 +29,7 @@ To do so make a shell script with a similar structure to the following code and #BSUB -e /path/to/a/log/dir/%J.e #BSUB -M 8000 #BSUB -q oversubscribed -#BSUB -n 4 +#BSUB -n 2 export HTTP_PROXY='http://wwwcache.sanger.ac.uk:3128' export HTTPS_PROXY='http://wwwcache.sanger.ac.uk:3128'