Skip to content

Commit 24c703d

Browse files
committed
docs: update version numbers for v3.0.1 release
1 parent 5eae69c commit 24c703d

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,18 @@ Both workflows are designed to analyze human PacBio whole genome sequencing (WGS
2424

2525
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:
2626

27-
1) Download the release zips directly from a [supported release](https://github.com/PacificBiosciences/HiFi-human-WGS-WDL/releases/tag/v3.0.0):
27+
1) Download the release zips directly from a [supported release](https://github.com/PacificBiosciences/HiFi-human-WGS-WDL/releases/tag/v3.0.1):
2828

2929
```bash
30-
wget https://github.com/PacificBiosciences/HiFi-human-WGS-WDL/releases/download/v3.0.0/hifi-human-wgs-singleton.zip
31-
wget https://github.com/PacificBiosciences/HiFi-human-WGS-WDL/releases/download/v3.0.0/hifi-human-wgs-family.zip
30+
wget https://github.com/PacificBiosciences/HiFi-human-WGS-WDL/releases/download/v3.0.1/hifi-human-wgs-singleton.zip
31+
wget https://github.com/PacificBiosciences/HiFi-human-WGS-WDL/releases/download/v3.0.1/hifi-human-wgs-family.zip
3232
```
3333

3434
2) Clone the repository and initialize the submodules:
3535

3636
```bash
3737
git clone \
38-
--depth 1 --branch v3.0.0 \
38+
--depth 1 --branch v3.0.1 \
3939
--recursive \
4040
https://github.com/PacificBiosciences/HiFi-human-WGS-WDL.git
4141
```

workflows/family.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,6 @@ workflow humanwgs_family {
399399

400400
# workflow metadata
401401
String workflow_name = "humanwgs_family"
402-
String workflow_version = "v3.0.0" + if defined(debug_version) then "~{"-" + debug_version}" else ""
402+
String workflow_version = "v3.0.1" + if defined(debug_version) then "~{"-" + debug_version}" else ""
403403
}
404404
}

workflows/singleton.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,6 @@ workflow humanwgs_singleton {
335335

336336
# workflow metadata
337337
String workflow_name = "humanwgs_singleton"
338-
String workflow_version = "v3.0.0" + if defined(debug_version) then "~{"-" + debug_version}" else ""
338+
String workflow_version = "v3.0.1" + if defined(debug_version) then "~{"-" + debug_version}" else ""
339339
}
340340
}

0 commit comments

Comments
 (0)