Hi,
I gave a go at this program on a handful of sequences, but can't get it to work.
We have conda environments running inside containers that are by design read only.
I get the same error for all modules (eg below for serotyping and test.fna):
[91m[1m❌ ERROR:[0m
[91m Serotyping analysis failed: [Errno 30] Read-only file system:[0m
[91m '/opt/conda/envs/ecolityper/lib/python3.12/site-[0m
[91m packages/ecoliTyper/modules/serotypefinder_module/test.fna'[0m
I'm not sure why it would be wanting to write to a python lib?
Is there a way to get it to write on the working dir or another type of tmp dir instead?
Also, it seems the stderr is redirected to stdout, my stderr log file was empty while the stdout contained all errors. This is not very helpful imho...
Hi,
I gave a go at this program on a handful of sequences, but can't get it to work.
We have conda environments running inside containers that are by design read only.
I get the same error for all modules (eg below for serotyping and test.fna):
[91m[1m❌ ERROR:[0m
[91m Serotyping analysis failed: [Errno 30] Read-only file system:[0m
[91m '/opt/conda/envs/ecolityper/lib/python3.12/site-[0m
[91m packages/ecoliTyper/modules/serotypefinder_module/test.fna'[0m
I'm not sure why it would be wanting to write to a python lib?
Is there a way to get it to write on the working dir or another type of tmp dir instead?
Also, it seems the stderr is redirected to stdout, my stderr log file was empty while the stdout contained all errors. This is not very helpful imho...