Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Prefactor3-CWL
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Rafferty
Prefactor3-CWL
Commits
4d1a9cc7
Commit
4d1a9cc7
authored
Oct 16, 2019
by
Tammo Jan Dijkema
Browse files
Options
Downloads
Patches
Plain Diff
Rename selector in parset_selector
parent
a7042770
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
steps/DP3.ParsetSelector.cwl
+5
-3
5 additions, 3 deletions
steps/DP3.ParsetSelector.cwl
test_jobs/parset_selector.json
+1
-1
1 addition, 1 deletion
test_jobs/parset_selector.json
with
6 additions
and
4 deletions
steps/DP3.ParsetSelector.cwl
+
5
−
3
View file @
4d1a9cc7
...
...
@@ -2,13 +2,15 @@ class: ExpressionTool
cwlVersion: v1.0
id: parsetselector
inputs:
- id: select
or
- id: select
_a
type: boolean
doc: 'if true selects parset_a, files_a if false selects parset_b files_b'
- id: a_arguments
type: Any
type: Any[]
default: []
- id: b_arguments
type: Any
type: Any[]
default: []
outputs:
- id: output_arguments
type: Any
...
...
This diff is collapsed.
Click to expand it.
test_jobs/parset_selector.json
+
1
−
1
View file @
4d1a9cc7
{
"select
or
"
:
true
,
"select
_a
"
:
true
,
"a_arguments"
:
{
"name"
:
"a"
},
"b_arguments"
:
{
"name"
:
"b"
}
}
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