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
f617d0b1
Commit
f617d0b1
authored
5 years ago
by
Tammo Jan Dijkema
Browse files
Options
Downloads
Patches
Plain Diff
Make a working gather step
parent
96008751
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!69
Change the name of the pre-calibrated output MS
Pipeline
#141
failed
5 years ago
Stage: validate_cwl_scripts
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test_scatter/scatter-workflow.cwl
+16
-9
16 additions, 9 deletions
test_scatter/scatter-workflow.cwl
with
16 additions
and
9 deletions
test_scatter/scatter-workflow.cwl
+
16
−
9
View file @
f617d0b1
...
...
@@ -10,16 +10,10 @@ inputs:
outputs:
- id: output
outputSource:
- cat/output
- cat
_2
/output
type: File
'sbg:x': 549
'sbg:y': 14
- id: output_1
outputSource:
- cat_1/output
type: File
'sbg:x': 626.203125
'sbg:y': 204
'sbg:x': 778.4581909179688
'sbg:y': 95.88174438476562
steps:
- id: echo
in:
...
...
@@ -65,5 +59,18 @@ steps:
label: cat
'sbg:x': 454.203125
'sbg:y': 219
- id: cat_2
in:
- id: files
source:
- cat/output
- cat_1/output
out:
- id: output
run: ./cat.cwl
label: cat
'sbg:x': 648.4573364257812
'sbg:y': 104.00638580322266
requirements:
- class: ScatterFeatureRequirement
- class: MultipleInputFeatureRequirement
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