Skip to content
GitLab
Explore
Sign in
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ResearchAndDevelopment
LINC
Commits
24870ffd
Commit
24870ffd
authored
1 year ago
by
Matthijs van der Wild
Browse files
Options
Downloads
Patches
Plain Diff
Parset files are now collected from stdout.
parent
c531ec81
No related branches found
No related tags found
1 merge request
!165
Parset files are now collected from stdout.
Pipeline
#57509
passed
1 year ago
Stage: versioning
Stage: build
Stage: tests
Stage: docs
Stage: deploy
Changes
2
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
steps/dp3_make_parset_cal.cwl
+8
-13
8 additions, 13 deletions
steps/dp3_make_parset_cal.cwl
steps/dp3_make_parset_target.cwl
+8
-13
8 additions, 13 deletions
steps/dp3_make_parset_target.cwl
with
16 additions
and
26 deletions
steps/dp3_make_parset_cal.cwl
+
8
−
13
View file @
24870ffd
...
@@ -56,22 +56,17 @@ inputs:
...
@@ -56,22 +56,17 @@ inputs:
- id: lbfgs_robustdof
- id: lbfgs_robustdof
type: float?
type: float?
default: 200
default: 200
outputs:
outputs:
- id: output
- id: output
type: File
type: stdout
outputBinding:
glob: DP3.parset
baseCommand:
baseCommand:
- cp
- cat
arguments:
- input.parset
- prefix: ''
shellQuote: false
stdout: DP3.parset
position: 0
valueFrom: input.parset
- prefix: ''
shellQuote: false
position: 0
valueFrom: DP3.parset
requirements:
requirements:
- class: InlineJavascriptRequirement
- class: InlineJavascriptRequirement
- class: ShellCommandRequirement
- class: ShellCommandRequirement
...
...
This diff is collapsed.
Click to expand it.
steps/dp3_make_parset_target.cwl
+
8
−
13
View file @
24870ffd
...
@@ -76,22 +76,17 @@ inputs:
...
@@ -76,22 +76,17 @@ inputs:
- id: lbfgs_robustdof
- id: lbfgs_robustdof
type: float?
type: float?
default: 200
default: 200
outputs:
outputs:
- id: output
- id: output
type: File
type: stdout
outputBinding:
glob: DP3.parset
baseCommand:
baseCommand:
- cp
- cat
arguments:
- input.parset
- prefix: ''
shellQuote: false
stdout: DP3.parset
position: 0
valueFrom: input.parset
- prefix: ''
shellQuote: false
position: 0
valueFrom: DP3.parset
requirements:
requirements:
- class: InlineJavascriptRequirement
- class: InlineJavascriptRequirement
- class: ShellCommandRequirement
- class: ShellCommandRequirement
...
...
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