-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.json
134 lines (134 loc) · 3.98 KB
/
config.json
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"lbBaseURL": "http://127.0.0.1:3000",
"accessTokenPrefix": "",
"archiveWorkflowEnabled": true,
"externalAuthEndpoint": null,
"editMetadataEnabled": false,
"editSampleEnabled": false,
"editPublishedData": true,
"scienceSearchEnabled": true,
"facility": "PSI",
"multipleDownloadEnabled": false,
"shoppingCartEnabled": true,
"shoppingCartOnHeader": true,
"ingestManual": "http://melanie.gitpages.psi.ch/SciCatPages/",
"gettingStarted": "http://melanie.gitpages.psi.ch/SciCatPages/SciCatGettingStartedSLSSummary.pdf",
"jupyterHubUrl": "https://jupyterhub.apps.ocp4a.psi.ch/hub/login",
"riotBaseUrl": null,
"datasetReduceEnabled": false,
"fileColorEnabled": false,
"jsonMetadataEnabled": true,
"localColumns": [
{
"name": "select",
"order": 0,
"type": "standard",
"enabled": true
},
{
"name": "datasetName",
"order": 1,
"type": "standard",
"enabled": true
},
{
"name": "runNumber",
"order": 2,
"type": "custom",
"enabled": false
},
{
"name": "sourceFolder",
"order": 3,
"type": "standard",
"enabled": true
},
{
"name": "size",
"order": 4,
"type": "standard",
"enabled": true
},
{
"name": "creationTime",
"order": 5,
"type": "standard",
"enabled": true
},
{
"name": "type",
"order": 6,
"type": "standard",
"enabled": true
},
{
"name": "image",
"order": 7,
"type": "standard",
"enabled": false
},
{
"name": "metadata",
"order": 8,
"type": "standard",
"enabled": false
},
{
"name": "proposalId",
"order": 9,
"type": "standard",
"enabled": true
},
{
"name": "ownerGroup",
"order": 10,
"type": "standard",
"enabled": true
},
{
"name": "dataStatus",
"order": 11,
"type": "standard",
"enabled": true
}
],
"logbookEnabled": false,
"metadataPreviewEnabled": false,
"maxDirectDownloadSize": 5000000000,
"multipleDownloadAction": null,
"searchSamples": true,
"sftpHost": null,
"tableSciDataEnabled": false,
"shareEnabled": true,
"searchPublicDataEnabled": true,
"landingPage": "doi2.psi.ch/detail/",
"fileDownloadEnabled": false,
"jobsEnabled": true,
"policiesEnabled": true,
"addDatasetEnabled": false,
"editDatasetSampleEnabled": false,
"scienceSearchUnitsEnabled": false,
"metadataStructure": "tree",
"loginFormEnabled": true,
"oAuth2Endpoints": [
{
"displayText": "PSI account",
"displayImage": "../../../assets/images/keycloak_icon_256px.svg",
"authURL": "auth/keycloak"
}
],
"helpMessages": {
"gettingStarted": "(PSI intranet only) gives a brief description on how to get started using the data catalog.",
"ingestManual": "(PSI intranet only) provides detailed information on how to make your data available to the catalog as well as archiving and retrieval of datasets."
},
"retrieveDestinations": [
{
"option": "PSI",
"tooltip": "Copy the data to the PSI storage buffer. After that, you need to copy it from there to any destination using the datasetRetriever command or using rsync from pb-retrieve.psi.ch"
},
{
"option": "PSI-RA",
"tooltip": "Copy the data directly to the PSI RA cluster destination folder at /das/work/${groupname:0:3}/${groupname}/retrieve/${sourceFolder}/"
}
]
}