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

Dockerfile issue #22

Open
ManuelDelpero opened this issue Sep 17, 2023 · 5 comments
Open

Dockerfile issue #22

ManuelDelpero opened this issue Sep 17, 2023 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@ManuelDelpero
Copy link

Hi everyone, I am trying to build docker image for multiplatform since I am having this issue: the requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64). However the latest available Dockerfile has some issues when I run docker build or docker buildx. Could you please provide correct latest Dockerfile or image for multiplatform?

@afonsoguerra afonsoguerra added the enhancement New feature or request label Sep 22, 2023
@afonsoguerra
Copy link
Member

Hi Manuel,
Thanks for raising this. At the moment we are only running on amd64/x86 architecture, I will label this as a future enhancement where we can explore running it on ARM64.

@ManuelDelpero
Copy link
Author

Hi Afonso,

Thank you very much for your reply.
I would also like to ask updates regarding .db files for clinVAR and the other resources. ClinVAR at the moment is only providing xml files. Could you please spcify how the .db files were generated?

Please feel free to delete this question since it is not relevant. I just did not want to open another issue but could not find email adress to contact you directly.

@IsmailM
Copy link
Member

IsmailM commented Sep 26, 2023

Hi @ManuelDelpero,

We are currently working on updating this entire pipeline - we hope to eventually release the scripts for generating the database.

Secondly, would you mind sharing the issues with building the docker image?

(I will also look into whether we can update the latest version on Github Actions).

@ManuelDelpero
Copy link
Author

Hi Ismail,

Thanks for your answer and work you are putting into this.
I think the problem with the docker file is that it was modified to deal with the python scripts but I can still see it is calling the old perl script:
COPY GenomeChronicler_mainDruid.pl /GenomeChronicler/

@IsmailM
Copy link
Member

IsmailM commented Sep 27, 2023

Hi Manuel,

Apologies - we seem to have missed that in the last update.

I have fixed this, and this will be merged once one of my colleagues has checked it.

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

No branches or pull requests

3 participants