@@ -35,10 +35,10 @@ data =>
3535{
3636 task => 'mpileup,gatk,update_db,cleanup,pseudo_genome',
3737
38- bsub_opts => "-q normal -M3500 -R 'select[type==X86_64] select[mem>3500] rusage[mem=3500] rusage[tmp=16000]'",
39- bsub_opts_long => "-q normal -M3500 -R 'select[type==X86_64 select[mem>3500] rusage[mem=3500] rusage[tmp=16000]'",
40- bsub_opts_qcall => "-q normal -M3500 -R 'select[type==X86_64 select[mem>3500 && tmp>17000] rusage[mem=3500] rusage[tmp=17000]'",
41- bsub_opts_mpileup => "-q normal -R 'select[type==X86_64]'",
38+ bsub_opts => "-q normal -M3500 -R 'select[type==X86_64] select[mem>3500] rusage[mem=3500] rusage[thouio=1] rusage[ tmp=16000]'",
39+ bsub_opts_long => "-q normal -M3500 -R 'select[type==X86_64 select[mem>3500] rusage[mem=3500] rusage[thouio=1] rusage[ tmp=16000]'",
40+ bsub_opts_qcall => "-q normal -M3500 -R 'select[type==X86_64 select[mem>3500 && tmp>17000] rusage[mem=3500] rusage[thouio=1] rusage[ tmp=17000]'",
41+ bsub_opts_mpileup => "-q normal -R 'select[type==X86_64] rusage[thouio=1] '",
4242
4343 split_size_mpileup => 300_000_000,
4444 split_size_gatk => 100_000_000,
@@ -221,9 +221,9 @@ our @actions =
221221our $options =
222222{
223223 bcftools => ' bcftools' ,
224- bsub_opts_varfilter => " -q normal -R 'select[type==X86_64]'" ,
225- bsub_opts_mpileup => " -q normal -R 'select[type==X86_64]'" ,
226- bsub_opts_qcall => " -q normal -R 'select[type==X86_64]'" ,
224+ bsub_opts_varfilter => " -q normal -R 'select[type==X86_64] rusage[thouio=1] '" ,
225+ bsub_opts_mpileup => " -q normal -R 'select[type==X86_64] rusage[thouio=1] '" ,
226+ bsub_opts_qcall => " -q normal -R 'select[type==X86_64] rusage[thouio=1] '" ,
227227 bsub_opts_gatk => " -q normal -M3000 -R 'select[mem>3000] rusage[mem=3000]'" ,
228228 chunks_overlap => 250,
229229 fai_chr_regex => ' \d+|x|y' ,
0 commit comments