Skip to content

Commit 5d29dc5

Browse files
committed
Add exacloud scratch space
1 parent a043555 commit 5d29dc5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

primeseq/src/org/labkey/primeseq/pipeline/ExacloudResourceSettings.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ public Collection<String> getDockerVolumes(Container c)
5555
Set<String> volumes = new HashSet<>();
5656
volumes.add("/home/groups/prime-seq");
5757
volumes.add("/home/exacloud/gscratch");
58+
volumes.add("/mnt/scratch");
5859

5960
PipeRoot pr = PipelineService.get().findPipelineRoot(c);
6061
if (pr != null && pr.getRootPath().exists())

0 commit comments

Comments
 (0)