This PR updates bilby_pipe
to support running on the Open Science Grid. The highlights are
bilby_pipe
command-line script now supports the --osg
optionTo support the above, I chose to do a bit of restructuring in the relevant methods to clean up how the submit files are generated, including
out/err/log
file path options to a methodtransfer_output_files
extra_lines
as a list
, not a monolithic str
(this is natively supported by pycondor
anyway)requirements
to self.requirements
(required for OSG options)Fixes #103 (closed).