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
68dae318
Commit
68dae318
authored
5 years ago
by
Tammo Jan Dijkema
Browse files
Options
Downloads
Patches
Plain Diff
Make step parse
parent
8880ce64
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
steps/GenericParsetGeneratorStep.cwl
+15
-14
15 additions, 14 deletions
steps/GenericParsetGeneratorStep.cwl
with
15 additions
and
14 deletions
steps/GenericParsetGeneratorStep.cwl
+
15
−
14
View file @
68dae318
cwlVersion: 1.1
class: CommandLineTool
class: CommandLineTool
baseCommand: [python, '-c']
cwlVersion: v1.0
id: GenericParsetGeneratorStep
baseCommand: [python, -c, 'import sys; print(sys.argv)']
inputs:
inputs:
step_name
:
- id:
step_name
type: string
type: string
doc: "name of the DPPP step"
doc: "name of the DPPP step"
step_type
:
- id:
step_type
type: string
type: string
doc: "type of the DPPP step"
doc: "type of the DPPP step"
step_arguments
:
- id:
step_arguments
type: array<string>
type: array<string>
doc: "List of key=value parameters to pass"
doc: "List of key=value parameters to pass"
outputs:
outputs:
output_file
:
- id:
output_file
type: File
type: File
doc: "Parset output file"
doc: "Parset output file"
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