This tutorial walks through some of our utilities for quickly launching tools and workflows in a naive way.
This is a companion discussion topic for the original entry at https://docs.dockstore.org/docs/user-tutorials/launch/
This tutorial walks through some of our utilities for quickly launching tools and workflows in a naive way.
Setup Dockstore Command Line Interface: The step1 was not working inside my docker image because it’s not recognizing add-apt-repository, so for that we need software-properties-common library. If someone get that error than do this step before installing openjdk-11-jdk,
apt-get install -y software-properties-common