This is a VDI plugin that uses the Study Wrangler to process user-uploaded files into EDA-loadable assets.
This is TBC but feel free to ask @bobular about .env files etc.
Create a file docker-compose.override.yml
with the following
services:
plugin:
volumes:
- ./bin:/opt/veupathdb/bin
so that you can work on scripts in the bin
directory without rebuilding/restarting the container.
You can add further paths as required.