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

Error "format_2196" and "data_0916" not belonging to "format_1915" and "data_0006" respectively #115

Open
1 of 2 tasks
almanilsson opened this issue Jun 4, 2024 · 1 comment
Assignees
Labels
documentation Improvements or additions to documentation faq Frequently asked questions

Comments

@almanilsson
Copy link

Description

I get an error saying that "format_2196" does not belong to "format_1915" and "data_0916" does not belong to "data_0006", so APE does not run with the following inputs:

{
"format_1915": ["format_2196"],
"data_0006": ["data_0582"]
},
{
"format_1915": ["format_3475"],
"data_0006": ["data_0916"]
}

Screenshot from 2024-06-04 16-38-44

API/CLI Version

  • API
  • CLI
@almanilsson almanilsson added the bug Something isn't working label Jun 4, 2024
@vedran-kasalica vedran-kasalica added the documentation Improvements or additions to documentation label Jun 4, 2024
@vedran-kasalica
Copy link
Member

If I understood correctly, this happened when the configuration uses "strict_tool_annotations": "true". APE trims the ontology to include only data types and formats that can be processed by the annotated tools and probably the mentioned type data_0916 and format format_2196 were not used in the tool annotations, i.e., the annotated tools cannot use them or create them. I will try to improve the documentation of the APE configuration fields and potentially change a bit the way strict_tool_annotations works.

@vedran-kasalica vedran-kasalica added faq Frequently asked questions and removed bug Something isn't working labels Jun 4, 2024
@vedran-kasalica vedran-kasalica changed the title [BUG] "format_2196" and "data_0916" not belonging to "format_1915" and "data_0006" respectively Error "format_2196" and "data_0916" not belonging to "format_1915" and "data_0006" respectively Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation faq Frequently asked questions
Projects
None yet
Development

No branches or pull requests

2 participants