Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
bf_double_tgz
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LDV
bf_double_tgz
Commits
b135164c
Commit
b135164c
authored
1 year ago
by
Vlad Kondratiev
Browse files
Options
Downloads
Patches
Plain Diff
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
!7
Add requantize workflow
Pipeline
#48704
passed
1 year ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
steps/requantize.cwl
+16
-15
16 additions, 15 deletions
steps/requantize.cwl
with
16 additions
and
15 deletions
steps/requantize.cwl
+
16
−
15
View file @
b135164c
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment