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 6a6f074 commit 5e8edb0Copy full SHA for 5e8edb0
scripts/run_seqware_workflow.py
@@ -271,7 +271,7 @@ def main():
271
if (args.keep_all_seqware_output_files):
272
# find seqware tmp output path; it contains generated scripts w/
273
# stdout stderr for each step
274
- run_info_output_path = glob.glob("/datastore/oozie-*")[0]
+ run_info_output_path = glob.glob("/not-datastore/oozie-*")[0]
275
276
# move all files to the output directory
277
execute("mv {0}/* {1}/".format(
0 commit comments