Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
VLBI-cwl
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
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ResearchAndDevelopment
VLBI-cwl
Commits
24bdd8b6
Commit
24bdd8b6
authored
1 week ago
by
jurjen93
Browse files
Options
Downloads
Patches
Plain Diff
revert concat
parent
59aec272
No related branches found
Branches containing commit
No related tags found
1 merge request
!69
Facet subtract
Pipeline
#108909
failed
1 week ago
Stage: version
Stage: build
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
steps/dp3_parset.cwl
+9
-1
9 additions, 1 deletion
steps/dp3_parset.cwl
workflows/facet_subtract.cwl
+2
-0
2 additions, 0 deletions
workflows/facet_subtract.cwl
with
11 additions
and
1 deletion
steps/dp3_parset.cwl
+
9
−
1
View file @
24bdd8b6
...
...
@@ -12,13 +12,16 @@ inputs:
doc: Parset for DP3
inputBinding:
position: 0
- id: msin
type: Directory[]
doc: input MS
outputs:
- id: msout
type: Directory
doc: Output measurement set
outputBinding:
glob: "*.ms"
glob: "*.
concat.
ms"
- id: logfile
type: File[]
outputBinding:
...
...
@@ -27,6 +30,11 @@ outputs:
The files containing the stdout
and stderr from the step.
requirements:
- class: InitialWorkDirRequirement
listing:
- entry: $(inputs.msin)
hints:
- class: DockerRequirement
dockerPull: vlbi-cwl
...
...
This diff is collapsed.
Click to expand it.
workflows/facet_subtract.cwl
+
2
−
0
View file @
24bdd8b6
...
...
@@ -136,6 +136,8 @@ steps:
in:
- id: parset
source: make_concat_parset/concat_parsets
- id: msin
source: predict_facet/facet_ms
out:
- id: msout
run: ../steps/dp3_parset.cwl
...
...
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