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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ResearchAndDevelopment
LINC
Commits
34879c57
Commit
34879c57
authored
5 years ago
by
Tammo Jan Dijkema
Browse files
Options
Downloads
Patches
Plain Diff
Rename stuff in AverageStepGenerator and ParsetGenerator
parent
614ae076
No related branches found
No related tags found
2 merge requests
!69
Change the name of the pre-calibrated output MS
,
!4
Fix toil interop
Pipeline
#199
failed
5 years ago
Stage: validate_cwl_scripts
Stage: test_steps
Stage: integration_test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
steps/DP3.AveragerStepGenerator.cwl
+2
-2
2 additions, 2 deletions
steps/DP3.AveragerStepGenerator.cwl
steps/DP3.ParsetGenerator.cwl
+3
-3
3 additions, 3 deletions
steps/DP3.ParsetGenerator.cwl
with
5 additions
and
5 deletions
steps/DP3.AveragerStepGenerator.cwl
+
2
−
2
View file @
34879c57
...
@@ -5,7 +5,7 @@ cwlVersion: v1.0
...
@@ -5,7 +5,7 @@ cwlVersion: v1.0
id: average_step_generator
id: average_step_generator
inputs:
inputs:
- id:
input_parset
- id:
steps
type: Any[]?
type: Any[]?
default: []
default: []
- id: step_name
- id: step_name
...
@@ -61,7 +61,7 @@ steps:
...
@@ -61,7 +61,7 @@ steps:
- id: step_id
- id: step_id
source: step_name
source: step_name
- id: steps
- id: steps
source:
input_parset
source:
steps
- id: parameters
- id: parameters
valueFrom: $(inputs)
valueFrom: $(inputs)
- id: timestep
- id: timestep
...
...
This diff is collapsed.
Click to expand it.
steps/DP3.ParsetGenerator.cwl
+
3
−
3
View file @
34879c57
...
@@ -54,11 +54,11 @@ inputs:
...
@@ -54,11 +54,11 @@ inputs:
type: Any[]?
type: Any[]?
outputs:
outputs:
- id:
output_
parset
- id: parset
doc: Parset output file
doc: Parset output file
type: File
type: File
outputBinding:
outputBinding:
glob:
output_
parset
glob: parset
- id: input_files
- id: input_files
doc: additional input files
doc: additional input files
type: File[]
type: File[]
...
@@ -145,4 +145,4 @@ outputs:
...
@@ -145,4 +145,4 @@ outputs:
return out_names
return out_names
}
}
stdout:
stdout:
output_
parset
parset
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