Nasim Sanati
Nasim Sanati
I've updated the following files to eliminate the requirement for Google API access when generating manifests locally: schematic/manifest/generator.py schematic/manifest/commands.py These changes allow end-users to bypass the Google API dependency if...
In [sites/avivator/src/source-info.js](https://github.com/hms-dbmi/viv/blob/main/sites/avivator/src/source-info.js#L47), the export always concatenates baseUrl with path. This prevents using custom/external URLs (ex. `http://localhost:8000/file.ome.tiff`) without modifying the export logic, since it creates invalid URLs like: ``` https://viv-demo.storage.googleapis.com/http://localhost:8000/file.ome.tiff ```...