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
7c19097b
Commit
7c19097b
authored
5 years ago
by
Mattia Mancini
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of git.astron.nl:eosc/prefactor3-cwl
Former-commit-id:
4adbae06
parents
1d0f82b8
cd37bfac
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
steps/DP3.ParsetGenerator.cwl
+4
-4
4 additions, 4 deletions
steps/DP3.ParsetGenerator.cwl
subworkflow/ndppp_prep_cal.cwl
+9
-4
9 additions, 4 deletions
subworkflow/ndppp_prep_cal.cwl
with
13 additions
and
8 deletions
steps/DP3.ParsetGenerator.cwl
+
4
−
4
View file @
7c19097b
...
...
@@ -66,9 +66,9 @@ outputs:
outputEval: |-
${
var outfiles = []
for(
let
step in inputs.parameters_input){
for(
var
step in inputs.parameters_input){
step = inputs.parameters_input[step]
for(
let
parameter in step['parameters']){
for(
var
parameter in step['parameters']){
parameter = step['parameters'][parameter]
if (parameter != null && parameter.class =='File'){
...
...
@@ -85,9 +85,9 @@ outputs:
outputEval: |
${
var outdirs = []
for(
let
step in inputs.parameters_input){
for(
var
step in inputs.parameters_input){
step = inputs.parameters_input[step]
for(
let
parameter in step['parameters']){
for(
var
parameter in step['parameters']){
parameter = step['parameters'][parameter]
if (parameter != null && parameter.class=='Directory'){
outdirs.push(parameter)
...
...
This diff is collapsed.
Click to expand it.
subworkflow/ndppp_prep_cal.cwl
+
9
−
4
View file @
7c19097b
...
...
@@ -29,6 +29,10 @@ inputs:
type: boolean
'sbg:x': 1736.6195068359375
'sbg:y': -298.45196533203125
- id: msin
type: Directory?
'sbg:x': 2095.969482421875
'sbg:y': 563.7855224609375
outputs:
- id: msout
outputSource:
...
...
@@ -36,12 +40,12 @@ outputs:
type: Directory
'sbg:x': 2856.537841796875
'sbg:y': 53.67763900756836
- id:
output
- id:
demix_parmdb
outputSource:
- filter_demix_parmdb/output
type: Directory
'sbg:x': 30
00.84570312
5
'sbg:y': -
213.68421936035156
'sbg:x': 30
71.90991210937
5
'sbg:y': -
170.69992065429688
steps:
- id: flagbaseline
in:
...
...
@@ -170,6 +174,8 @@ steps:
in:
- id: parset
source: parsetgenerator/output_parset
- id: msin
source: msin
- id: secondary_files
source:
- parsetgenerator/input_files
...
...
@@ -198,7 +204,6 @@ steps:
out:
- id: output
run: ../steps/DirSelector.cwl
label: FileDirSelector
'sbg:x': 2838.8115234375
'sbg:y': -151.54710388183594
requirements:
...
...
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