Howto: Batch Update Objects <<<
Howto: Add Attachments
Data can be uploaded to Datasets in openbis to Experiments and Objects (e.g., Experimental Steps). openbis is agnostic of file formats and types.
Small data files can be uploaded via the web user interface, larger data files can be uploaded via dropbox mechanism.
Data upload via web UI
To upload data via the web interface:
- Click the Upload button in the form, as shown below.
- Select the dataset type (e.g. Attachment).
- Fill in the relevant fields in the form. It is advisable to always enter a Name, because this is shown in the menu. If the name is not provided, the dataset code is shown.
- Drag and drop files in the Files Uploader area or browse for files.
- When uploading a zip file, the option to uncompress before import will be presented in the form.
- Save.
Note for MacOS users: the default MacOS archiver generates hidden folders that become visible in openBIS upon unarchive. To avoid this there are two options:
- Zip using the following command on the command-line:
zip -r folder-name.zip folder-name/\* -x "\.DS\_Store"
- Use an external archiver (e.g. Stuffit Deluxe).
© Kristian K Ullrich (2024) - ullrich@evolbio.mpg.de