1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-22 08:29:54 +00:00

2 cores should be enough for the nextflow manager itself

This commit is contained in:
Matthieu Muffato 2022-07-20 14:35:22 +01:00
parent 60dc451569
commit 1ee20f0bb0

View file

@ -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'