-
Notifications
You must be signed in to change notification settings - Fork 21
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
Container image miss command ps
#77
Comments
@lam-c thanks for letting us know. We will fix the container and publish a new one, we will also review all the containers as this could also affect other ones. |
Thank you for considering. I tried to build singularity images locally, and it worked.
But soon after this, I met another error prompted by container
|
@KateSakharova ran into the same error, updating it to v1.1 I get a different architecture mismatch error:
|
I also had the same issues with amrfinder as Iam-c |
@lam-c what was the |
@amardeepranu I updated the database with
|
@KateSakharova ran into the same error as @amardeepranu after I updated mash2nwk to v1.1, using docker container
|
Hi @amardeepranu and @akques The problem was that the container was built in a mac with an M2 chip (different architecture), I just replaced the image in quay with a version built for "linux/amd64" so it should work now. Please remove the image and pull it again. I will run the whole pipeline with the Nextflow with the "-with-report" flag to check if all the containers are working with it. I'll post an update in the next few days. Cheers |
Hi, I caught an error in Process: GAP:MASH_TO_NWK.
I think the container
genomes-pipeline.mash2nwk
might lack an important toolps
. A possible solution could be includedps
into the Dockerfile of mash2nwk (as below). Since docker was not installed on the system I worked on, I had some trouble on transforming dockerfile to singularity image. I would be so grateful if you could publish an updated container on quay.io.The text was updated successfully, but these errors were encountered: