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:
parent
60dc451569
commit
1ee20f0bb0
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue