Skip to content

DudLab/splauncher

 
 

Repository files navigation

PyPI conda-forge Documentation Travis Wercker Coverage Health License


splauncher

Motivation

This provides a simple tool for launching jobs using DRMAA. In particular, it launches the given command so that it starts in the current working directory, with the same environment variables, determines a job name derived from the command line call and time of launch, and finally automatically reroutes stdout and stderr to files named after the job.

Prerequisites

Installation and testing requires setuptools_. Documentation relies on sphinx_. Running relies upon proper installation and configuration of drmaa-python_.

Installation

Assuming the proper prerequisites, installation can be done the standard python way (as seen below).

python setup.py install

About

Provides simple strategies for launching jobs.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 96.5%
  • Shell 3.5%