Modifier and Type | Method and Description |
---|---|
static PythonEnvironment |
CellposePlugin.getCP2Environment(JIPipeProject project,
OptionalPythonEnvironment nodeEnvironment) |
static PythonEnvironment |
CellposePlugin.getCP3Environment(JIPipeProject project,
OptionalPythonEnvironment nodeEnvironment) |
PythonEnvironment |
Cellpose2PluginApplicationSettings.getReadOnlyDefaultEnvironment() |
PythonEnvironment |
Cellpose3PluginApplicationSettings.getReadOnlyDefaultEnvironment() |
Modifier and Type | Method and Description |
---|---|
default PythonEnvironment |
Cellpose2EnvironmentAccessNode.getConfiguredCellposeEnvironment()
Gets the correct Python environment.
|
Modifier and Type | Method and Description |
---|---|
default PythonEnvironment |
Cellpose3EnvironmentAccessNode.getConfiguredCellposeEnvironment()
Gets the correct Python environment.
|
Modifier and Type | Method and Description |
---|---|
static void |
CellposeUtils.runCellpose(PythonEnvironment environment,
List<String> arguments,
boolean suppressLogs,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
static PythonEnvironment |
NapariPlugin.getEnvironment() |
PythonEnvironment |
NapariPluginApplicationSettings.getReadOnlyDefaultEnvironment() |
Modifier and Type | Method and Description |
---|---|
static void |
NapariPlugin.runNapari(PythonEnvironment environment,
List<String> parameters,
boolean detached,
JIPipeProgressInfo progressInfo)
Runs Napari
|
Modifier and Type | Method and Description |
---|---|
default PythonEnvironment |
OmniposeEnvironmentAccessNode.getConfiguredOmniposeEnvironment()
Gets the correct Python environment.
|
static PythonEnvironment |
OmniposePlugin.getEnvironment(JIPipeProject project,
OptionalPythonEnvironment nodeEnvironment) |
PythonEnvironment |
OmniposePluginApplicationSettings.getReadOnlyDefaultEnvironment() |
Modifier and Type | Method and Description |
---|---|
static PythonEnvironment |
CorePythonPlugin.getEnvironment(JIPipeProject project,
OptionalPythonEnvironment nodeEnvironment) |
PythonEnvironment |
PythonPluginApplicationSettings.getReadOnlyDefaultEnvironment()
Gets the (standard) default Python environment
|
Modifier and Type | Method and Description |
---|---|
static void |
PythonUtils.runPython(Path scriptFile,
PythonEnvironment environment,
List<Path> libraryPaths,
boolean suppressLogs,
boolean detached,
JIPipeProgressInfo progressInfo)
Runs a Python script file
|
static void |
PythonUtils.runPython(String[] arguments,
PythonEnvironment environment,
List<Path> libraryPaths,
Map<String,String> additionalEnvironmentVariables,
boolean suppressLogs,
boolean detached,
JIPipeProgressInfo progressInfo)
Runs Python with a set of arguments
|
static void |
PythonUtils.runPython(String code,
PythonEnvironment environment,
List<Path> libraryPaths,
boolean suppressLogs,
JIPipeProgressInfo progressInfo) |
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 |
SelectCondaEnvPythonInstaller.getInstalledEnvironment() |
PythonEnvironment |
SelectSystemPythonInstaller.getInstalledEnvironment() |
PythonEnvironment |
SelectVirtualEnvPythonInstaller.getInstalledEnvironment() |
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.