Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • full_bandwidth_solve
  • poppy_integration
  • optimize_workflow
  • releases/v5.0 protected
  • use-versioned-releases
  • releases/v5.0rc2 protected
  • releases/v5.0rc1 protected
  • releases/ldv_v407_atdb protected
  • ldv_v407_debug
  • releases/ldv_v406_debug protected
  • releases/ldv_v405 protected
  • releases/ldv_v404 protected
  • v5.0
  • v5.0rc2
  • v5.0rc1
  • ldv_v406_debug
  • ldv_v405_debug
  • ldv_v404
  • ldv_v403
  • ldv_v402
  • v4.0
  • ldv_v401
  • ldv_v40
  • ldv_v031
  • ldv_v03
  • ldv_v01
27 results

two_steps.cwl

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    two_steps.cwl 1.38 KiB
    class: Workflow
    cwlVersion: v1.0
    id: prefactor
    $namespaces:
      sbg: 'https://www.sevenbridges.com'
    inputs:
      - id: elevation_to_flag
        type: string
        'sbg:x': -1451
        'sbg:y': -474
      - id: memoryperc
        type: int
        'sbg:x': -1456
        'sbg:y': -576
      - id: min_amplitude_to_flag
        type: float
        'sbg:x': -1442
        'sbg:y': -712
      - id: msin_array
        type: 'Directory[]'
        'sbg:x': -1482.3096923828125
        'sbg:y': -821.4769897460938
      - id: raw_data
        type: boolean
        'sbg:x': -1450
        'sbg:y': -934.9942626953125
      - id: demix
        type: boolean
        'sbg:x': -1449.65625
        'sbg:y': -357.9942321777344
    outputs:
      - id: demix_parmdb
        outputSource:
          - ndppp_prep_cal/demix_parmdb
        type: Directory
        'sbg:x': -795.9163208007812
        'sbg:y': -304
    steps:
      - id: ndppp_prep_cal
        scatter: msin
        in:
          - id: elevation_to_flag
            source: elevation_to_flag
          - id: min_amplitude_to_flag
            source: min_amplitude_to_flag
          - id: memoryperc
            source: memoryperc
          - id: raw_data
            source: raw_data
          - id: demix
            source: demix
          - id: msin
            source: msin
        out:
          - id: msout
          - id: demix_parmdb
        run: ../subworkflow/ndppp_prep_cal.cwl
        label: ndppp_prep_cal
        'sbg:x': -1057.995849609375
        'sbg:y': -464.80194091796875
    requirements:
      SubworkflowFeatureRequirement: {}
      ScatterFeatureRequirement: {}