Skip to content

Commit

Permalink
update version tags
Browse files Browse the repository at this point in the history
  • Loading branch information
sage-wright committed Dec 16, 2024
1 parent cdd853f commit 141b3a4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ You can expect a careful review of every PR and feedback as needed before mergin
* **Michal Babinski** ([@Michal-Babins](https://github.com/Michal-Babins)) - Software, Validation
* **Andrew Lang** ([@AndrewLangVt](https://github.com/AndrewLangVt)) - Software, Supervision
* **Kelsey Kropp** ([@kelseykropp](https://github.com/kelseykropp)) - Validation
* **Emily Smith** ([@emily-smith1](https://github.com/emily-smith1)) - Validation
* **Joel Sevinsky** ([@sevinsky](https://github.com/sevinsky)) - Conceptualization, Project Administration, Supervision

### External Contributors
Expand All @@ -68,6 +67,7 @@ We would like to gratefully acknowledge the following individuals from the publi
* **Ash O'Farrel** ([@aofarrel](https://github.com/aofarrel))
* **Sam Baird** ([@sam-baird](https://github.com/sam-baird))
* **Holly Halstead** ([@HNHalstead](https://github.com/HNHalstead))
* **Emily Smith** ([@emily-smith1](https://github.com/emily-smith1))

### Maintaining PHB Pipelines

Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ When undertaking genomic analysis using the command-line, via Terra, or other da
We continuously work to improve our codebase and usability of our workflows by the public health community, so changes from version to version are expected. This documentation page reflects the state of the workflow at the version stated in the title.

!!! dna "What's new?"
You can see the changes since PHB v2.2.0 [**here**](https://theiagen.notion.site/Public-Health-Bioinformatics-v2-2-1-Patch-Release-Notes-104cb013bc9380bcbd70dab04bf671a8?pvs=74)!
You can see the changes since PHB v2.2.1 [**here**](https://theiagen.notion.site/public-health-bioinformatics-v2-3-0-minor-release-notes?pvs=4)!

## Contributing to the PHB Repository

Expand All @@ -73,7 +73,6 @@ You can expect a careful review of every PR and feedback as needed before mergin
- **Michal Babinski** ([@Michal-Babins](https://github.com/Michal-Babins)) - Software, Validation
- **Andrew Lang** ([@AndrewLangVt](https://github.com/AndrewLangVt)) - Software, Supervision
- **Kelsey Kropp** ([@kelseykropp](https://github.com/kelseykropp)) - Validation
- **Emily Smith** ([@emily-smith1](https://github.com/emily-smith1)) - Validation
- **Joel Sevinsky** ([@sevinsky](https://github.com/sevinsky)) - Conceptualization, Project Administration, Supervision

### External Contributors
Expand All @@ -86,6 +85,7 @@ We would like to gratefully acknowledge the following individuals from the publi
- **Ash O'Farrel** ([@aofarrel](https://github.com/aofarrel))
- **Sam Baird** ([@sam-baird](https://github.com/sam-baird))
- **Holly Halstead** ([@HNHalstead](https://github.com/HNHalstead))
- **Emily Smith** ([@emily-smith1](https://github.com/emily-smith1))

### On the Shoulder of Giants

Expand Down
2 changes: 1 addition & 1 deletion tasks/species_typing/mycobacterium/task_tbp_parser.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ task tbp_parser {

Int cpu = 1
Int disk_size = 100
String docker = "us-docker.pkg.dev/general-theiagen/theiagen/tbp-parser:2.2.1"
String docker = "us-docker.pkg.dev/general-theiagen/theiagen/tbp-parser:2.2.2"
Int memory = 4
}
command <<<
Expand Down
2 changes: 1 addition & 1 deletion tasks/task_versioning.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ task version_capture {
volatile: true
}
command {
PHB_Version="PHB v2.2.1"
PHB_Version="PHB v2.3.0"
~{default='' 'export TZ=' + timezone}
date +"%Y-%m-%d" > TODAY
echo "$PHB_Version" > PHB_VERSION
Expand Down

0 comments on commit 141b3a4

Please sign in to comment.