Correcting the pims_split metadata and dag files to iterate over the splits
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}}
},
]
Merge request reports
Activity
assigned to @dnemergu
added 1 commit
- cda4af36 - Conditionalizing the quicklook_url in the dag and condor files
added 1 commit
- 896ef452 - Added comma to write finished file section of pims_split
added 1 commit
- 2102ee0e - Added fixes for the JSON building and notification sending in write_finished_file.sh template
Please register or sign in to reply