gwastro / gwin

A python package for Bayesian inference of gravitational-wave data
GNU General Public License v3.0
14 stars 26 forks source link

Add the ability to make workflow and submit gwin dax in one line #61

Open Cyberface opened 6 years ago

Cyberface commented 6 years ago

at the end of gwin_make_workflow

add something like

if args.submit_dax:
    import subprocess
    #run pycbc_submit_dax blah blah
Cyberface commented 6 years ago

See https://github.com/gwastro/gwin/pull/64