public class REnvInstaller extends ExternalEnvironmentInstaller
| Modifier and Type | Class and Description |
|---|---|
static class |
REnvInstaller.Configuration |
| Constructor and Description |
|---|
REnvInstaller(JIPipeWorkbench workbench,
JIPipeParameterAccess parameterAccess) |
| Modifier and Type | Method and Description |
|---|---|
REnvInstaller.Configuration |
getConfiguration() |
REnvironment |
getInstalledEnvironment()
Returns the final environment after installation
|
static String |
getLatestDownload()
Gets the latest download link for Miniconda
|
JIPipeProgressInfo |
getProgressInfo()
The info object that allows communication with the run
|
String |
getTaskLabel()
A name for the runnable
|
void |
run() |
void |
setConfiguration(REnvInstaller.Configuration configuration) |
void |
setProgressInfo(JIPipeProgressInfo progressInfo)
Sets the progress info of this runnable
|
getParameterAccess, getWorkbenchclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonFinished, onInterrupted, onProgress, onStartedpublic REnvInstaller(JIPipeWorkbench workbench, JIPipeParameterAccess parameterAccess)
workbench - the workbenchparameterAccess - the parameter access that will receive the generated environmentpublic static String getLatestDownload()
public String getTaskLabel()
JIPipeRunnablepublic REnvironment getInstalledEnvironment()
ExternalEnvironmentInstallergetInstalledEnvironment in class ExternalEnvironmentInstallerpublic void run()
public JIPipeProgressInfo getProgressInfo()
JIPipeRunnablepublic void setProgressInfo(JIPipeProgressInfo progressInfo)
JIPipeRunnableprogressInfo - the info objectpublic REnvInstaller.Configuration getConfiguration()
public void setConfiguration(REnvInstaller.Configuration configuration)
Copyright © 2020–2023 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.