Skip to content
Snippets Groups Projects
Commit b135164c authored by Vlad Kondratiev's avatar Vlad Kondratiev
Browse files

small polishing, there is still error in $(JSON.parse(self[0].contents)) - not clear to me why...

parent 8cdbaa49
No related branches found
No related tags found
1 merge request!7Add requantize workflow
Pipeline #48704 passed
......@@ -18,35 +18,36 @@ inputs:
outputs:
- id: bf_archive
doc: output tar archive (modified input tar archive)
type: File
outputBinding:
glob: $(inputs.bf_tar_archive.basename)
doc: output tar archive (modified input tar archive)
type: File
outputBinding:
glob:
- $(inputs.bf_tar_archive.basename)
- id: file_content
doc: file_content
type: File
outputBinding:
glob: "*_filecontent.txt"
- id: summary
doc: summary
type: Any
outputBinding:
glob: "*-ldv-summary.json"
loadContents: True
outputEval: $(JSON.parse(self[0].contents))
doc: summary
type: Any
outputBinding:
glob: "*-ldv-summary.json"
loadContents: True
outputEval: $(JSON.parse(self[0].contents))
- id: plots
type: File[]
outputBinding:
glob:
- "*.png"
- "rawvoltages/SAP*/BEAM*/*.png"
- "*stokes/SAP*/BEAM*/*.png"
- "*.rfifind.log"
- id: summary_file
doc: summary_file
type: File
outputBinding:
glob: "*_ldv_psrfits_requantisation.log"
doc: summary_file
type: File
outputBinding:
glob:
- "*stokes/SAP*/BEAM*/*_ldv_psrfits_requantisation.log"
baseCommand:
- psrfits_requantisation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment