Skip to content

Install the Client from Docker

lindaxiang edited this page Sep 8, 2022 · 1 revision

A pre-requisite is to have Docker installed and configured on your operating system. Depending on your system permissions, this may or may not be allowed. If you do not have permission, it is best to use the Client version.

docker pull quay.io/icgc-argo/seq-tools:latest
alias seq-tools-in-docker="docker run -t -v `pwd`:`pwd` -w `pwd` quay.io/icgc-argo/seq-tools:latest seq-tools"