Package | Description |
---|---|
com.dnanexus |
Provides low- and high-level bindings to the DNAnexus Platform.
|
Modifier and Type | Method and Description |
---|---|
DXAnalysis |
DXExecution.Describe.getAnalysis()
Returns the analysis that this execution was run as a stage of, or null if this execution
was not run as a stage in an analysis.
|
static DXAnalysis |
DXAnalysis.getInstance(String analysisId)
Returns a
DXAnalysis representing the specified analysis. |
static DXAnalysis |
DXAnalysis.getInstanceWithEnvironment(String analysisId,
DXEnvironment env)
Returns a
DXAnalysis representing the specified analysis using the specified
environment. |
DXAnalysis |
DXExecution.Describe.getParentAnalysis()
Returns the execution's parent analysis, or
null if the execution was not created
by a analysis. |
DXAnalysis |
DXAnalysis.waitUntilDone()
Waits until the analysis has successfully completed and is in the DONE state.
|
Modifier and Type | Method and Description |
---|---|
ExecutableRunner<DXAnalysis> |
DXWorkflow.newRun() |
DXSearch.FindExecutionsRequestBuilder<DXAnalysis> |
DXSearch.FindExecutionsRequestBuilder.withClassAnalysis()
Only returns analyses (filters out jobs).
|
Modifier and Type | Method and Description |
---|---|
DXSearch.FindExecutionsRequestBuilder<T> |
DXSearch.FindExecutionsRequestBuilder.withParentAnalysis(DXAnalysis parentAnalysis)
Only return executions with the specified parent analysis.
|
Copyright © 2023. All Rights Reserved.