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

Docker instructions missing path #208

Open
danjgale opened this issue Sep 26, 2022 · 1 comment
Open

Docker instructions missing path #208

danjgale opened this issue Sep 26, 2022 · 1 comment

Comments

@danjgale
Copy link

Hi, thanks for making this package!

I successfully installed macapype via Docker and tried to run it using the instructions provided here.

Unfortunately, /opt/packages/macapype/workflows/ used in the commands does not exist in the container. I am aware that the segment_pnh command can be used instead (see n.b. here), however, params_segment_pnh_ants_based.json cannot be found. I don't know if I'm missing something or if there is an error in the instructions. Any guidance here would be helpful! Thanks

@davidmeunier79
Copy link
Contributor

davidmeunier79 commented Sep 28, 2022

Hi @danjgale , many thanks for your feedback.

Sorry the documentation has been fully updated according to the latest developments.

Indeed, it is not possible to call python workflows/segment_pnh.py directly from the docker image. The command has now changed and the default params.json are now called with the -species parameter in the command (in can take values macaque, marmo and baboon so far) and it will take defaut json parameters that are located in workflows, depending on -soft and -species (not all combinations are possible). If you want to specify your own user defined params it has be callable from outsite the image (i.e. with proper bindings).

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