Uses of Class
com.dnanexus.RunSpecification.Builder
-
Packages that use RunSpecification.Builder Package Description com.dnanexus Provides low- and high-level bindings to the DNAnexus Platform. -
-
Uses of RunSpecification.Builder in com.dnanexus
Methods in com.dnanexus that return RunSpecification.Builder Modifier and Type Method Description static RunSpecification.BuilderRunSpecification. newRunSpec(String interpreter, String code, String distribution, String release)Returns a builder initialized to create a run specification with the given interpreter, entry point code, distribution and release.
-