This PR introduces a new pure Python implentation of the helper script to launch the dockerized version of wft4galaxy. As the previous version, it can be launched from terminal by typing wft4galaxy-docker after wft4galaxy installation or downloaded and installed as a standalone script from the wft4galaxy repository by typing:
Until this PR has been merged, use the docker-optimizations branch of my repository (i.e., https://github.com/kikkomep/wft4galaxy) to install wft4galaxy. To download the standalone wft4galaxy-docker script in your current working dir, cut and paste the following line to your terminal:
This PR introduces a new pure Python implentation of the helper script to launch the dockerized version of wft4galaxy. As the previous version, it can be launched from terminal by typing
wft4galaxy-docker
after wft4galaxy installation or downloaded and installed as a standalone script from the wft4galaxy repository by typing:Until this PR has been merged, use the
docker-optimizations
branch of my repository (i.e., https://github.com/kikkomep/wft4galaxy) to install wft4galaxy. To download the standalonewft4galaxy-docker
script in your current working dir, cut and paste the following line to your terminal:and launch
wft4galaxy-docker
with the two options shown below to use the latest Docker images:As an example, you can launch the ChangeCase workflow test case as follows: