labimotion 2.0.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. checksums.yaml +4 -4
  2. data/lib/labimotion/apis/labimotion_api.rb +3 -1
  3. data/lib/labimotion/apis/labimotion_hub_api.rb +83 -10
  4. data/lib/labimotion/apis/standard_api.rb +2 -1
  5. data/lib/labimotion/apis/standard_layer_api.rb +17 -4
  6. data/lib/labimotion/apis/vocabulary_api.rb +20 -6
  7. data/lib/labimotion/constants.rb +7 -0
  8. data/lib/labimotion/entities/dataset_entity.rb +1 -0
  9. data/lib/labimotion/entities/element_entity.rb +0 -1
  10. data/lib/labimotion/entities/klass_revision_entity.rb +5 -9
  11. data/lib/labimotion/entities/properties_entity.rb +41 -102
  12. data/lib/labimotion/entities/segment_entity.rb +2 -0
  13. data/lib/labimotion/entities/vocabulary_entity.rb +12 -3
  14. data/lib/labimotion/helpers/element_helpers.rb +1 -2
  15. data/lib/labimotion/helpers/generic_helpers.rb +1 -6
  16. data/lib/labimotion/helpers/param_helpers.rb +16 -0
  17. data/lib/labimotion/libs/converter.rb +1 -0
  18. data/lib/labimotion/libs/data/layer/StdDataset.json +212 -0
  19. data/lib/labimotion/libs/data/vocab/System.json +1 -1
  20. data/lib/labimotion/libs/export_dataset.rb +98 -343
  21. data/lib/labimotion/libs/nmr_mapper.rb +247 -204
  22. data/lib/labimotion/libs/template_hub.rb +28 -10
  23. data/lib/labimotion/models/concerns/generic_klass_revisions.rb +0 -1
  24. data/lib/labimotion/models/concerns/generic_revisions.rb +0 -3
  25. data/lib/labimotion/models/concerns/klass_revision.rb +23 -0
  26. data/lib/labimotion/models/dataset_klasses_revision.rb +4 -1
  27. data/lib/labimotion/models/element.rb +0 -3
  28. data/lib/labimotion/models/element_klasses_revision.rb +3 -2
  29. data/lib/labimotion/models/segment_klasses_revision.rb +4 -1
  30. data/lib/labimotion/models/template_submission.rb +52 -0
  31. data/lib/labimotion/utils/utils.rb +0 -21
  32. data/lib/labimotion/version.rb +1 -1
  33. data/lib/labimotion.rb +3 -3
  34. metadata +5 -6
  35. data/lib/labimotion/libs/data/mapper/Chemwiki.json +0 -236
  36. data/lib/labimotion/libs/data/mapper/Source.json +0 -78
  37. data/lib/labimotion/libs/dataset_builder.rb +0 -70
  38. data/lib/labimotion/utils/mapper_utils.rb +0 -169
@@ -134,5 +134,21 @@ module Labimotion
134
134
  optional :select_options, type: Hash, desc: 'selections'
135
135
  optional :option_layers, type: String, desc: 'option'
136
136
  end
137
+
138
+ # params :vocabulary_save do
139
+ # requires :type, type: String, desc: 'type'
140
+ # requires :field, type: String, desc: 'field'
141
+ # optional :default, type: String, desc: 'default'
142
+ # optional :description, type: String, desc: 'description'
143
+ # optional :label, type: String, desc: 'label'
144
+ # optional :position, type: Integer, desc: 'position'
145
+ # optional :ontology, type: Hash, desc: 'ontology'
146
+ # optional :required, type: Boolean, desc: 'is required?'
147
+ # optional :sub_fields, type: Array, desc: 'sub_fields'
148
+ # optional :text_sub_fields, type: Array, desc: 'text_sub_fields'
149
+ # optional :source_type, type: String, desc: 'source type'
150
+ # optional :source_id, type: String, desc: 'source id'
151
+ # optional :layer_id, type: String, desc: 'layer id'
152
+ # end
137
153
  end
138
154
  end
@@ -123,6 +123,7 @@ module Labimotion
123
123
  tmp_file.write(response.parsed_response)
124
124
  tmp_file.rewind
125
125
 
126
+ # name = response&.headers && response&.headers['content-disposition']&.split('=')&.last
126
127
  filename = oat.filename
127
128
  name = "#{File.basename(filename, '.*')}.zip"
128
129
  att = Attachment.new(
@@ -0,0 +1,212 @@
1
+ {
2
+ "layers": {
3
+ "std_general": {
4
+ "wf": false,
5
+ "key": "std_general",
6
+ "std": true,
7
+ "cols": 4,
8
+ "color": "default",
9
+ "label": "Standard General description",
10
+ "style": "panel_generic_heading",
11
+ "fields": [
12
+ {
13
+ "type": "text",
14
+ "field": "title",
15
+ "label": "title",
16
+ "default": "",
17
+ "ontology": {
18
+ "id": "afo:class:http://purl.allotrope.org/ontologies/result#AFR_0001080",
19
+ "iri": "http://purl.allotrope.org/ontologies/result#AFR_0001080",
20
+ "type": "class",
21
+ "label": "title",
22
+ "obo_id": "AFR:0001080",
23
+ "short_form": "AFR_0001080",
24
+ "description": [
25
+ "A title is a prefix or suffix added to a personal name. A title can be a title of honor, that is a title bestowed as an award, a honorary title (academic), that is a recognition of contributions by a non-employee or employee, a hereditary title, that is a title that remains in a family or a job title, that is a designation of a person's position in an organization. [Wikipedia]"
26
+ ],
27
+ "ontology_name": "afo",
28
+ "ontology_prefix": "AFO"
29
+ },
30
+ "position": 1,
31
+ "required": false,
32
+ "sub_fields": [],
33
+ "text_sub_fields": []
34
+ },
35
+ {
36
+ "type": "text",
37
+ "field": "data_type",
38
+ "label": "Type of the data ",
39
+ "default": "",
40
+ "readonly": true,
41
+ "position": 2,
42
+ "required": false,
43
+ "sub_fields": [],
44
+ "description": "Ontologies!!!! type of entity",
45
+ "placeholder": "e.g. sample or reaction analysis",
46
+ "text_sub_fields": []
47
+ },
48
+ {
49
+ "type": "text",
50
+ "field": "date",
51
+ "label": "date",
52
+ "default": "",
53
+ "position": 3,
54
+ "required": false,
55
+ "sub_fields": [],
56
+ "text_sub_fields": []
57
+ },
58
+ {
59
+ "type": "text",
60
+ "field": "time",
61
+ "label": "starting time",
62
+ "default": "",
63
+ "position": 4,
64
+ "required": false,
65
+ "sub_fields": [],
66
+ "text_sub_fields": []
67
+ },
68
+ {
69
+ "type": "text",
70
+ "field": "contributor",
71
+ "label": "contributor",
72
+ "default": "",
73
+ "position": 5,
74
+ "required": false,
75
+ "sub_fields": [],
76
+ "description": "",
77
+ "text_sub_fields": []
78
+ },
79
+ {
80
+ "type": "text",
81
+ "field": "creator",
82
+ "label": "creator",
83
+ "default": "",
84
+ "position": 6,
85
+ "required": false,
86
+ "sub_fields": [],
87
+ "description": "the person who upload the analysis",
88
+ "text_sub_fields": []
89
+ },
90
+ {
91
+ "type": "text",
92
+ "field": "operator",
93
+ "label": "operator",
94
+ "default": "",
95
+ "position": 7,
96
+ "required": false,
97
+ "sub_fields": [],
98
+ "text_sub_fields": []
99
+ },
100
+ {
101
+ "type": "text",
102
+ "field": "comments",
103
+ "label": "comments",
104
+ "default": "",
105
+ "position": 8,
106
+ "required": false,
107
+ "sub_fields": [],
108
+ "text_sub_fields": []
109
+ },
110
+ {
111
+ "opid": 8,
112
+ "type": "text",
113
+ "field": "Producer",
114
+ "label": "Producer of the sample",
115
+ "is_voc": true,
116
+ "source": "Segment",
117
+ "default": "",
118
+ "field_id": "Producer",
119
+ "layer_id": "bsi",
120
+ "ontology": {
121
+ "id": "schema:property:https://schema.org/producer",
122
+ "iri": "https://schema.org/producer",
123
+ "type": "property",
124
+ "label": "producer",
125
+ "obo_id": "schema:producer",
126
+ "short_form": "schema_producer",
127
+ "description": [
128
+ "The person or organization who produced the work (e.g. music album, movie, TV/radio series etc.)."
129
+ ],
130
+ "ontology_name": "schema",
131
+ "ontology_prefix": "schema"
132
+ },
133
+ "position": 9,
134
+ "source_id": "dce363d5-56d0-4324-9914-0476be999016",
135
+ "identifier": "357b7cd3-ca47-49e0-be47-154d907c2cf5",
136
+ "sub_fields": [],
137
+ "text_sub_fields": []
138
+ }
139
+ ],
140
+ "position": -2,
141
+ "condition": "",
142
+ "wf_position": 0
143
+ },
144
+ "std_sample_details": {
145
+ "wf": false,
146
+ "key": "std_sample_details",
147
+ "cols": 3,
148
+ "std": true,
149
+ "color": "none",
150
+ "label": "Standard Sample details",
151
+ "style": "panel_generic_heading",
152
+ "fields": [
153
+ {
154
+ "type": "text",
155
+ "field": "label",
156
+ "label": "label",
157
+ "default": "",
158
+ "position": 1,
159
+ "required": false,
160
+ "sub_fields": [],
161
+ "text_sub_fields": []
162
+ },
163
+ {
164
+ "type": "text",
165
+ "field": "id",
166
+ "label": "id",
167
+ "default": "",
168
+ "position": 2,
169
+ "required": false,
170
+ "sub_fields": [],
171
+ "text_sub_fields": []
172
+ },
173
+ {
174
+ "type": "text",
175
+ "field": "amount",
176
+ "label": "amount",
177
+ "default": "",
178
+ "position": 3,
179
+ "required": false,
180
+ "sub_fields": [],
181
+ "text_sub_fields": []
182
+ },
183
+ {
184
+ "type": "text",
185
+ "field": "volume",
186
+ "label": "volume",
187
+ "default": "",
188
+ "position": 4,
189
+ "required": false,
190
+ "sub_fields": [],
191
+ "text_sub_fields": []
192
+ },
193
+ {
194
+ "type": "text",
195
+ "field": "size",
196
+ "label": "size",
197
+ "default": "",
198
+ "position": 5,
199
+ "required": false,
200
+ "sub_fields": [],
201
+ "text_sub_fields": []
202
+ }
203
+ ],
204
+ "position": -1,
205
+ "timeRecord": "",
206
+ "wf_position": 0
207
+ }
208
+ },
209
+ "version": "0.1",
210
+ "select_options": {
211
+ }
212
+ }
@@ -55,7 +55,7 @@
55
55
  "id": 4,
56
56
  "identifier": "user-name",
57
57
  "name": "creator",
58
- "label": "Creator",
58
+ "label": "creator",
59
59
  "field_type": "text",
60
60
  "opid": 9,
61
61
  "term_id": "NCIT_C42628",