1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-10 20:13:09 +00:00

The oversubscribed queue is recommended for workflow managers

This commit is contained in:
Matthieu Muffato 2022-07-20 14:34:59 +01:00
parent 1f1a9ac5f0
commit 60dc451569

View file

@ -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 -e /path/to/a/log/dir/%J.e
#BSUB -M 8000
#BSUB -q long
#BSUB -q oversubscribed
#BSUB -n 4
export HTTP_PROXY='http://wwwcache.sanger.ac.uk:3128'