Skip to content
Snippets Groups Projects
Commit 89ffab29 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: 1ba6f2fa
Former-commit-id: 7c8ff63f
parents b05195fb a71af87b
No related branches found
No related tags found
No related merge requests found
Showing
with 22 additions and 21 deletions
#!/usr/bin/env cwl-runner #!/usr/bin/env cwl-runner
class: CommandLineTool class: CommandLineTool
cwlVersion: v1.0 cwlVersion: v1.1
id: losoto_clip id: losoto_clip
$namespaces: $namespaces:
......
#!/usr/bin/env cwl-runner #!/usr/bin/env cwl-runner
class: CommandLineTool class: CommandLineTool
cwlVersion: v1.0 cwlVersion: v1.1
id: losoto_clocktec id: losoto_clocktec
$namespaces: $namespaces:
......
#!/usr/bin/env cwl-runner #!/usr/bin/env cwl-runner
class: CommandLineTool class: CommandLineTool
cwlVersion: v1.0 cwlVersion: v1.1
id: losoto_duplicate id: losoto_duplicate
doc: | doc: |
......
#!/usr/bin/env cwl-runner #!/usr/bin/env cwl-runner
class: CommandLineTool class: CommandLineTool
cwlVersion: v1.0 cwlVersion: v1.1
id: losoto_faraday id: losoto_faraday
$namespaces: $namespaces:
......
#!/usr/bin/env cwl-runner #!/usr/bin/env cwl-runner
class: CommandLineTool class: CommandLineTool
cwlVersion: v1.0 cwlVersion: v1.1
id: losoto_flag id: losoto_flag
$namespaces: $namespaces:
......
#!/usr/bin/env cwl-runner #!/usr/bin/env cwl-runner
class: CommandLineTool class: CommandLineTool
cwlVersion: v1.0 cwlVersion: v1.1
id: losoto_flagstation id: losoto_flagstation
$namespaces: $namespaces:
......
#!/usr/bin/env cwl-runner #!/usr/bin/env cwl-runner
class: CommandLineTool class: CommandLineTool
cwlVersion: v1.0 cwlVersion: v1.1
id: losoto_flagextend id: losoto_flagextend
$namespaces: $namespaces:
......
#!/usr/bin/env cwl-runner #!/usr/bin/env cwl-runner
class: CommandLineTool class: CommandLineTool
cwlVersion: v1.0 cwlVersion: v1.1
id: losoto_interpolate id: losoto_interpolate
$namespaces: $namespaces:
...@@ -52,8 +52,9 @@ inputs: ...@@ -52,8 +52,9 @@ inputs:
type: string type: string
doc: Output sol tab name doc: Output sol tab name
- id: newdelta - id: newdelta
type: string type: string?
doc: Fundamental width between samples after regridding. E.g., "100kHz" or "10s" doc: Fundamental width between samples after regridding. E.g., "100kHz" or "10s"
default: "100kHz"
- id: delta - id: delta
type: string? type: string?
......
#!/usr/bin/env cwl-runner #!/usr/bin/env cwl-runner
class: CommandLineTool class: CommandLineTool
cwlVersion: v1.0 cwlVersion: v1.1
id: losoto_lofarbeam id: losoto_lofarbeam
$namespaces: $namespaces:
......
#!/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
doc: | doc: |
......
#!/usr/bin/env cwl-runner #!/usr/bin/env cwl-runner
class: CommandLineTool class: CommandLineTool
cwlVersion: v1.0 cwlVersion: v1.1
id: losoto_plot id: losoto_plot
doc: | doc: |
......
class: CommandLineTool class: CommandLineTool
cwlVersion: v1.0 cwlVersion: v1.1
id: losoto_polalign id: losoto_polalign
$namespaces: $namespaces:
......
class: CommandLineTool class: CommandLineTool
cwlVersion: v1.0 cwlVersion: v1.1
$namespaces: $namespaces:
lofar: 'https://git.astron.nl/eosc/ontologies/raw/master/schema/lofar.owl' lofar: 'https://git.astron.nl/eosc/ontologies/raw/master/schema/lofar.owl'
sbg: 'https://www.sevenbridges.com/' sbg: 'https://www.sevenbridges.com/'
......
class: CommandLineTool class: CommandLineTool
cwlVersion: v1.0 cwlVersion: v1.1
$namespaces: $namespaces:
lofar: 'https://git.astron.nl/eosc/ontologies/raw/master/schema/lofar.owl' lofar: 'https://git.astron.nl/eosc/ontologies/raw/master/schema/lofar.owl'
sbg: 'https://www.sevenbridges.com/' sbg: 'https://www.sevenbridges.com/'
......
#!/usr/bin/env cwl-runner #!/usr/bin/env cwl-runner
class: CommandLineTool class: CommandLineTool
cwlVersion: v1.0 cwlVersion: v1.1
id: losoto_replicate_on_axis id: losoto_replicate_on_axis
doc: | doc: |
......
#!/usr/bin/env cwl-runner #!/usr/bin/env cwl-runner
class: CommandLineTool class: CommandLineTool
cwlVersion: v1.0 cwlVersion: v1.1
id: losoto_reset id: losoto_reset
doc: Subtract/divide two tables or a clock/tec/tec3rd/rm from a phase. doc: Subtract/divide two tables or a clock/tec/tec3rd/rm from a phase.
......
#!/usr/bin/env cwl-runner #!/usr/bin/env cwl-runner
class: CommandLineTool class: CommandLineTool
cwlVersion: v1.0 cwlVersion: v1.1
id: losoto_residual id: losoto_residual
doc: Subtract/divide two tables or a clock/tec/tec3rd/rm from a phase. doc: Subtract/divide two tables or a clock/tec/tec3rd/rm from a phase.
......
#!/usr/bin/env cwl-runner #!/usr/bin/env cwl-runner
class: CommandLineTool class: CommandLineTool
cwlVersion: v1.0 cwlVersion: v1.1
id: losoto_reweight id: losoto_reweight
$namespaces: $namespaces:
......
#!/usr/bin/env cwl-runner #!/usr/bin/env cwl-runner
class: CommandLineTool class: CommandLineTool
cwlVersion: v1.0 cwlVersion: v1.1
id: losoto_smooth id: losoto_smooth
$namespaces: $namespaces:
......
#!/usr/bin/env cwl-runner #!/usr/bin/env cwl-runner
class: CommandLineTool class: CommandLineTool
cwlVersion: v1.0 cwlVersion: v1.1
id: losoto_splitleak id: losoto_splitleak
$namespaces: $namespaces:
......
  • alex @alex

    mentioned in commit bae94184

    ·

    mentioned in commit bae94184

    Toggle commit list
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment