Skip to content

Commit

Permalink
Merge pull request #204 from theiagen/smw-version-dev
Browse files Browse the repository at this point in the history
update version
  • Loading branch information
kapsakcj authored Oct 2, 2023
2 parents 4f1c834 + 3c3acde commit 64d5810
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tasks/species_typing/task_tbp_parser.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ task tbp_parser {
Int coverage_threshold = 100
Boolean tbp_parser_debug = false

String docker = "us-docker.pkg.dev/general-theiagen/theiagen/tbp-parser:1.0.0"
String docker = "us-docker.pkg.dev/general-theiagen/theiagen/tbp-parser:1.0.1"
Int disk_size = 100
Int memory = 4
Int cpu = 1
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 v1.1.0"
PHB_Version="PHB v1.2.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 @@ -624,7 +624,7 @@
- path: miniwdl_run/wdl/tasks/species_typing/task_ts_mlst.wdl
md5sum: d49ae0b02e798af0636eb2721bb434b4
- path: miniwdl_run/wdl/tasks/task_versioning.wdl
md5sum: 2ed48e1b2d6e69fac4b2888f18b3c0c8
md5sum: 9c02b95d23a602d9842fdeac883037b1
- path: miniwdl_run/wdl/tasks/taxon_id/task_gambit.wdl
md5sum: 08987d952c67c6ff6debf6898af15f9a
- path: miniwdl_run/wdl/tasks/taxon_id/task_kraken2.wdl
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@
- path: miniwdl_run/wdl/tasks/species_typing/task_ts_mlst.wdl
md5sum: d49ae0b02e798af0636eb2721bb434b4
- path: miniwdl_run/wdl/tasks/task_versioning.wdl
md5sum: 2ed48e1b2d6e69fac4b2888f18b3c0c8
md5sum: 9c02b95d23a602d9842fdeac883037b1
- path: miniwdl_run/wdl/tasks/taxon_id/task_gambit.wdl
md5sum: 08987d952c67c6ff6debf6898af15f9a
- path: miniwdl_run/wdl/tasks/taxon_id/task_kraken2.wdl
Expand Down

0 comments on commit 64d5810

Please sign in to comment.