Package edu.duke.cs.osprey.service.services

Types

Link copied to clipboard
data class AboutResponse(name: String, version: String) : ResponseInfo
Link copied to clipboard
object AboutService : OspreyService.Provider
Link copied to clipboard
data class BondsAntechamberError(msg: String, antechamberLog: String) : ErrorInfo
Link copied to clipboard
data class BondsLeapError(msg: String, leapLog: String) : ErrorInfo
Link copied to clipboard
data class BondsRequest(pdb: String, ffname: String?)
Link copied to clipboard
data class BondsResponse(mol2: String) : ResponseInfo
Link copied to clipboard
object BondsService : OspreyService.Provider
Link copied to clipboard
data class ClashesError(msg: String, probeLog: String) : ErrorInfo
Link copied to clipboard
data class ClashesRequest(pdb: String)
Link copied to clipboard
data class ClashesResponse(groups: Map<String, ClashesResponse.Group>) : ResponseInfo
Link copied to clipboard
object ClashesService : OspreyService.Provider
Link copied to clipboard
data class ForcefieldParamsError(msg: String, leapLog: String) : ErrorInfo
Link copied to clipboard
data class ForcefieldParamsRequest(molecules: List<ForcefieldParamsRequest.MolInfo>)
Link copied to clipboard
data class ForcefieldParamsResponse(params: String, coords: String) : ResponseInfo
Link copied to clipboard
object ForcefieldParamsService : OspreyService.Provider
Link copied to clipboard
data class MinimizeError(msg: String, sanderLog: String) : ErrorInfo
Link copied to clipboard
data class MinimizeRequest(top: String, crd: String, numCycles: Int, restraintMask: String?, restraintWeight: Double)
Link copied to clipboard
data class MinimizeResponse(coords: List<Point3d>) : ResponseInfo
Link copied to clipboard
object MinimizeService : OspreyService.Provider
Link copied to clipboard
data class MissingAtomsError(msg: String, leapLog: String) : ErrorInfo
Link copied to clipboard
data class MissingAtomsRequest(pdb: String, ffname: String)
Link copied to clipboard
data class MissingAtomsResponse(mol2: String) : ResponseInfo
Link copied to clipboard
object MissingAtomsService : OspreyService.Provider
Link copied to clipboard
data class MoleculeFFInfoError(msg: String, parmchkLog: String) : ErrorInfo
Link copied to clipboard
data class MoleculeFFInfoRequest(mol2: String, ffname: String)
Link copied to clipboard
data class MoleculeFFInfoResponse(ffinfo: String?) : ResponseInfo
Link copied to clipboard
object MoleculeFFInfoService : OspreyService.Provider
Link copied to clipboard
data class ProtonateError(msg: String, mol2: String, leapLog: String) : ErrorInfo
Link copied to clipboard
data class ProtonateRequest(mol2: String, atomName: String, atomType: String, bonds: List<ProtonateRequest.Bond>, hydrogens: List<ProtonateRequest.Hydrogen>)
Link copied to clipboard
data class ProtonateResponse(mol2: String) : ResponseInfo
Link copied to clipboard
object ProtonateService : OspreyService.Provider
Link copied to clipboard
data class ProtonationAntechamberError(msg: String, antechamberLog: String) : ErrorInfo
Link copied to clipboard
data class ProtonationLeapError(msg: String, leapLog: String) : ErrorInfo
Link copied to clipboard
data class ProtonationRequest(pdb: String, ffname: String, atomTypes: String?)
Link copied to clipboard
data class ProtonationResponse(mol2: String) : ResponseInfo
Link copied to clipboard
object ProtonationService : OspreyService.Provider
Link copied to clipboard
data class TypesAntechamberError(msg: String, antechamberLog: String) : ErrorInfo
Link copied to clipboard
data class TypesLeapError(msg: String, leapLog: String) : ErrorInfo
Link copied to clipboard
data class TypesRequest(molSettings: TypesRequest.MoleculeSettings?, smallMolSettings: TypesRequest.SmallMoleculeSettings?)
Link copied to clipboard
data class TypesResponse(mol2: String) : ResponseInfo
Link copied to clipboard
object TypesService : OspreyService.Provider