public static interface Fit3DBuilder.BatchParameterStep
| Modifier and Type | Method and Description |
|---|---|
Fit3DBuilder.AtomStep |
limitedParallelism(int limitedParallelism)
Defines for a batch search the level of parallelism (number of cores) that should be used by
Fit3D. |
Fit3DBuilder.AtomStep |
maximalParallelism()
Allows Fit3D in search mode to use all available cores for processing.
|
Fit3DBuilder.BatchParameterStep |
skipAlphaCarbonTargets()
Sets the option to skip all targets that consist of only alpha carbon atoms to avoid a lot of noise in the
results.
|
Fit3DBuilder.BatchParameterStep |
skipBackboneTargets()
Sets the option to skip all targets that consist of only backbone atoms to avoid a lot of noise in the
results.
|
Fit3DBuilder.AtomStep limitedParallelism(int limitedParallelism)
Fit3D.limitedParallelism - The desired level of parallelism.Fit3DBuilder.AtomStep to define optional restrictions on Atoms.Fit3DBuilder.AtomStep maximalParallelism()
Fit3DBuilder.AtomStep to define optional restrictions on Atoms.Fit3DBuilder.BatchParameterStep skipAlphaCarbonTargets()
Fit3DBuilder.BatchParameterStep that can be used to define optional parameters.Fit3DBuilder.BatchParameterStep skipBackboneTargets()
Fit3DBuilder.BatchParameterStep that can be used to define optional parameters.Copyright © 2018. All rights reserved.