From 4852a95f7a9284ab0356e86af9a752a628167e3c Mon Sep 17 00:00:00 2001 From: gconcepcion Date: Wed, 14 Feb 2024 11:53:50 -0800 Subject: [PATCH] fix git command in README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7dcbb94..001cf56 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,8 @@ The assembly workflow performs _de novo_ assembly on samples and trios. Clone a tagged version of the git repository. Use the `--branch` flag to pull the desired version, and the `--recursive` flag to pull code from any submodules. -```git clone \ +``` +git clone \ --depth 1 --branch v1.0.0 \ # for reproducibility --recursive \ # to clone submodule https://github.com/PacificBiosciences/HiFi-human-assembly-WDL.git