Skip to content

Commit 2c8db6c

Browse files
committed
updated
1 parent 6d25926 commit 2c8db6c

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

mutmap/mutplot.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@
1010
import subprocess as sbp
1111
from multiprocessing import set_start_method
1212
set_start_method('fork')
13-
# These environment variables can avoid the potential errors
14-
# in python and java
15-
if os.environ.get('OMP_NUM_THREADS') == None:
16-
os.environ['OMP_NUM_THREADS'] = str(args.threads)
17-
if os.environ.get('USE_SIMPLE_THREADED_LEVEL3') == None:
18-
os.environ['USE_SIMPLE_THREADED_LEVEL3'] = str(args.threads)
1913
if os.environ.get('JAVA_TOOL_OPTIONS') == None:
2014
os.environ['JAVA_TOOL_OPTIONS'] = '-Xmx4000m'
2115
from mutmap.vcf2index import Vcf2Index

0 commit comments

Comments
 (0)