-
Notifications
You must be signed in to change notification settings - Fork 3
/
ampl.cwl
52 lines (42 loc) · 1.07 KB
/
ampl.cwl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
cwlVersion: v1.0
class: CommandLineTool
baseCommand: [python, /usr/lib/prefactor/scripts/amplitudes_losoto_3.py]
label: "Smooth amplitudes"
hints:
DockerRequirement:
dockerPull: kernsuite/prefactor
inputs:
globaldbname:
type: File
format: http://revoltek.github.io/losoto/cookbook.pdf
label: "Input H5Parm"
inputBinding:
position: 1
n_chan:
type: int?
doc: "number of channels solved for per subband (i.e., number of solutions along frequencies axis of MS)"
default: 4
inputBinding:
position: 3
bad_sblist:
type: int[]?
inputBinding:
position: 4
arguments:
# calsource
- valueFrom: "fitclock"
position: 2
outputs:
amplitude_array:
type: File
format: https://docs.scipy.org/doc/numpy-dev/neps/npy-format.html
label: "Smoothed amplitudes"
outputBinding:
glob: "fitclock_amplitude_array.npy"
$namespaces:
s: http://schema.org/
$schemas:
- https://schema.org/version/latest/schema.rdf
s:license: "https://mit-license.org/"
s:author:
s:person.url: "http://orcid.org/0000-0002-6136-3724"