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

python: can't open file '/app/mc-ilastik.py' #566

Open
PranavMotarwar opened this issue Dec 3, 2024 · 1 comment
Open

python: can't open file '/app/mc-ilastik.py' #566

PranavMotarwar opened this issue Dec 3, 2024 · 1 comment

Comments

@PranavMotarwar
Copy link

PranavMotarwar commented Dec 3, 2024

Hey Team,

I am a new MCMICRO user. I have a MacBook with an M3 chip.

When I was trying to run the MCMICRO, I was getting this error: Process registration:ashlar (1) terminated with an error exit status (125). I resolved it by running the docker pull: Process registration:ashlar (1) terminated with an error exit status (125)

But now I am getting this error: python: can't open file '/app/mc-ilastik.py': [Errno 2] No such file or directory. This is the command that I was running: nextflow run labsyspharm/mcmicro --in exemplar-001 --segmentation ‘ilastik’

I tried pulling the docker pull for ilastik: docker pull labsyspharm/mcmicro-ilastik:1.6 but I am still getting the same error.

How can I check if my MCMICRO docker image is correctly set.

@ArtemSokolov
Copy link
Collaborator

ArtemSokolov commented Dec 4, 2024

Hi @PranavMotarwar,

For some reason, your nextflow installation is not using Docker (which is the default in MCMICRO). It's trying to run commands directly on your machine instead of inside the containers, which is why it's complaining about files not existing.

Can you try telling it explicitly to use the standard config:

nextflow run labsyspharm/mcmicro --in exemplar-001 --segmentation ilastik -profile standard

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