Create a new task
This chapter provides a step-by-step overview of the process of adding a new task. Here are the main sections:
Task Structure: The structure of a typical OpenProblems task, including its components and file formats.
Getting Started: How to get started with OpenProblems, including creating a new task proposal and repository.
Design the API: Design a consistent API for your task components and input/output files, and learn how to create API files for each component.
Dataset processor: How to choose appropriate datasets for your task and create a dataset processing component to handle the data.
Create Components: Dive into the process of adding components to your task, such as dataset loaders, methods, control methods, and metrics.
Create Workflow: Combine your components into a cohesive Nextflow workflow.