Skip to content

Add tacco #15

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

Merged
merged 8 commits into from
Mar 10, 2025
Merged

Add tacco #15

merged 8 commits into from
Mar 10, 2025

Conversation

LeonHafner
Copy link
Contributor

Setting up this PR draft to add tacco to the pipeline

not finished yet

@LeonHafner
Copy link
Contributor Author

The module currently only supports native engine, docker needs to be added.

@Kraftfahrzeughaftpflichtversicherung
Copy link
Contributor

The test is failing because there are no installed packages, for example openproblems

you can solve it with adding in config the docker engines

for example:
engines:

  • type: docker
    image: openproblems/base_python:1.0.0
    merge:
    • /src/base/setup_txsim_partial.yaml
      setup:
    • type: python
      pypi: [planktonspace]

you can find it here: https://github.com/openproblems-bio/task_ist_preprocessing/blob/main/src/methods_cell_type_annotation/ssam/config.vsh.yaml#L24C1-L31C30

and the other examples in other methods like here: https://github.com/openproblems-bio/task_ist_preprocessing/blob/main/src/methods_segmentation/cellpose/config.vsh.yaml

important thing here is
setup:
- type: python
pypi: spatialdata

the packages that you need to install: https://viash.io/versioned/0_7_5/reference/config/platforms/docker/setup/pythonRequirements.html

I know that you cannot build the component with docker in VM, but this can help you to pass the tests

@LouisK92 LouisK92 merged commit 3bac6a5 into openproblems-bio:dev Mar 10, 2025
2 checks passed
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

Successfully merging this pull request may close these issues.

3 participants