Skip to content

Commit

Permalink
fix git command in README
Browse files Browse the repository at this point in the history
  • Loading branch information
gconcepcion committed Feb 14, 2024
1 parent 0dd7ee2 commit 4852a95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4852a95

Please sign in to comment.