Package schrodinger :: Package application :: Package desmond :: Module platforms
[hide private]
[frames] | no frames]

Module platforms

Non-gui code related to Desmond's unavailability on some platforms.

Copyright Schrodinger, LLC. All rights reserved.

Functions [hide private]
bool
validate_host(host)
Validates whether or not a launch host is valid for Desmond jobs.
Variables [hide private]
  __doc__ = ...
  PLATFORM_WARNING = 'Desmond jobs can only be run on a Linux ho...
  INCOMPATIBLE_PLATFORMS = ('win32', 'darwin')
  __package__ = 'schrodinger.application.desmond'
Function Details [hide private]

validate_host(host)

 

Validates whether or not a launch host is valid for Desmond jobs. Currently only validates localhost.

Parameters:
Returns: bool
True if the selected host is valid for Desmond jobs, False otherwise.

Variables Details [hide private]

__doc__

Value:
"""
Non-gui code related to Desmond's unavailability on some platforms.

Copyright Schrodinger, LLC. All rights reserved.

"""

PLATFORM_WARNING

Value:
'Desmond jobs can only be run on a Linux host. You can submit Desmond \
jobs to a Linux host from a Windows or Mac host.'