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
ae66ad81
Commit
ae66ad81
authored
5 years ago
by
Tammo Jan Dijkema
Browse files
Options
Downloads
Patches
Plain Diff
Add test workflow
parent
5e1490de
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#50
failed
5 years ago
Stage: validate_cwl_scripts
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-1
2 additions, 1 deletion
.gitlab-ci.yml
test_workflow/test.cwl
+0
-64
0 additions, 64 deletions
test_workflow/test.cwl
with
2 additions
and
65 deletions
.gitlab-ci.yml
+
2
−
1
View file @
ae66ad81
...
...
@@ -21,7 +21,7 @@ before_script:
-
source venv/bin/activate
-
pip install cwltool cwl-runner
-
cd test_data
-
tar -x
v
f ${TEST_DATASET_NAME}
-
tar -xf ${TEST_DATASET_NAME}
-
cd $CI_PROJECT_DIR
after_script
:
...
...
@@ -39,3 +39,4 @@ test_DPPP_step:
-
cwl-runner steps/DP3.AveragerStepGenerator.cwl test_jobs/averager_step_generator.json
-
cwl-runner steps/DP3.AOFlaggerStepGenerator.cwl test_jobs/aoflagger_step_generator.json
-
!
cwl-runner steps/DP3.AveragerStepGenerator.cwl test_jobs/averager_step_generator_error.json
-
cwltool test_workflow/flag_average.cwl msin=test_data/L570745_SB001_uv_first10.MS
This diff is collapsed.
Click to expand it.
test_workflow/test.cwl
deleted
100644 → 0
+
0
−
64
View file @
5e1490de
class: Workflow
cwlVersion: v1.0
id: test
label: test
$namespaces:
sbg: 'https://www.sevenbridges.com'
inputs:
- id: msin
type: Directory
'sbg:x': -1111
'sbg:y': -277
outputs:
- id: msout
outputSource:
- dppp/msout
type: Directory
'sbg:x': -772.234375
'sbg:y': -472.50433349609375
steps:
- id: aoflagger_step_generator
in: []
out:
- id: parameters_out
run: ../steps/DP3.AOFlaggerStepGenerator.cwl
'sbg:x': -1357.640625
'sbg:y': -729.5
- id: average_step_generator
in:
- id: input_parset
source:
- aoflagger_step_generator/parameters_out
out:
- id: parameters_out
run: ../steps/DP3.AveragerStepGenerator.cwl
'sbg:x': -1125
'sbg:y': -729
- id: generic_step
in:
- id: parameters_input
source:
- average_step_generator/parameters_out
out:
- id: output_parset
- id: input_files
- id: input_directories
run: ../steps/DP3.ParsetGenerator.cwl
'sbg:x': -1174
'sbg:y': -525
- id: dppp
in:
- id: parset
source: generic_step/output_parset
- id: msin
source: msin
- id: secondary_files
source:
- generic_step/input_files
out:
- id: msout
run: ../steps/DPPP.cwl
'sbg:x': -957
'sbg:y': -530
requirements:
- class: SubworkflowFeatureRequirement
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