openworm / geppetto-client

The web client of a Geppetto application
Other
4 stars 2 forks source link

allow $ in model paths #120

Open mattearnshaw opened 5 years ago

mattearnshaw commented 5 years ago

neuroml model interpreter is constructing some paths with $ sign: https://github.com/openworm/org.geppetto.model.neuroml/pull/166/files#diff-0501c526d7bf3d862a6281e2c85516b2R269

control panel uses model paths to construct id attributes, but just as [, ], . are invalid characters for ids, so is $ and it causes issues

tarelli commented 4 years ago

@mattearnshaw what's the semantics of having a $ in a path?