schrodinger.application.desmond.platforms module¶
Non-gui code related to Desmond’s unavailability on some platforms.
Copyright Schrodinger, LLC. All rights reserved.
- schrodinger.application.desmond.platforms.validate_host(host)¶
Validates whether or not a launch host is valid for Desmond jobs. Currently only validates localhost.
- Parameters
host (
schrodinger.job.jobcontrol.Host
object) – Launch host to validate- Returns
True if the selected host is valid for Desmond jobs, False otherwise.
- Return type
bool