Correcting the pims_split metadata and dag files to iterate over the splits
Compare changes
@@ -5,13 +22,12 @@ Revises: e00812d93608
@@ -35,17 +51,89 @@ old_condor_args = 'arguments = "$(split_dir)" "$(quicklook_url)"'
Added an iteration over {{#splits}} to the metadata file and removed an unnecessary check of the quicklook_url in the dag (it's okay to pass an empty string there).
The splits entry should look like:
"splits": [
{
"split_dir": {{split_dir}},
"quicklook_url": {{quicklook_url}}
},
]