Skip to content

Commit 4342080

Browse files
committed
v0.7.0 - allow missing values in conditional column
1 parent d916ab7 commit 4342080

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM uwgac/anvildatamodels:0.5.1
1+
FROM uwgac/anvildatamodels:0.7.0
22

33
RUN cd /usr/local && \
44
git clone https://github.com/UW-GAC/anvil-util-workflows.git

docker_notes.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
docker build --no-cache -f dm.dfile -t uwgac/anvil_dm:1.0.6.1 .
2-
docker build --no-cache -f anvildatamodels.dfile -t uwgac/anvildatamodels:0.5.1 .
3-
docker build --no-cache -f Dockerfile -t uwgac/anvil-util-workflows:0.5.1 .
2+
docker build --no-cache -f anvildatamodels.dfile -t uwgac/anvildatamodels:0.7.0 .
3+
docker build --no-cache -f Dockerfile -t uwgac/anvil-util-workflows:0.7.0 .

validate_data_model.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ task validate {
7272
}
7373

7474
runtime {
75-
docker: "uwgac/anvil-util-workflows:0.5.1-2"
75+
docker: "uwgac/anvil-util-workflows:0.7.0"
7676
disks: "local-disk 16 SSD"
7777
}
7878
}

0 commit comments

Comments
 (0)