Sander

object Sander

Types

Link copied to clipboard
class Exception(msg: String, console: Collection<String>) : RuntimeException
Link copied to clipboard
data class Results(exitCode: Int, console: List<String>, coords: List<Point3d>?)

Functions

Link copied to clipboard
fun run(serviceDir: Path, top: String, crd: String, commands: String): Sander.Results
Link copied to clipboard
fun sanitizeRestraintMask(mask: String): String

Properties

Link copied to clipboard
const val maxCommandLineSize: Int = 65664
Link copied to clipboard
const val maxRestraintMaskSize: Int = 65536