Modifier and Type | Method and Description |
---|---|
PythonEnvironment |
CellposeSettings.getPythonEnvironment() |
Modifier and Type | Method and Description |
---|---|
protected PythonEnvironment |
CellposeEasyInstaller.generateEnvironment() |
Modifier and Type | Method and Description |
---|---|
protected void |
CellposeEasyInstaller.writeEnvironmentToParameters(PythonEnvironment environment,
JIPipeParameterAccess parameterAccess) |
Modifier and Type | Method and Description |
---|---|
PythonEnvironment |
OmniposeSettings.getPythonEnvironment() |
Modifier and Type | Method and Description |
---|---|
protected PythonEnvironment |
OmniposeEasyInstaller.generateEnvironment() |
Modifier and Type | Method and Description |
---|---|
protected void |
OmniposeEasyInstaller.writeEnvironmentToParameters(PythonEnvironment environment,
JIPipeParameterAccess parameterAccess) |
Modifier and Type | Method and Description |
---|---|
PythonEnvironment |
PythonExtensionSettings.getPythonEnvironment() |
Modifier and Type | Method and Description |
---|---|
static void |
PythonUtils.runPython(Path scriptFile,
PythonEnvironment environment,
List<Path> libraryPaths,
JIPipeProgressInfo progressInfo)
Runs a Python script file
|
static void |
PythonUtils.runPython(String[] arguments,
PythonEnvironment environment,
List<Path> libraryPaths,
Map<String,String> additionalEnvironmentVariables,
JIPipeProgressInfo progressInfo)
Runs Python with a set of arguments
|
static void |
PythonUtils.runPython(String code,
PythonEnvironment environment,
List<Path> libraryPaths,
JIPipeProgressInfo progressInfo) |
void |
PythonExtensionSettings.setPythonEnvironment(PythonEnvironment pythonEnvironment) |
Constructor and Description |
---|
OptionalPythonEnvironment(PythonEnvironment environment) |
PythonEnvironment(PythonEnvironment other) |
Modifier and Type | Method and Description |
---|---|
static PythonEnvironment |
SelectCondaEnvPythonInstaller.createCondaEnvironment(SelectCondaEnvPythonInstaller.Configuration configuration) |
protected PythonEnvironment |
PythonEasyInstaller.generateEnvironment() |
static PythonEnvironment |
SelectSystemPythonInstaller.generateEnvironment(SelectSystemPythonInstaller.Configuration configuration) |
PythonEnvironment |
BasicMinicondaEnvPythonInstaller.getInstalledEnvironment() |
PythonEnvironment |
SelectSystemPythonInstaller.getInstalledEnvironment() |
PythonEnvironment |
BasicPortableEnvPythonInstaller.getInstalledEnvironment() |
PythonEnvironment |
SelectCondaEnvPythonInstaller.getInstalledEnvironment() |
PythonEnvironment |
SelectVirtualEnvPythonInstaller.getInstalledEnvironment() |
Modifier and Type | Method and Description |
---|---|
protected void |
PythonEasyInstaller.writeEnvironmentToParameters(PythonEnvironment environment,
JIPipeParameterAccess parameterAccess) |
Copyright © 2020–2023 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.