Skip to content

Commit

Permalink
[all workflows] upgrade PHB version to 2.1.0 (#517)
Browse files Browse the repository at this point in the history
* upgrade PHB version to 2.1.0

* update CI
  • Loading branch information
kapsakcj authored Jun 24, 2024
1 parent 4766535 commit d0377e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.0.1"
PHB_Version="PHB v2.1.0"
~{default='' 'export TZ=' + timezone}
date +"%Y-%m-%d" > TODAY
echo "$PHB_Version" > PHB_VERSION
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@
- path: miniwdl_run/wdl/tasks/species_typing/multi/task_ts_mlst.wdl
md5sum: cfc0b5212cdf70300497bce58d295539
- path: miniwdl_run/wdl/tasks/task_versioning.wdl
md5sum: a7fd1295e5759277b3a1e43253881b12
md5sum: c20b66eea46148f4618abc038d3877b7
- path: miniwdl_run/wdl/tasks/taxon_id/task_gambit.wdl
md5sum: f4826d61709d0d44b921a821d0d5706f
- path: miniwdl_run/wdl/tasks/taxon_id/contamination/task_kraken2.wdl
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@
- path: miniwdl_run/wdl/tasks/species_typing/multi/task_ts_mlst.wdl
md5sum: cfc0b5212cdf70300497bce58d295539
- path: miniwdl_run/wdl/tasks/task_versioning.wdl
md5sum: a7fd1295e5759277b3a1e43253881b12
md5sum: c20b66eea46148f4618abc038d3877b7
- path: miniwdl_run/wdl/tasks/taxon_id/task_gambit.wdl
md5sum: f4826d61709d0d44b921a821d0d5706f
- path: miniwdl_run/wdl/tasks/taxon_id/contamination/task_kraken2.wdl
Expand Down

0 comments on commit d0377e1

Please sign in to comment.