-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
checkqc: InterOp is not installed in docker image #46558
Comments
I think this issue is caused by the way
/usr/local/lib/python3.10/site-packages/ , this could be achieved by installing the interop package with pip.
|
As a sidenote: This also affects the singularity and conda build. I just didn't notice since singularity was "clever" enough to import the module from my local machine:
|
Ah, seems you got there. |
Hmm, I think I'm gonna need help with this one. The interop package on PyPI does not have a source distribution, so I'm unsure how to properly set this up. @alneberg Made me aware of the fact that
|
Hi @matrulda, you're right, |
Ah great, thank you very much @cbrueffer 👍 |
Regarding checkqc version: 4.0.1 build 0
Hi!
I need some help with troubleshooting the docker image created for checkqc. When trying to use it, I get the following error when trying to process a run folder:
It looks like the InterOp module is not installed. The conda package and singularity image does not have this issue. I am not able get the bioconda-utils to work (bioconda/bioconda-utils#929) so I'm not sure what happens during the build process for the docker image. I would very much appreciate help with this since it is blocking me from completing the CheckQC module for nf-core: nf-core/modules#4158
Do you have any ideas, @cbrueffer?
Steps to reproduce error:
The text was updated successfully, but these errors were encountered: