Skip to content
Snippets Groups Projects
Select Git revision
  • e78e0fd224d17e8bb1af565518aa283bfebc6dcf
  • master default protected
  • L2SS-1914-fix_job_dispatch
  • TMSS-3170
  • TMSS-3167
  • TMSS-3161
  • TMSS-3158-Front-End-Only-Allow-Changing-Again
  • TMSS-3133
  • TMSS-3319-Fix-Templates
  • test-fix-deploy
  • TMSS-3134
  • TMSS-2872
  • defer-state
  • add-custom-monitoring-points
  • TMSS-3101-Front-End-Only
  • TMSS-984-choices
  • SDC-1400-Front-End-Only
  • TMSS-3079-PII
  • TMSS-2936
  • check-for-max-244-subbands
  • TMSS-2927---Front-End-Only-PXII
  • Before-Remove-TMSS
  • LOFAR-Release-4_4_318 protected
  • LOFAR-Release-4_4_317 protected
  • LOFAR-Release-4_4_316 protected
  • LOFAR-Release-4_4_315 protected
  • LOFAR-Release-4_4_314 protected
  • LOFAR-Release-4_4_313 protected
  • LOFAR-Release-4_4_312 protected
  • LOFAR-Release-4_4_311 protected
  • LOFAR-Release-4_4_310 protected
  • LOFAR-Release-4_4_309 protected
  • LOFAR-Release-4_4_308 protected
  • LOFAR-Release-4_4_307 protected
  • LOFAR-Release-4_4_306 protected
  • LOFAR-Release-4_4_304 protected
  • LOFAR-Release-4_4_303 protected
  • LOFAR-Release-4_4_302 protected
  • LOFAR-Release-4_4_301 protected
  • LOFAR-Release-4_4_300 protected
  • LOFAR-Release-4_4_299 protected
41 results

nlEcLib.py

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    compress_pipeline.cwl 2.41 KiB
    class: Workflow
    cwlVersion: v1.0
    id: compress_pipeline_cwl
    label: compress_pipeline.cwl
    $namespaces:
      sbg: 'https://www.sevenbridges.com/'
    inputs:
      - id: flag_autocorrelation
        type: boolean?
        'sbg:x': 0
        'sbg:y': 160.5
      - id: surls
        type: 'string[]'
        'sbg:x': 0
        'sbg:y': 53.5
    outputs:
      - id: output
        outputSource:
          - inspect_flagging_dataloss/output
        type: 'File[]'
        'sbg:x': 860.3446655273438
        'sbg:y': 0
      - id: logfile
        outputSource:
          - dppp/logfile
        type:
          type: array
          items:
            items: File
            type: array
        'sbg:x': 849
        'sbg:y': 271
      - id: compressed
        outputSource:
          - compress/compressed
        type: Directory
        'sbg:x': 1040
        'sbg:y': 117
    steps:
      - id: surl_copy
        in:
          - id: surl
            source: surls
        out:
          - id: output
        run: steps/surl_copy.cwl
        label: surl_copy
        scatter:
          - surl
        'sbg:x': 206.75
        'sbg:y': 53.5
      - id: untar
        in:
          - id: tar_file
            source: surl_copy/output
        out:
          - id: uncompressed
        run: steps/untar.cwl
        label: untar
        scatter:
          - tar_file
        'sbg:x': 436.640625
        'sbg:y': 107
      - id: dppp
        in:
          - id: parset
            source: define_parset/output
          - id: msin
            source: untar/uncompressed
          - id: msout_name
            source: untar/uncompressed
            valueFrom: '$("COMPRESSED_" + self[0].basename)'
          - id: writefullresflag
            default: true
          - id: storagemanager
            default: Dysco
          - id: databitrate
            default: 10
        out:
          - id: msout
          - id: logfile
        run: steps/DPPP.cwl
        scatter:
          - msin
        'sbg:x': 642.375
        'sbg:y': 160.5
      - id: define_parset
        in:
          - id: flag_autocorrelation
            source: flag_autocorrelation
        out:
          - id: output
        run: steps/define_parset.cwl
        label: define_parset
        'sbg:x': 206.75
        'sbg:y': 160.5
      - id: inspect_flagging_dataloss
        in:
          - id: input
            source: untar/uncompressed
        out:
          - id: output
        run: steps/inspect_flagging_dataloss.cwl
        label: inspect_flagging_dataloss
        scatter:
          - input
        'sbg:x': 642.375
        'sbg:y': 39.5
      - id: compress
        in:
          - id: directory
            source: dppp/msout
        out:
          - id: compressed
        run: steps/compress.cwl
        label: compress
        scatter:
          - directory
        'sbg:x': 857
        'sbg:y': 117
    requirements:
      - class: ScatterFeatureRequirement