forked from EOSC-LOFAR/prefactor-cwl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fitclock.cwl
66 lines (53 loc) · 1.49 KB
/
fitclock.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
cwlVersion: v1.0
class: CommandLineTool
baseCommand: [python, /usr/lib/prefactor/scripts/fit_clocktec_initialguess_losoto.py]
label: "Separate clock/TEC"
hints:
DockerRequirement:
dockerPull: kernsuite/prefactor
inputs:
globaldbname:
type: File
format: http://revoltek.github.io/losoto/cookbook.pdf
doc: "input h5 parm file"
inputBinding:
position: 1
arguments:
# calsource
- valueFrom: "fitclock"
position: 2
# ncpus
- valueFrom: $(runtime.cores)
position: 3
outputs:
dclock_1st:
type: File
format: https://docs.scipy.org/doc/numpy-dev/neps/npy-format.html
label: "Clock solutions"
outputBinding:
glob: fitted_data_dclock_fitclock_1st.npy
dTEC_1st:
type: File
format: https://docs.scipy.org/doc/numpy-dev/neps/npy-format.html
label: "TEC solutions"
outputBinding:
glob: fitted_data_dTEC_fitclock_1st.npy
dclock_1st_sm:
type: File
format: https://docs.scipy.org/doc/numpy-dev/neps/npy-format.html
label: "Smoothed clock solutions"
outputBinding:
glob: fitted_data_dclock_fitclock_1st.sm.npy
dTEC_1st_sm:
type: File
format: https://docs.scipy.org/doc/numpy-dev/neps/npy-format.html
label: "Smoothed TEC solutions"
outputBinding:
glob: fitted_data_dTEC_fitclock_1st.sm.npy
$namespaces:
s: http://schema.org/
$schemas:
- https://schema.org/docs/schema_org_rdfa.html
s:license: "https://mit-license.org/"
s:author:
s:person.url: "http://orcid.org/0000-0002-6136-3724"