Skip to content

Commit

Permalink
updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
williamrowell committed Nov 11, 2024
1 parent 3d62f62 commit 4356af9
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,16 @@ PacBio WGS Variant Pipeline performs read alignment, variant calling, and phasin

## Setup

We recommend cloning the repo rather than downloading the release package. Some tasks and workflows are pulled in from other repositories. Ensure you have initialized submodules following cloning by running `git submodule update --init --recursive`.
We recommend cloning the repo rather than downloading the release package. Some tasks and workflows are pulled in from other repositories.

Clone the repo using the command below.

```bash
git clone \
--depth 1 --branch v1.2.1 \
--recursive \
https://github.com/PacificBiosciences/HiFi-human-WGS-WDL.git
```

## Resource requirements

Expand Down

0 comments on commit 4356af9

Please sign in to comment.