Skip to content
Snippets Groups Projects
Commit bae94184 authored by alex's avatar alex
Browse files

Merge branch 'shallow_listing' into 'master'

Shallow listing

See merge request eosc/prefactor3-cwl!35

Former-commit-id: c8ac0b00 [formerly 1ba6f2fa]
Former-commit-id: 7c8ff63f
Former-commit-id: 89ffab29
parents 996d266e 5cf7ea36
No related branches found
No related tags found
No related merge requests found
Showing
with 23 additions and 23 deletions
...@@ -65,6 +65,6 @@ run_hba_full: ...@@ -65,6 +65,6 @@ run_hba_full:
script: script:
- cwltool --no-container --preserve-environment LD_LIBRARY_PATH --preserve-environment PATH --preserve-environment PYTHONPATH workflows/HBA_calibrator.cwl test_jobs/HBA_calibrator.json - cwltool --no-container --preserve-environment LD_LIBRARY_PATH --preserve-environment PATH --preserve-environment PYTHONPATH workflows/HBA_calibrator.cwl test_jobs/HBA_calibrator.json
- test_jobs/check_workflow_results.py results /builds/eosc/prefactor3-cwl/data/results_calibrator - test_jobs/check_workflow_results.py results /builds/eosc/prefactor3-cwl/data/results_calibrator
# - rm -rf results - rm -rf results
# - cwltool --no-container --preserve-environment LD_LIBRARY_PATH --preserve-environment PATH --preserve-environment PYTHONPATH workflows/HBA_target.cwl test_jobs/HBA_target.json - cwltool --no-container --preserve-environment LD_LIBRARY_PATH --preserve-environment PATH --preserve-environment PYTHONPATH workflows/HBA_target.cwl test_jobs/HBA_target.json
# - test_jobs/check_workflow_results.py results /builds/eosc/prefactor3-cwl/data/results_target - test_jobs/check_workflow_results.py results /builds/eosc/prefactor3-cwl/data/results_target
#!/usr/bin/env cwl-runner #!/usr/bin/env cwl-runner
class: CommandLineTool class: CommandLineTool
cwlVersion: v1.0 cwlVersion: v1.1
id: aoflagger id: aoflagger
requirements: requirements:
......
class: CommandLineTool class: CommandLineTool
cwlVersion: v1.0 cwlVersion: v1.1
$namespaces: $namespaces:
sbg: 'https://www.sevenbridges.com/' sbg: 'https://www.sevenbridges.com/'
id: check_ateam_separation id: check_ateam_separation
...@@ -21,7 +21,7 @@ outputs: ...@@ -21,7 +21,7 @@ outputs:
outputBinding: outputBinding:
glob: $(inputs.msin.basename) glob: $(inputs.msin.basename)
- id: logfile - id: logfile
type: 'File[]' type: File[]
outputBinding: outputBinding:
glob: Ateamclipper.log glob: Ateamclipper.log
- id: output - id: output
......
#!/usr/bin/env cwl-runner #!/usr/bin/env cwl-runner
class: Workflow class: Workflow
cwlVersion: v1.0 cwlVersion: v1.1
id: aoflagger_step_generator id: aoflagger_step_generator
inputs: inputs:
......
#!/usr/bin/env cwl-runner #!/usr/bin/env cwl-runner
class: Workflow class: Workflow
cwlVersion: v1.0 cwlVersion: v1.1
id: applybeam_step_generator id: applybeam_step_generator
inputs: inputs:
......
#!/usr/bin/env cwl-runner #!/usr/bin/env cwl-runner
class: Workflow class: Workflow
cwlVersion: v1.0 cwlVersion: v1.1
id: applycal_step_generator id: applycal_step_generator
inputs: inputs:
......
#!/usr/bin/env cwl-runner #!/usr/bin/env cwl-runner
class: Workflow class: Workflow
cwlVersion: v1.0 cwlVersion: v1.1
id: average_step_generator id: average_step_generator
inputs: inputs:
......
#!/usr/bin/env cwl-runner #!/usr/bin/env cwl-runner
class: Workflow class: Workflow
cwlVersion: v1.0 cwlVersion: v1.1
$namespaces: $namespaces:
sbg: 'https://www.sevenbridges.com/' sbg: 'https://www.sevenbridges.com/'
id: demix_step_generator id: demix_step_generator
......
#!/usr/bin/env cwl-runner #!/usr/bin/env cwl-runner
cwlVersion: v1.0 cwlVersion: v1.1
class: CommandLineTool class: CommandLineTool
id: empty_parset_generator id: empty_parset_generator
baseCommand: [echo, 'steps=[]'] baseCommand: [echo, 'steps=[]']
......
class: Workflow class: Workflow
cwlVersion: v1.0 cwlVersion: v1.1
id: dp3_execute id: dp3_execute
label: DP3.Execute label: DP3.Execute
$namespaces: $namespaces:
......
#!/usr/bin/env cwl-runner #!/usr/bin/env cwl-runner
class: Workflow class: Workflow
cwlVersion: v1.0 cwlVersion: v1.1
$namespaces: $namespaces:
sbg: 'https://www.sevenbridges.com/' sbg: 'https://www.sevenbridges.com/'
id: dp3-filter-step-generator id: dp3-filter-step-generator
......
#!/usr/bin/env cwl-runner #!/usr/bin/env cwl-runner
cwlVersion: v1.0 cwlVersion: v1.1
class: ExpressionTool class: ExpressionTool
id: generic_step id: generic_step
......
#!/usr/bin/env cwl-runner #!/usr/bin/env cwl-runner
cwlVersion: v1.0 cwlVersion: v1.1
class: CommandLineTool class: CommandLineTool
id: generic_step id: generic_step
......
#!/usr/bin/env cwl-runner #!/usr/bin/env cwl-runner
class: Workflow class: Workflow
cwlVersion: v1.0 cwlVersion: v1.1
id: preflag_step_generator id: preflag_step_generator
inputs: inputs:
......
class: ExpressionTool class: ExpressionTool
cwlVersion: v1.0 cwlVersion: v1.1
id: selector id: selector
inputs: inputs:
- id: select_a - id: select_a
......
class: CommandLineTool class: CommandLineTool
cwlVersion: v1.0 cwlVersion: v1.1
$namespaces: $namespaces:
sbg: 'https://www.sevenbridges.com/' sbg: 'https://www.sevenbridges.com/'
id: dppp id: dppp
......
class: ExpressionTool class: ExpressionTool
cwlVersion: v1.0 cwlVersion: v1.1
id: dirselector id: dirselector
inputs: inputs:
- id: inputs - id: inputs
......
class: ExpressionTool class: ExpressionTool
cwlVersion: v1.0 cwlVersion: v1.1
id: fileselector id: fileselector
inputs: inputs:
- id: inputs - id: inputs
......
class: CommandLineTool class: CommandLineTool
cwlVersion: v1.0 cwlVersion: v1.1
$namespaces: $namespaces:
sbg: 'https://www.sevenbridges.com/' sbg: 'https://www.sevenbridges.com/'
lofar: https://git.astron.nl/eosc/ontologies/raw/master/schema/lofar.owl lofar: https://git.astron.nl/eosc/ontologies/raw/master/schema/lofar.owl
......
#!/usr/bin/env cwl-runner #!/usr/bin/env cwl-runner
class: CommandLineTool class: CommandLineTool
cwlVersion: v1.0 cwlVersion: v1.1
id: losoto_abs id: losoto_abs
$namespaces: $namespaces:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment