Modifier and Type | Method and Description |
---|---|
default PythonEnvironment |
CellposeEnvironmentAccessNode.getConfiguredCellposeEnvironment()
Gets the correct Python environment.
|
PythonEnvironment |
CellposePluginApplicationSettings.getDefaultCellposeEnvironment() |
static PythonEnvironment |
CellposePlugin.getEnvironment(JIPipeProject project,
OptionalPythonEnvironment nodeEnvironment) |
Modifier and Type | Method and Description |
---|---|
static void |
CellposeUtils.runCellpose(PythonEnvironment environment,
List<String> arguments,
boolean suppressLogs,
JIPipeProgressInfo progressInfo) |
void |
CellposePluginApplicationSettings.setDefaultCellposeEnvironment(PythonEnvironment defaultCellposeEnvironment) |
Modifier and Type | Method and Description |
---|---|
default PythonEnvironment |
OmniposeEnvironmentAccessNode.getConfiguredOmniposeEnvironment()
Gets the correct Python environment.
|
PythonEnvironment |
OmniposePluginApplicationSettings.getDefaultOmniposeEnvironment() |
static PythonEnvironment |
OmniposePlugin.getEnvironment(JIPipeProject project,
OptionalPythonEnvironment nodeEnvironment) |
Modifier and Type | Method and Description |
---|---|
void |
OmniposePluginApplicationSettings.setDefaultOmniposeEnvironment(PythonEnvironment defaultOmniposeEnvironment) |
Modifier and Type | Method and Description |
---|---|
PythonEnvironment |
PythonPluginApplicationSettings.getDefaultPythonEnvironment() |
static PythonEnvironment |
PythonPlugin.getEnvironment(JIPipeProject project,
OptionalPythonEnvironment nodeEnvironment) |
Modifier and Type | Method and Description |
---|---|
static void |
PythonUtils.runPython(Path scriptFile,
PythonEnvironment environment,
List<Path> libraryPaths,
boolean suppressLogs,
JIPipeProgressInfo progressInfo)
Runs a Python script file
|
static void |
PythonUtils.runPython(String[] arguments,
PythonEnvironment environment,
List<Path> libraryPaths,
Map<String,String> additionalEnvironmentVariables,
boolean suppressLogs,
JIPipeProgressInfo progressInfo)
Runs Python with a set of arguments
|
static void |
PythonUtils.runPython(String code,
PythonEnvironment environment,
List<Path> libraryPaths,
boolean suppressLogs,
JIPipeProgressInfo progressInfo) |
void |
PythonPluginApplicationSettings.setDefaultPythonEnvironment(PythonEnvironment defaultPythonEnvironment) |
Constructor and Description |
---|
OptionalPythonEnvironment(PythonEnvironment environment) |
PythonEnvironment(PythonEnvironment other) |
Modifier and Type | Method and Description |
---|---|
default PythonEnvironment |
PythonEnvironmentAccessNode.getConfiguredPythonEnvironment()
Gets the correct Python environment.
|
Modifier and Type | Method and Description |
---|---|
static PythonEnvironment |
SelectCondaEnvPythonInstaller.createCondaEnvironment(SelectCondaEnvPythonInstaller.Configuration configuration) |
static PythonEnvironment |
SelectSystemPythonInstaller.generateEnvironment(SelectSystemPythonInstaller.Configuration configuration) |
PythonEnvironment |
SelectVirtualEnvPythonInstaller.getInstalledEnvironment() |
PythonEnvironment |
SelectSystemPythonInstaller.getInstalledEnvironment() |
PythonEnvironment |
SelectCondaEnvPythonInstaller.getInstalledEnvironment() |
Copyright © 2020–2024 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.