We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 003dfae commit aa00302Copy full SHA for aa00302
singlecell/src/org/labkey/singlecell/pipeline/singlecell/AbstractRiraStep.java
@@ -9,7 +9,7 @@
9
10
abstract public class AbstractRiraStep extends AbstractSingleCellPipelineStep
11
{
12
- public static String CONTAINER_NAME = "ghcr.io/bimberlabinternal/rira:latest";
+ public static String CONTAINER_NAME = "ghcr.io/bimberlab/rira:latest";
13
14
public AbstractRiraStep(PipelineStepProvider<?> provider, PipelineContext ctx)
15
0 commit comments