Skip to content

Commit

Permalink
Updated docker version
Browse files Browse the repository at this point in the history
  • Loading branch information
mobinasri committed Nov 30, 2024
1 parent c99e0e9 commit 0e3cd1e
Show file tree
Hide file tree
Showing 6 changed files with 266 additions and 266 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Definitions
repository = mobinasri
identifier = secphase
version = v0.4.3
version = v0.4.4
git_commit ?= $(shell git log --pretty=oneline -n 1 | cut -f1 -d " ")
name = ${repository}/${identifier}
tag = ${version}--${git_commit}
Expand Down
514 changes: 257 additions & 257 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion wdls/workflows/correct_bam.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ task correctBam {
Int memSize=8
Int threadCount=8
Int diskSize=512
String dockerImage="mobinasri/secphase:v0.4.3"
String dockerImage="mobinasri/secphase:v0.4.4"
Int preemptible=2
}
command <<<
Expand Down
2 changes: 1 addition & 1 deletion wdls/workflows/get_secphased_read_ids.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ task getPhasedReadIds{
Int memSize=16
Int threadCount=4
Int diskSize=256
String dockerImage="mobinasri/secphase:v0.4.3"
String dockerImage="mobinasri/secphase:v0.4.4"
Int preemptible=2
}
command <<<
Expand Down
8 changes: 4 additions & 4 deletions wdls/workflows/secphase.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ workflow runSecPhase {
File? phasedVcf
File? variantBed
String secphaseOptions = "--hifi"
String secphaseDockerImage = "mobinasri/secphase:v0.4.3"
String version = "v0.4.3"
String secphaseDockerImage = "mobinasri/secphase:v0.4.4"
String version = "v0.4.4"
}
call sortByName {
input:
Expand Down Expand Up @@ -53,7 +53,7 @@ task secphase {
Int memSize=32
Int threadCount=8
Int diskSize=128
String dockerImage="mobinasri/secphase:v0.4.3"
String dockerImage="mobinasri/secphase:v0.4.4"
Int preemptible=2
String zones="us-west2-a"
}
Expand Down Expand Up @@ -115,7 +115,7 @@ task sortByName {
Int memSize=16
Int threadCount=8
Int diskSize=1024
String dockerImage="mobinasri/secphase:v0.4.3"
String dockerImage="mobinasri/secphase:v0.4.4"
Int preemptible=2
String zones="us-west2-a"
}
Expand Down
4 changes: 2 additions & 2 deletions wdls/workflows/secphase_end_to_end.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ task secphaseEndToEnd {
File? variantBed
String secphaseOptions = "--hifi"
String? correctBamOptions
String version = "v0.4.3"
String version = "v0.4.4"
# runtime configurations
Int memSize=16
Int threadCount=8
Int diskSize=1024
String dockerImage="mobinasri/secphase:v0.4.3"
String dockerImage="mobinasri/secphase:v0.4.4"
Int preemptible=2
String zones="us-west2-a"
}
Expand Down

0 comments on commit 0e3cd1e

Please sign in to comment.