Skip to content

Commit 77e9033

Browse files
committed
Toil backend docstring.
1 parent 2500d7a commit 77e9033

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

wes_service/toil_wes.py

+6
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@
1515

1616
class ToilWorkflow(object):
1717
def __init__(self, run_id):
18+
"""
19+
Represents a toil workflow.
20+
21+
:param str run_id: A uuid string. Used to name the folder that contains
22+
all of the files containing this particular workflow instance's information.
23+
"""
1824
super(ToilWorkflow, self).__init__()
1925
self.run_id = run_id
2026

0 commit comments

Comments
 (0)