Skip to content

Commit

Permalink
Merge pull request #157 from PacificBiosciences/develop-v2
Browse files Browse the repository at this point in the history
Adding wdl-ci tests.
  • Loading branch information
williamrowell authored Nov 21, 2024
2 parents 8d9401f + 5e90e5b commit 2a08c81
Show file tree
Hide file tree
Showing 5 changed files with 2,092 additions and 76 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@ Both workflows are designed to analyze human PacBio whole genome sequencing (WGS

This is an actively developed workflow with multiple versioned releases, and we make use of git submodules for common tasks that are shared by multiple workflows. There are two ways to ensure you are using a supported release of the workflow and ensure that the submodules are correctly initialized:

1) Download the release zips directly from a [supported release](https://github.com/PacificBiosciences/HiFi-human-WGS-WDL/releases/tag/v2.0.6):
1) Download the release zips directly from a [supported release](https://github.com/PacificBiosciences/HiFi-human-WGS-WDL/releases/tag/v2.0.7):

```bash
wget https://github.com/PacificBiosciences/HiFi-human-WGS-WDL/releases/download/v2.0.6/hifi-human-wgs-singleton.zip
wget https://github.com/PacificBiosciences/HiFi-human-WGS-WDL/releases/download/v2.0.6/hifi-human-wgs-family.zip
wget https://github.com/PacificBiosciences/HiFi-human-WGS-WDL/releases/download/v2.0.7/hifi-human-wgs-singleton.zip
wget https://github.com/PacificBiosciences/HiFi-human-WGS-WDL/releases/download/v2.0.7/hifi-human-wgs-family.zip
```

2) Clone the repository and initialize the submodules:

```bash
git clone \
--depth 1 --branch v2.0.6 \
--depth 1 --branch v2.0.7 \
--recursive \
https://github.com/PacificBiosciences/HiFi-human-WGS-WDL.git
```
Expand Down
Loading

0 comments on commit 2a08c81

Please sign in to comment.