After a few second, the galaxy instance should be available on the port 80 of the VM (that should be enabled)
From there, work on the imported workflows. Those that display correctly are those that are already upgraded. For the others, rebuild the workflow. Working on the corresponding workflow published in mississippi as template helps a lot.
When a workflow is rebuild, download it locally. and push it in the local repo GalaxyKickStart in a work branch. The branch metavisitor-2 is protected. Do a pull request.
@ccedmendoza
git clone https://github.com/ARTbio/GalaxyKickStart.git --branch metavisitor-2.0
in a freshly deployed instance with pip 1.9 and ansible==2.2 dependencies installed and docker installed (docker installation in script https://raw.githubusercontent.com/ARTbio/Run-Galaxy/master/deployment_scripts/install_docker.sh)navigate in GalaxyKickStart
build the metavisitor image with
docker build -t metavisitor .
Run the docker image with
After a few second, the galaxy instance should be available on the port 80 of the VM (that should be enabled)
From there, work on the imported workflows. Those that display correctly are those that are already upgraded. For the others, rebuild the workflow. Working on the corresponding workflow published in mississippi as template helps a lot. When a workflow is rebuild, download it locally. and push it in the local repo GalaxyKickStart in a work branch. The branch metavisitor-2 is protected. Do a pull request.