Skip to content

Commit 6ebb3a8

Browse files
committed
Workflows folder.
1 parent 89e89b0 commit 6ebb3a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wes_service/toil_wes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def __init__(self, run_id):
1818
super(ToilWorkflow, self).__init__()
1919
self.run_id = run_id
2020

21-
self.workdir = os.path.join(os.getcwd(), 'runs', self.run_id)
21+
self.workdir = os.path.join(os.getcwd(), 'workflows', self.run_id)
2222
self.outdir = os.path.join(self.workdir, 'outdir')
2323
if not os.path.exists(self.outdir):
2424
os.makedirs(self.outdir)

0 commit comments

Comments
 (0)