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
c7ee4eb7
Commit
c7ee4eb7
authored
4 years ago
by
Mattia Mancini
Browse files
Options
Downloads
Patches
Plain Diff
Change workflow to select only the first directory
Former-commit-id:
948be8b1
parent
221905e6
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
steps/selectfirstdirectory.cwl
+3
-4
3 additions, 4 deletions
steps/selectfirstdirectory.cwl
workflows/prefactor_calibrator/prep.cwl
+7
-7
7 additions, 7 deletions
workflows/prefactor_calibrator/prep.cwl
with
10 additions
and
11 deletions
steps/
copy_in_one_
directory.cwl
→
steps/
selectfirst
directory.cwl
+
3
−
4
View file @
c7ee4eb7
id:
copy_in_one_
directory
label:
copy_in_one_
directory
id:
selectfirst
directory
label:
selectfirst
directory
class: ExpressionTool
cwlVersion: v1.0
...
...
@@ -9,7 +9,6 @@ inputs:
outputs:
- id: output
type: Directory
glob: .
requirements:
- class: InitialWorkDirRequirement
...
...
@@ -19,7 +18,7 @@ requirements:
expression: |
${
return {'output': inputs.input[0]}
}
...
...
This diff is collapsed.
Click to expand it.
workflows/prefactor_calibrator/prep.cwl
+
7
−
7
View file @
c7ee4eb7
...
...
@@ -161,17 +161,17 @@ outputs:
'sbg:x': 1554.5106201171875
'sbg:y': 991
steps:
- id:
copy
- id:
select
in:
- id: input
source:
- msin
out:
- id: output
run: ../../steps/
copy_in_one_
directory.cwl
label:
copy_in_one_directory
'sbg:x': -
267.1643981933594
'sbg:y':
480.320983886718
75
run: ../../steps/
selectfirst
directory.cwl
label:
select_ony_first
'sbg:x': -
303.7861022949219
'sbg:y':
542.376464843
75
- id: ndppp_prep_cal
in:
- id: baselines_to_flag
...
...
@@ -263,7 +263,7 @@ steps:
in:
- id: ms
source:
-
copy
/output
-
select
/output
- id: min_separation
source: min_separation
out:
...
...
@@ -290,7 +290,7 @@ steps:
in:
- id: msin
source:
-
copy
/output
-
select
/output
- id: skymodels
source: calibrator_path_skymodel
- id: max_separation_arcmin
...
...
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