MikeDacre / fyrd

Submit functions and shell scripts to torque and slurm clusters or local machines using python.
https://fyrd.science
MIT License
22 stars 8 forks source link

Expand coverage, handle array jobs, fix dependencies #64

Closed MikeDacre closed 7 years ago

MikeDacre commented 7 years ago

This commit fixes several bugs with dependency handling, and fixes #59 by enabling auto-detection of array jobs. More needs to be done with array job handling, but at least they don't break the code now.

In addition this commit expands test coverage to test dependency focussed jobs and to test more of the option keyword arguments in real cluster jobs.