VEuPathDB / service-eda-compute

Apache License 2.0
0 stars 0 forks source link

Complete example plugin, including two API changes to ease plugin development + validation #37

Closed ryanrdoherty closed 2 years ago

ryanrdoherty commented 2 years ago

Made the example plugin take an entity, variable, and value suffix; it requests the variable, then for all values, tacks on the suffix as a computed variable. The name of the variable is the original name + "WithSuffix". If the var value is empty, the computed var is also empty. Metadata contains the name of the computed var. Statistics contains the number of missing values.

@Foxcapades Don't worry too much about the example plugin and validator implementations; mostly wanted approval for the API changes (passing metadata to the validator).