Mounting openBIS datasets
Mounting openBIS datasets
RRP projects can access datasets stored in the openBIS server.
Selected datasets are mounted directly on the RRP server for read-only access.
To specify which datasets should be mounted, add a folder called .rrp
to your Git repository.
In this folder, add a file called datasets.yaml
with the following content:
server-url: "https://openbis-xyz.ethz.ch/"
destinations:
"input":
- "20220425184271099-1234"
server-url
is the adress of the openBIS server.- Under
destinations
, provide a list of openBIS permIDs for datasets to be mounted by RRP.
It is also possible to add datasets to be mounted in the RRP UI once a project has been created, see below.