Skip to content

Commit a1d3cff

Browse files
committed
No need to set HOME_DIR in docker
1 parent 45f6be3 commit a1d3cff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

singlecell/api-src/org/labkey/api/singlecell/pipeline/AbstractSingleCellPipelineStep.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ public static void executeR(SequenceOutputHandler.JobContext ctx, String dockerC
284284
writer.println("\tRscript --vanilla " + localRScript.getName());
285285
writer.println("");
286286
writer.println("echo 'Bash script complete'");
287-
287+
writer.println("");
288288
}
289289
catch (IOException e)
290290
{

singlecell/src/org/labkey/singlecell/CellHashingServiceImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1275,7 +1275,7 @@ private File generateCellHashingCalls(File citeSeqCountOutDir, File outputDir, S
12751275
writer.println("\t-u $UID \\");
12761276
writer.println("\t-e USERID=$UID \\");
12771277
writer.println("\t-w /work \\");
1278-
writer.println("\t-e HOME=/homeDir \\");
1278+
//writer.println("\t-e HOME=/homeDir \\");
12791279
writer.println("\tghcr.io/bimberlab/cellhashr:latest \\");
12801280
writer.println("\tRscript --vanilla " + localRScript.getName());
12811281
}

0 commit comments

Comments
 (0)