We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This does not cover how to may a data plugin just how to get it working in our CI.
Choose for example CellMorphologyData conafile.py as a template.
This contains a number of special features that are necessare for the correct consumption of the data plugin in the CI.
__get_git_path()
Determines if the context of the data plugin artifact is being consumed as a requirement or being built
requirements
Uses __get_git_path to correctly add a core dependency during build but not to during consumprion.
__get_git_path
package_id
Remove the requires information from the packaging signature. The consumer should provide all requirements (core etc.)