1. dxpy Package

This Python 2.7 package includes three key modules:

  • dxpy.bindings: Contains useful Pythonic bindings for interacting with remote objects via the DNAnexus API server. For convenience, this is automatically imported directly into the namespace under dxpy when dxpy is imported.
  • dxpy.api: Contains low-level wrappers that can be called directly to make the respective API calls to the API server.
  • dxpy.exceptions: Contains exceptions used in the other dxpy modules.

It has the following external dependencies:

1.1. Package Configuration