Skip to content

Commit

Permalink
Add xml foreground into workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Gareth Davies committed May 20, 2020
1 parent bd3866e commit 9c8cc5e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bin/workflows/pycbc_create_offline_search_workflow
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,13 @@ table = wf.make_foreground_table(workflow, combined_bg_file,
singles=insps, extension='.html',
tags=combined_bg_file.tags)

fore_xmlall = wf.make_foreground_table(workflow, combined_bg_file,
hdfbank, rdir['open_box_result'], singles=insps,
extension='.xml', tags=["xmlall"])
fore_xmlloudest = wf.make_foreground_table(workflow, combined_bg_file,
hdfbank, rdir['open_box_result'], singles=insps,
extension='.xml', tags=["xmlloudest"])

#symlink_result(snrifar, 'open_box_result/significance')
#symlink_result(ratehist, 'open_box_result/significance')
symlink_result(table, 'open_box_result/significance')
Expand Down

0 comments on commit 9c8cc5e

Please # to comment.