-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Hi,
I am running into an issue with the HLA typing that I cannot figure out. The program fails with the message:
Traceback (most recent call last):
File "bin/optitype_ext.py", line 31, in
with open(input_optitype_result) as f:
IOError: [Errno 2] No such file or directory: '/root/data/hlatyping/2021_01_08_05_28_37/2021_01_08_05_28_37_result.tsv'
hla type process done.
And when I look at the log file for the hla typing it says:
/root/source/seqan-seqan-v2.4.0/include/seqan/basic/basic_exception.h:363 FAILED! (Uncaught exception of type std::bad_alloc: std::bad_alloc)
From my research it looks like it is possibly a memory problem but I have expanded the volume I am working on twice with no change in the error. Do you have any estimates of how much space running the entire docker image requires?
Thank you!
-Elizabeth