mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 08:29:54 +00:00
The oversubscribed queue is recommended for workflow managers
This commit is contained in:
parent
1f1a9ac5f0
commit
60dc451569
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ To do so make a shell script with a similar structure to the following code and
|
||||||
#BSUB -o /path/to/a/log/dir/%J.o
|
#BSUB -o /path/to/a/log/dir/%J.o
|
||||||
#BSUB -e /path/to/a/log/dir/%J.e
|
#BSUB -e /path/to/a/log/dir/%J.e
|
||||||
#BSUB -M 8000
|
#BSUB -M 8000
|
||||||
#BSUB -q long
|
#BSUB -q oversubscribed
|
||||||
#BSUB -n 4
|
#BSUB -n 4
|
||||||
|
|
||||||
export HTTP_PROXY='http://wwwcache.sanger.ac.uk:3128'
|
export HTTP_PROXY='http://wwwcache.sanger.ac.uk:3128'
|
||||||
|
|
Loading…
Reference in a new issue