virtualcell / vcell

Virtual Cell Framework
http://vcell.org/
Other
65 stars 20 forks source link

Shorten the N5 file URI and Systematically Name Datasets #1203

Closed AvocadoMoon closed 3 months ago

AvocadoMoon commented 3 months ago

Before the URI's generated for the N5 files where to long, so they need to be truncated. In addition there's a problem with the N5 library that anything which is not Alpha-numeric for a dataset name throws a URI exception error so it'd be best if we automatically set the names ourselves. In addition added security benefit, even though there are regex filters to prevent any problematic characters, completely removing the control users have on VCell servers is better.