From e571681fce9162a7f9c18f0727e2fd42f90dfd13 Mon Sep 17 00:00:00 2001 From: DavidCroftDKFZ <46788708+DavidCroftDKFZ@users.noreply.github.com> Date: Thu, 6 Feb 2025 16:04:59 +0100 Subject: [PATCH] Added clarifying information to README --- README.md | 31 ++++++++++++++++++++----------- 1 file changed, 20 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index e4c9735..7dab2c9 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ This repository is the starting point for any information and tools you will nee - [File structure](#file-structure) - [BBMRI-ERIC Directory entry needed](#bbmri-eric-directory-entry-needed) - [Loading data](#loading-data) + - [Metadata feedback](#metadata-feedback) 4. [Things you should know](#things-you-should-know) - [Auto-Updates](#auto-updates) - [Auto-Backups](#auto-backups) @@ -155,6 +156,7 @@ Clone the bridgehead repository: ```shell sudo mkdir -p /srv/docker/ sudo git clone https://github.com/samply/bridgehead.git /srv/docker/bridgehead +sudo git checkout metadata_fb # Only needed if you want to use metadata feedback ``` Then, run the installation script: @@ -347,6 +349,24 @@ Normally, you will need to build your own ETL to feed the Bridgehead. However, t You can find the profiles for generating FHIR in [Simplifier](https://simplifier.net/bbmri.de/~resources?category=Profile). +### Metadata feedback + +The Bridgehead comes with a tool that allows you to associate metadata with samples. Multiple arbitrary text strings are allowed. A typical use case would be publications based on research using a sample. Here, one could lay down the DOI of the publication in the sample. + +Full details of the process can be found [here](https://github.com/samply/feedback-deployment). To avail yourself of this feature, you need to + +- Use the bbmri project. +- work with the ```metadata_fb``` branch of the Bridgehead repository. + +Some extra environment variables sould be added to your ```/etc/bridgehead/bbmri.conf``` file: + +``` code +ENABLE_EXPORTER=true +ENABLE_FEEDBACK_AGENT=true +FEEDBACK_HUB_URL= +FOCUS_RETRY_COUNT=256 +``` + ## Things you should know ### Auto-Updates @@ -386,17 +406,6 @@ We have tested the installation procedure with an Ubuntu 22.04 guest system runn Installation under WSL ought to work, but we have not tested this. -### Metadata feedback - -The Bridgehead comes with a tool that allows you to associate metadata with samples. Multiple arbitrary text strings are allowed. A typical use case would be publications based on research using a sample. Here, one could lay down the DOI of the publication in the sample. Full details of the process can be found HERE. To avail yourself of this feature, you need to be using the bbmri project. Some extra environment variables sould be added to your ```/etc/bridgehead/bbmri.conf``` file: - -``` code -ENABLE_EXPORTER=true -ENABLE_FEEDBACK_AGENT=true -FEEDBACK_HUB_URL= -FOCUS_RETRY_COUNT=256 -``` - ## Troubleshooting ### Docker Daemon Proxy Configuration