Use model file url from ReRunQueryParams to return CombineArchiveContentUrl · Issue #4817 · biosimulations/biosimulations · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO: Use model file url from ReRunQueryParams to return CombineArchiveContentUrl
this.createSimulationsArray();}publicprepareModelFile(){// TODO: Use model file url from ReRunQueryParams to return CombineArchiveContentUrl}publicprepareSedDoc(){/* TODO: a.) make a call to introspect original sed file b.) use output of a to make another call to introspect editable params (params variables) c.) use b to populate the form (default value, new value, etc) d.) On user submit, detect changes if any and replace those values in c e.) Replace original model changes field in a with d f.) Return a */}publiccompileArchive(){// TODO: gather archive members and prepare API call submission form here.constformData=newFormData();constmodelFile=this.prepareModelFile();constsedDoc=this.prepareSedDoc();}publiccreateCustomArchive(){// TODO: make a call to combine-api/create using the output of this.compileArchive, return url/filethis.compileArchive();}publicrunCustomSimulation(){/* TODO: a.) create custom archive b.) use a to make a call to api/run and navigate to runs/<ID>/view */constarchive=this.createCustomArchive();}// original rerun project method:publicrerunProject(id: string): void{
this.httpClient
The text was updated successfully, but these errors were encountered:
biosimulations/libs/shared/services/src/lib/shared-simulation/shared-simulation.service.ts
Line 80 in 06442f8
The text was updated successfully, but these errors were encountered: