Uses of Class
com.biomatters.geneious.publicapi.plugin.DocumentOperationInput
Packages that use DocumentOperationInput
-
Uses of DocumentOperationInput in com.biomatters.geneious.publicapi.plugin
Methods in com.biomatters.geneious.publicapi.plugin that return DocumentOperationInputModifier and TypeMethodDescriptionDocumentOperationInput.setLocationOptions(OperationLocationOptions locationOptions) Sets the location options to be used for this operation.DocumentOperationInput.setResultsLocation(WritableDatabaseService resultsLocation) Sets the results location to be used for this operation.DocumentOperationInput.setSequenceSelection(SequenceSelection sequenceSelection) Sets the sequence selection to be used for this operation.Methods in com.biomatters.geneious.publicapi.plugin with parameters of type DocumentOperationInputModifier and TypeMethodDescriptionDocumentOperation.getOptions(DocumentOperationInput operationInput) More powerful alternative toDocumentOperation.getOptions(AnnotatedPluginDocument[])which may provide additional values such as the location the operation is run and the currently selected region of any sequence in the documents.DocumentOperation.Wrapper.getOptions(DocumentOperationInput operationInput) final OptionsGeneiousGridDocumentOperation.getOptions(DocumentOperationInput operationInput) Returns options for running the full grid operation (an almagimation of the options given byGeneiousGridDocumentOperation.getProgramOptions(com.biomatters.geneious.publicapi.documents.AnnotatedPluginDocument[]), and some extra options describing where the job will run.