Skip to content

Commit

Permalink
analysis: mount exomiser data resources as readonly, #TASK-7125, #TAS…
Browse files Browse the repository at this point in the history
…K-6442
  • Loading branch information
jtarraga committed Oct 24, 2024
1 parent 481f2e8 commit 4a76f4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public void run() throws ToolException, IOException, CatalogException {
StringBuilder sb = initCommandLine(dockerUser);

// Append mounts
sb.append(" --mount type=bind,source=" + exomiserDataPath + ",target=/data")
sb.append(" --mount type=bind,source=" + exomiserDataPath + ",target=/data,readonly")
.append(" --mount type=bind,source=" + getOutDir() + ",target=/jobdir ");

// Append docker image, version and command
Expand Down

0 comments on commit 4a76f4b

Please sign in to comment.