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
2a2fddfa
Commit
2a2fddfa
authored
9 months ago
by
Matthijs van der Wild
Browse files
Options
Downloads
Plain Diff
Merge branch 'hotfix_workaround_toil' into 'master'
Implemented workaround for toil issue 4930 See merge request
!57
parents
30bb169a
11633fed
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!57
Implemented workaround for toil issue 4930
Pipeline
#89095
passed
7 months ago
Stage: version
Stage: build
Stage: test
Changes
2
Pipelines
6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
steps/aoflagger.cwl
+3
-3
3 additions, 3 deletions
steps/aoflagger.cwl
steps/dp3_applycal_ddf.cwl
+2
-2
2 additions, 2 deletions
steps/dp3_applycal_ddf.cwl
with
5 additions
and
5 deletions
steps/aoflagger.cwl
+
3
−
3
View file @
2a2fddfa
...
...
@@ -35,7 +35,7 @@ inputs:
doc: Indicates whether statistics should be written to file.
- id: linc_libraries
type: File[]
type: File[]
? # This is optional as a workaround for toil, see https://github.com/DataBiosphere/toil/issues/4930
doc: |
Scripts and reference files from the
LOFAR INitial calibration pipeline.
...
...
@@ -53,8 +53,8 @@ inputs:
- id: memory
type:
- int
- float
- int
?
- float
? # These are optional as a workaround for toil, see https://github.com/DataBiosphere/toil/issues/4930
inputBinding:
position: 0
prefix: aoflagger.memorymax=
...
...
This diff is collapsed.
Click to expand it.
steps/dp3_applycal_ddf.cwl
+
2
−
2
View file @
2a2fddfa
...
...
@@ -18,7 +18,7 @@ arguments:
inputs:
- id: msin
type: Directory
type: Directory
? # This is optional as a workaround for toil, see https://github.com/DataBiosphere/toil/issues/4930
doc: Input data in MeasurementSet format.
inputBinding:
position: 0
...
...
@@ -26,7 +26,7 @@ inputs:
separate: false
- id: ddf_solset
type: File
type: File
? # This is optional as a workaround for toil, see https://github.com/DataBiosphere/toil/issues/4930
doc: |
The solution tables generated by
the DDF pipeline in an HDF5 format.
...
...
This diff is collapsed.
Click to expand it.
Matthijs van der Wild
@wild
mentioned in issue
#26 (closed)
·
7 months ago
mentioned in issue
#26 (closed)
mentioned in issue #26
Toggle commit list
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