Skip to content

Commit

Permalink
Add crossref
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Sep 4, 2020
1 parent fe24079 commit c4c49fb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion python/saliweb/backend/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1734,7 +1734,10 @@ def _check_bulk_completed(cls, jobid):


class WyntonSGERunner(SGERunner):
"""Run commands on the Wynton SGE cluster"""
"""Run commands on the Wynton SGE cluster.
See :class:`SGERunner` for more details.
"""
_runner_name = 'wyntonsge'
_drmaa = None
_env = {'SGE_CELL': 'wynton',
Expand Down

0 comments on commit c4c49fb

Please sign in to comment.