Newer
Older
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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
Inventory Of Materials And Methods
====
## Customise Collection View
[](# "Print this article")
It is possible customise the view of *Collections* in the ELN.
The default *Collection* can have a **Form View** or a **List View**.
Depending on this selection, the collection view will be different.

**Form View:** This shows the metadata of the *Collection* along with
the table of objects. This view is useful when a user wants to see
specific metadata for a *Collection*.

If you do not see the table with the Objects in the form, you need to
enable this by selecting **Show Objects** from the **More..** dropdown

**List View: **The metadata of the *Collection* is not shown in this
view, but only the table of objects is shown.

In this case a user would need to click on **More..**, and **Edit**
**Collection** in order to see the metadata and be able to edit the
*Collection*.

Updated on April 25, 2023
## Register single entries in a Collection
[](# "Print this article")
In this example, we will see how to register one *Object* of type
**Sample** in the **Raw Samples** *Collection.* The same procedure
should be followed to register any other *Object* in other
*Collections*.
1. Click on the **Raw Samples** *Collection* folder in the main menu.
2. Click the **+ New Sample ** in the main page
3. Fill in the form
4. **Save**
Please note that the *Object type* shown in the **+New** button (in this
case **Sample**), is what is defined as *default object type* for the
*Collection*. If this is missing in the *Collection,* the button will
not be present.

To register a different object type in the Collection:
1. Select **New Object** from the **More** drop down menu (as shown
below)
2. Select the relevant *Object type* from the list *(Sample,* in this
case*).*
3. Fill in the form
4. **Save**

Updated on April 25, 2023
## Batch register entries in a Collection
[](# "Print this article")
It is possible to register several samples at once via file upload. Two
methods are currently available:
1. Batch registration via Excel template file (XLS Batch Register
Objects)
2. Batch registration via TSV template file (TSV Batch Register
Objects)


In openBIS versions prior to 20.10.6, the XLS batch registration is not
recommended to register several hundreds of entries. The use of the TSV
batch upload to register several hundreds of entries is recommended in
those cases.
## Batch registration via Excel template file
To register several entries of the same type with an Excel file:
1. Navigate to the relevant collection (e.g.** Samples**).
2. Select **XLS Batch Register Object*****s*** from the
**More*** *drop-down menu (see figure above)
3. Download the **template** file and fill in the relevant information.
(Example file:
[SAMPLE-COLLECTION-REGISTRATION-SAMPLE-STORAGE\_POSITION-template](https://openbis.ch/wp-content/uploads/2022/02/SAMPLE-COLLECTION-REGISTRATION-SAMPLE-STORAGE_POSITION-template-2.xlsx))
4. Upload the file.
#### **Codes**
In most cases, *Object* types have the option to auto-generate codes set
to true in the admin UI. In this case, openBIS automatically generates
codes and identifiers when *Objects* are registered. If that is not the
case, the code needs to be manually entered by the users in the Excel
template. The current template does not have a **Code** column. This can
however be manually added if codes should be provided by the user and
not automatically generated by openBIS. If codes should be manually
entered and are missing, openBIS will show the error message
“*UserFailureExceptionmessage: Code cannot be empty for a non auto
generated code.*”
#### **Controlled vocabularies**
For Controlled Vocabularies fields, i.e. fields with a drop down menu,
you can enter either the **code** or the **label** of the terms in the
Excel file.
Please note that codes are not case-sensitive, but labels are.
Codes and labels of vocabulary terms can be seen under
**Utilities -> Vocabulary Browser**.
#### Assign parents
1. **Assign already existing parents**
If the parents you want to assign to your Objects are already registered
in openBIS, in the **Parents** column of the Excel file, you can assign
the relationship, by providing the identifier of the parent (i.e. /SPACE
code/PROJECT code/OBJECT code). If you want to add multiple parents to
one Object, every identifier should be in a new line in the
corresponding Excel cell. A new line in an Excel cell is entered with
the keyboard shortcuts **Alt** + **Enter.**
Example file:
[SAMPLE-COLLECTION-REGISTRATION-ANTIBODY-STORAGE\_POSITION-template](https://openbis.ch/wp-content/uploads/2022/02/SAMPLE-COLLECTION-REGISTRATION-ANTIBODY-STORAGE_POSITION-template-1.xlsx)
** Note:** no other separators (e.g “,” or “;”) should be used,
otherwise an error will be thrown.
**2. Register Objects and assign parents in the same batch registration
process. **
If you want to register a few *Objects* and at the same time establish a
parent-child relationship between some of them, you can do so by using
the **\\$** and **Parents** columns. In the example below we want to
register 2 *Objects*, antibody 1 and antibody 2. We want to assign
antibody 1 as parent of antibody 2. In the **\\$ column** corresponding to
antibody 1 we need to enter numbers or letters proceeded by the \\$ symbol
(i.e. \\$1, or \\$parent1). In the **Parents** column of antibody 2, we need
to use the same value used in the **\\$ column** for antibody 1.

#### Date format
For date fields, the expected format is YYYY-MM-DD.
### Register storage positions and samples in the same XLS file
A **sample** and its **storage** **position** can be registered
together, as shown in the template provided above:
- The info in the **\$** column of the **sample** spreadsheet should
match the **Parents** column in **Storage Positions** spreadsheet.
In the \$ column you can enter numbers or letters proceeded by the \$
symbol (i.e. \$1, \$2 or \$parent1, \$parent2)**.**
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
## Batch registration via TSV template file
1. Select **TSV** **Batch Register Object*****s*** from the
**More*** *drop-down menu
2. Select the *Object* type (E.g. Sample or Storage)
3. Download the **template** file and fill in the relevant information
4. Upload the file
** **
### **Rules to follow to fill in the template .tsv file**
1. **Identifiers**:
1. Identifiers are given by **/SPACE code/PROJECT code/OBJECT
code**, e.g **/MATERIALS/EQUIPMENT/INS1**. Users can provide
their own identifiers, or these can be automatically generated
by openBIS.
2. To have identifiers automatically generated by openBIS,
completely remove the **identifier** column from the file.
2. **Lists**. In fields that have lists to choose from (called
**Controlled Vocabularies**), the code of the term needs to be
entered. Term codes can be seen under **Utilities -> Vocabulary
Browser**.
3. **Parents**. Use the following syntax to enter parents:
**identifier1, identifier2, identifier3.**
4. **Parents annotations**. Use the following syntax to annotate
parents:
**identifier:xxx;COMMENTS:xxxx\identifier:yyy;COMMENTS:yyyy**. Where
**COMMENTS** is the property used for the annotation in this case
(to be replaced with the actual property used).
5. **Date fields**. The expected syntax for dates is YYYY-MM-DD.
## Advantages of XLS batch registration vs the old batch registration
1. XLS batch registration uses labels instead of codes in the column
headers in the template file.
2. Fields which are Controlled Vocabularies can use labels instead of
codes.
3. The template can be used as it is, and no modifications are
necessary by removing the identifier column, as it was in case of
the old batch registration.
4. Upload of samples and storage positions can now be performed using
single template file.
The *old* batch register mode is being maintained for backward
compatibility and will be phased out.
Updated on April 25, 2023
## Batch register entries in several Collections
[](# "Print this article")
It is possible to batch register *Objects* that belong to different
*Collections*.
This can be done from the **Object Browser** page, under **Utilities**.
Two options are available:
1. **XLS Batch Register Objects**: batch registration via Excel
template file.
2. **TSV Batch Register Objects**: batch registration via .tsv template
file.

### XLS Batch Register Objects
This option for batch registration is available since openBIS version
20.10.3. It allows to register *Objects* of different types to multiple
*Collections*.
You can select which types you want to register from the list of
available types.

You can then download the template that will allow you to register
*Objects* of the selected types to single or multiple *Collections*. The
*Space, Project, Collection* need to be entered in the file. The
complete path for *Projects* and *Collections* need to be used, as shown
in this example file:
[SAMPLE-GENERAL-REGISTRATION-EXPERIMENTAL\_STEP-MASS\_MEASUREMENT-SAMPLE-template](https://openbis.ch/wp-content/uploads/2022/03/SAMPLE-GENERAL-REGISTRATION-EXPERIMENTAL_STEP-MASS_MEASUREMENT-SAMPLE-template.xlsx)
### TSV Batch Register Objects
The batch registration via .tsv file allows to batch register only one
type of *Object* at a time. *Objects* however can be registered to
several *Collections*.
This batch upload method is kept for backward compatibility, but it will
be phased out.

In this case, if *Objects* are to be registered to multiple
*Collections*, an **identifier** for the *Objects* needs to be provided,
as shown below. This is not the case with the XLS batch registration,
where identifiers can be automatically generated by openBIS.

Updated on April 25, 2023
## Batch update entries in a Collection
[](# "Print this article")
It is possible to modify the values of one or more fields in several
objects simultaneously via batch update. This can be done in two ways:
1. **XLS Batch Update Objects**
2. **TSV Batch Update Objects**
### XLS Batch Update Objects
1. Navigate to the relevant collection (e.g. **Raw Samples**).
2. In the Collection table, from the **Columns,** select **Identifier**
and the field(s) you want to update (e.g. **Source**), as shown
below

3\. If you have several entries you can filter the table
(see [Tables](https://openbis.ch/index.php/docs/user-documentation-20-10-3/additional-functionalities/tables/))
4\. **Export** the table choosing the options **Import Compatible= YES;
Selected Columns; All pages/Current page/Selected rows** (depending on
what you want to export)**.**

5\. Modify the file you just exported and save it.
6\. Select **XLS Batch Update Objects** from the **More..** dropdown

6\. Upload the file you saved before and click **Accept**. Your entries
will be updated.
**Note**:
If a column is removed from the file or a cell in a column is left empty
the corresponding values of updated samples will be preserved.
To delete a value or a parent/child connection from openBIS one needs to
enter

into the corresponding cell in the XLS file.
### TSV Batch Update Objects
1. Navigate to the relevant collection (e.g. **Raw Samples**).
2\. Select **TSV** **Batch Update Objects** from the **More…** dropdown.

3\. Select the relevant *Object* *type*, e.g. **Sample **

4\. Download the available **template**
5\. Fill in the **identifiers** of the objects you want to update
(identifiers are unique in openBIS. This is how openBIS knows what to
update). You can copy the identifiers from the identifier column in the
table and paste them in the file. Identifiers have this format:
/MATERIALS/SAMPLES/SAMPLE1.
6\. Fill in the values in the columns you want to update
7\. Save the file and upload it via the **XLS Batch Update
Objects** from the **More..** dropdown
**Note**:
If a column is removed from the file or a cell in a column is left empty
the corresponding values of updated samples will be preserved.
To delete a value/connection from openBIS one needs to enter

**\_ \_DELETE\_ \_** into the corresponding cell in the file.
Updated on April 25, 2023
## Batch update entries in several Collections
[](# "Print this article")
It is possible to batch update *Objects* that belong to different
*Collections*.
This can be done from the **Object Browser** page, under **Utilities**.
Two options are available:
1. **XLS Batch Update Objects**: batch update via Excel template file.
2. **TSV Batch Update Objects**: batch update via .tsv template file.

### XLS Batch Update Objects
This option for batch update is available since openBIS version 20.10.3.
It allows to update *Objects* of different types that belong to
different *Collections*.
You can select which types you want to update from the list of available
types.

You can then download the template that will allow you to update
*Objects* of the selected types to single or multiple *Collections*. The
*Space, Project, Collection* need to be entered in the file. The
complete path for *Projects* and *Collections* need to be used. In
addition, identifiers for the *Objects* need to be provided: identifiers
are unique in openBIS, by providing them openBIS will know which
*Objects* have to be updated. Example file:
[SAMPLE-GENERAL-REGISTRATION-EXPERIMENTAL\_STEP-MASS\_MEASUREMENT-SAMPLE-template](https://openbis.ch/wp-content/uploads/2022/03/SAMPLE-GENERAL-REGISTRATION-EXPERIMENTAL_STEP-MASS_MEASUREMENT-SAMPLE-template-1.xlsx)
### TSV Batch Update Objects
The batch update via .tsv file allows to batch update only one type of
*Object* at a time. However, it is possible to update *Objects* that
belong to several *Collections*.
This batch update method is kept for backward compatibility, but it will
be phased out.

The *Space, Project, Collection* need to be entered in the file. The
complete path for *Projects* and *Collections* need to be used. In
addition, identifiers for the *Objects* need to be provided: identifiers
are unique in openBIS, by providing them openBIS will know which
*Objects* have to be updated.

Updated on April 25, 2023
## Copy entries
[](# "Print this article")
To create a copy of an existing entry, select **Copy** from the
**More..** drop down menu in the *Collection* page.

When an entry is copied, the user has the option to **link parents**,
**copy children into the Parents’ collection** and **copy the comments
log**.
All these options are disabled by default.

Updated on July 27, 2022
## Move entries to a different Collection
[](# "Print this article")
You can move entries to a different *Collection* either from the e*ntry*
form or from a *Collection* table.
### Move from entry form
To move entries to a different *Collection*, select **Move** from the
**More…** drop down menu in the entry form.

You have the option to move to an existing *Collection* or to create a
new *Collection*.

### Move from Collection Table
It is also possible to move objects from *Collection* tables. You can
select one or multiple entries from a table and click on the **Move**
button.
Also in this case you can move to an existing *Collection* or create a
new one.

Updated on July 27, 2022