|
2 | 2 |
|
3 | 3 | Work in progress! |
4 | 4 |
|
5 | | -# 00.py |
| 5 | +# [00-read-items.py] |
6 | 6 |
|
7 | 7 | Read all items. |
8 | 8 |
|
9 | | -# 01.py |
| 9 | +# [01-download-timestamp-archive.py] |
10 | 10 |
|
11 | 11 | Download all the timestamp archive zip created in the past 7 days. |
12 | 12 |
|
13 | | -# 02.py |
| 13 | +# [02-patch-metadata-per-category.py] |
14 | 14 |
|
15 | 15 | Look for all items of a particular category and patch the metadata if it is empty. |
16 | 16 |
|
17 | | -# 03.py |
| 17 | +# [03-experiment-file-handling.py] |
18 | 18 |
|
19 | 19 | Upload, download and delete a file in an experiment. |
20 | 20 |
|
21 | | -# 04.py |
| 21 | +# [04-create-teamgroup-add-user.py] |
22 | 22 |
|
23 | 23 | Create a teamgroup and add a user in it. |
24 | 24 |
|
25 | | -# 05.py |
| 25 | +# [05-create-modify-item.py] |
26 | 26 |
|
27 | 27 | Create an item in the database and modify it. |
28 | 28 |
|
29 | | -# 06.py |
| 29 | +# [06-create-users.py] |
30 | 30 |
|
31 | 31 | Create users in batch. |
32 | 32 |
|
33 | | -# 07.py |
| 33 | +# [07-patch-sysadmin-settings.py] |
34 | 34 |
|
35 | 35 | Patch instance config: modify the settings of the Sysadmin Panel. |
36 | 36 |
|
37 | | -# 08.py |
| 37 | +# [08-create-items-add-metadata.py] |
38 | 38 |
|
39 | 39 | Read a CSV file for samples, create them in the database with metadata, tags and links. |
40 | 40 |
|
41 | | -# 09-import-csv.py |
| 41 | +# [09-import-csv.py] |
42 | 42 |
|
43 | 43 | Read a CSV file containing a list of antibodies and import them in the resource database using the metadata/extra fields. |
44 | 44 |
|
45 | | -# 10-date-time-conversions.py |
| 45 | +# [10-date-time-conversions.py] |
46 | 46 |
|
47 | 47 | Work with date-time data formats with a demonstration of doing statistics with experiments data. |
48 | 48 |
|
49 | | -# 11-resources-categories.py |
| 49 | +# [11-resources-categories.py] |
50 | 50 |
|
51 | 51 | Create and edit a Resources Category (Items types). |
| 52 | + |
| 53 | +[00-read-items.py]: https://github.com/elabftw/elabapi-python/blob/master/examples/00-read-items.py |
| 54 | +[01-download-timestamp-archive.py]: https://github.com/elabftw/elabapi-python/blob/master/examples/01-download-timestamp-archive.py |
| 55 | +[02-patch-metadata-per-category.py]: https://github.com/elabftw/elabapi-python/blob/master/examples/02-patch-metadata-per-category.py |
| 56 | +[03-experiment-file-handling.py]: https://github.com/elabftw/elabapi-python/blob/master/examples/03-experiment-file-handling.py |
| 57 | +[04-create-teamgroup-add-user.py]: https://github.com/elabftw/elabapi-python/blob/master/examples/04-create-teamgroup-add-user.py |
| 58 | +[05-create-modify-item.py]: https://github.com/elabftw/elabapi-python/blob/master/examples/05-create-modify-item.py |
| 59 | +[06-create-users.py]: https://github.com/elabftw/elabapi-python/blob/master/examples/06-create-users.py |
| 60 | +[07-patch-sysadmin-settings.py]: https://github.com/elabftw/elabapi-python/blob/master/examples/07-patch-sysadmin-settings.py |
| 61 | +[08-create-items-add-metadata.py]: https://github.com/elabftw/elabapi-python/blob/master/examples/08-create-items-add-metadata.py |
| 62 | +[09-import-csv.py]: https://github.com/elabftw/elabapi-python/blob/master/examples/09-import-csv.py |
| 63 | +[10-date-time-conversions.py]: https://github.com/elabftw/elabapi-python/blob/master/examples/10-date-time-conversions.py |
| 64 | +[11-resources-categories.py]: https://github.com/elabftw/elabapi-python/blob/master/examples/11-resources-categories.py |
| 65 | + |
0 commit comments