Uses of Class
com.dnanexus.DXAnalysis
-
Packages that use DXAnalysis Package Description com.dnanexus Provides low- and high-level bindings to the DNAnexus Platform. -
-
Uses of DXAnalysis in com.dnanexus
Methods in com.dnanexus that return DXAnalysis Modifier and Type Method Description DXAnalysisDXExecution.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 DXAnalysisDXAnalysis. getInstance(String analysisId)Returns aDXAnalysisrepresenting the specified analysis.static DXAnalysisDXAnalysis. getInstanceWithEnvironment(String analysisId, DXEnvironment env)Returns aDXAnalysisrepresenting the specified analysis using the specified environment.DXAnalysisDXExecution.Describe. getParentAnalysis()Returns the execution's parent analysis, ornullif the execution was not created by a analysis.DXAnalysisDXAnalysis. waitUntilDone()Waits until the analysis has successfully completed and is in the DONE state.Methods in com.dnanexus that return types with arguments of type DXAnalysis Modifier and Type Method Description ExecutableRunner<DXAnalysis>DXWorkflow. newRun()DXSearch.FindExecutionsRequestBuilder<DXAnalysis>DXSearch.FindExecutionsRequestBuilder. withClassAnalysis()Only returns analyses (filters out jobs).Methods in com.dnanexus with parameters of type DXAnalysis Modifier and Type Method Description DXSearch.FindExecutionsRequestBuilder<T>DXSearch.FindExecutionsRequestBuilder. withParentAnalysis(DXAnalysis parentAnalysis)Only return executions with the specified parent analysis.
-