// This example shows how to apply pipelines and models with updates. // This approach can be used for in-webworkers analysis of models. // Here, we consider gluconic acid (GA) production by Aspergillus niger modeling.
import*asDGLfrom'diff-grok';
// 1. Model specification constmodel = `#name: GA-production #tags: model #description: Gluconic acid (GA) production by Aspergillus niger modeling
Pipeline creator for model with updates
Example