Add transfer of files in BW jobs
Description
As pointed out by @james-clark and @soichiro.morisaki the BayesWave jobs (both Post and PSD) didn't specify to transfer files within the pipeline, this made it not able to find the cache files from the relative path it was given by the pipeline (it assumed an absolute path in the file system).
This MR adds those condor commands into the BW jobs.
One thing I'm not entirely sure about (maybe @james-clark or @john-veitch knows), I've given the ROQdata
directory as something to transfer, but the files that the code actually needs live in subdirectories to ROQdata
. Do we need to point it specifically to the subDirs, or is the generic ROQdata
pointer enough?
API Changes and Justification
Backwards Compatible Changes
-
This change introduces no API changes -
This change adds new API calls
Backwards Incompatible Changes
-
This change modifies an existing API -
This change removes an existing API
Review Status
Considered reviewed if approved for Merge