From 4f5f6b17e742367003647a0be1b8466e64ca55bc Mon Sep 17 00:00:00 2001 From: Gerhard Salvini Date: Thu, 6 Feb 2025 11:23:19 +0100 Subject: [PATCH] Added metadata feedback to README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 86bd1d9..e4c9735 100644 --- a/README.md +++ b/README.md @@ -386,6 +386,17 @@ 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