Skip to content

Commit

Permalink
update docker image version
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierlabayle committed Mar 15, 2024
1 parent 4de0ab7 commit 6c4006b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM julia:1.9.0-bullseye
FROM julia:1.10-bullseye

ARG DEBIAN_FRONTEND=noninteractive

Expand Down
2 changes: 1 addition & 1 deletion src/tl_inputs/allele_independent_estimands.jl
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ function allele_independent_estimands(parsed_args)
throw(ArgumentError(string("Unknown extraction type: ", type, ", use any of: (flat, groups)")))
end

TargeneCore.save_estimands(outprefix, groups_ordering(estimands), batchsize)
save_estimands(outprefix, groups_ordering(estimands), batchsize)

verbosity > 0 && @info("Done.")

Expand Down

0 comments on commit 6c4006b

Please sign in to comment.