We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2500d7a commit 77e9033Copy full SHA for 77e9033
wes_service/toil_wes.py
@@ -15,6 +15,12 @@
15
16
class ToilWorkflow(object):
17
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
24
super(ToilWorkflow, self).__init__()
25
self.run_id = run_id
26
0 commit comments