Skip to content

Commit

Permalink
Workflows folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
DailyDreaming committed Jul 26, 2018
1 parent 89e89b0 commit 6ebb3a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wes_service/toil_wes.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def __init__(self, run_id):
super(ToilWorkflow, self).__init__()
self.run_id = run_id

self.workdir = os.path.join(os.getcwd(), 'runs', self.run_id)
self.workdir = os.path.join(os.getcwd(), 'workflows', self.run_id)
self.outdir = os.path.join(self.workdir, 'outdir')
if not os.path.exists(self.outdir):
os.makedirs(self.outdir)
Expand Down

0 comments on commit 6ebb3a8

Please sign in to comment.