Change options in gracedb parser
Changes the following flags in gracedb.py:
removes --local
, --submit
adds --output
, this has the following options:
- ini - to generate the ini file
- full - to generate ini and dag submission files (default setting)
- full-local - to generate ini and dag submission files and run locally
- full-submit - to generate ini and dag submission files and submit to condor
Edited by Gregory Ashton