From a6e48e036e00b8ed3fd5186f62ddd76eb45866d5 Mon Sep 17 00:00:00 2001 From: ZhuBry Date: Thu, 1 Feb 2024 08:28:49 -0500 Subject: [PATCH] fix to getting started page --- website/docs/getting_started.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/website/docs/getting_started.md b/website/docs/getting_started.md index b37be1bb..b77f3aaa 100644 --- a/website/docs/getting_started.md +++ b/website/docs/getting_started.md @@ -37,16 +37,10 @@ lancet2 --version ### Docker -Pre-built docker images for Lancet2 are available [here](https://console.cloud.google.com/artifacts/docker/nygc-app-c-148c/us-central1/lancet-public/lancet) +Pre-built docker images for Lancet2 are available [here](https://console.cloud.google.com/artifacts/docker/nygc-app-c-148c/us-central1/lancet-public/lancet). Note that the public docker image requires [Cascade Lake CPU](https://en.wikichip.org/wiki/intel/microarchitectures/cascade_lake) or newer You can also build a new image from the Dockerfile provided in the repository: -```bash -git clone https://github.com/nygenome/Lancet2.git && cd Lancet2 -docker build --platform linux/amd64 -t lancet2 -f docker/gcc.Dockerfile . -docker run --platform linux/amd64 -it lancet2 lancet2 --version -``` - ## Basic Usage Here is a basic run of the Lancet tool from the newly created build directory: