Hi all,
I've been developing a Dockerfile and repositories to enable users to set up an NGS forensics pipeline. So far so good, I can build the image (based on Bjoern Gruening's excellent galaxy-stable Docker image) and incorporate all the various tools I need, including custom ones with custom interfaces. I've also built some workflows within a running image and exported them to .ga files, but now I'm wondering if there is a way to import those back in to a new image via the Dockerfile? I'd rather have everything set up for the users upon building the image, rather than logging in as admin and then importing the workflow. Is this possible? If so, how?
Thanks for any and all answers.
Best regards,
Cam