Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
LINC
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
Container Registry
Model registry
Operate
Environments
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
ResearchAndDevelopment
LINC
Commits
be04462f
Commit
be04462f
authored
4 years ago
by
Mattia Mancini
Browse files
Options
Downloads
Patches
Plain Diff
Fix missing calibrator file
Former-commit-id:
db39529e
parent
39ce9c69
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lofar-cwl/steps/DP3.ApplyCalStepGenerator.cwl
+0
-2
0 additions, 2 deletions
lofar-cwl/steps/DP3.ApplyCalStepGenerator.cwl
lofar-cwl/steps/DP3.GenericStep.cwl
+1
-1
1 addition, 1 deletion
lofar-cwl/steps/DP3.GenericStep.cwl
with
1 addition
and
3 deletions
lofar-cwl/steps/DP3.ApplyCalStepGenerator.cwl
+
0
−
2
View file @
be04462f
...
@@ -90,8 +90,6 @@ steps:
...
@@ -90,8 +90,6 @@ steps:
in:
in:
- id: step_type
- id: step_type
default: 'applycal'
default: 'applycal'
- id: output_files
default: ["parmdb"]
- id: step_id
- id: step_id
source: step_name
source: step_name
- id: steps
- id: steps
...
...
This diff is collapsed.
Click to expand it.
lofar-cwl/steps/DP3.GenericStep.cwl
+
1
−
1
View file @
be04462f
...
@@ -39,7 +39,7 @@ expression: |-
...
@@ -39,7 +39,7 @@ expression: |-
delete inputs.parameters.steps;
delete inputs.parameters.steps;
delete inputs.parameters.parameters;
delete inputs.parameters.parameters;
delete inputs.parameters.steps;
delete inputs.parameters.steps;
delete inputs.parameters.output_files;
var new_step = {'step_type': step_type,
var new_step = {'step_type': step_type,
'step_id': step_id,
'step_id': step_id,
...
...
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