We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a043555 commit 5d29dc5Copy full SHA for 5d29dc5
primeseq/src/org/labkey/primeseq/pipeline/ExacloudResourceSettings.java
@@ -55,6 +55,7 @@ public Collection<String> getDockerVolumes(Container c)
55
Set<String> volumes = new HashSet<>();
56
volumes.add("/home/groups/prime-seq");
57
volumes.add("/home/exacloud/gscratch");
58
+ volumes.add("/mnt/scratch");
59
60
PipeRoot pr = PipelineService.get().findPipelineRoot(c);
61
if (pr != null && pr.getRootPath().exists())
0 commit comments