Metadata-Version: 1.0
Name: lsf
Version: v0.1.0
Summary: A simple interface to LSF.
Home-page: https://github.com/mark-burnett/lsf-python
Author: Mark Burnett
Author-email: mburnett@genome.wustl.edu
License: UNKNOWN
Description: # LSF
        A simple abstraction built on top of existing LSF SWIG bindings.
        
        To run tests, first make sure you set the proper environment variables:
        
        ```bash
        export LSF_INCLUDEDIR=/usr/local/lsf/8.0/include
        export LSF_LIBDIR=/usr/local/lsf/8.0/linux2.6-glibc2.3-x86_64/lib
        ```
        
        Then run tox:
        
        ```bash
        pip install tox
        tox
        ```
        
        
Platform: UNKNOWN
