Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when writing 'tf_records' using docker file #19

Closed
KOD1S opened this issue Jun 10, 2022 · 1 comment
Closed

Error when writing 'tf_records' using docker file #19

KOD1S opened this issue Jun 10, 2022 · 1 comment

Comments

@KOD1S
Copy link

KOD1S commented Jun 10, 2022

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.

@fhausmann
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants