imsb-uke/scGAN

Error when writing 'tf_records' using docker file

KOD1S opened this issue · 1 comments

KOD1S commented

Hi, I have run the main.py file with parameters from the docker file but am receiving the below error message:

Screenshot from 2022-06-13 14-25-33

We are running on a GPU node on a HPC cluster. We have also tried without the docker file but the versions listed in the requirements file conflict with each other.

Hello @KOD1S,
the issue is related to an h5ad file which was written by a new version of anndata, which is not supported by scGAN. The issue is reported here already.

Regarding the build without a Dockerfile, I would not recommend it, because the python version is rather old and therefore sometimes difficult do to build. The Dockerfile also reads the requirements from the requirements file, so there should not be any conflicting version. If you want, I can still have a look, but I would need some sort of error message for this.