Oliver Stolpe

Results 32 comments of Oliver Stolpe

Hello Richard, thanks for your comments! I just misinterpreted the help screen ("[-t | --trim_ends] Trim ends of non-matching category B and C reads by amount (default 19)"), maybe this...

Same problem here on Ubuntu 22.04. Has anyone found a solution?

I would also be very interested in a "hide column" feature, something like ```javascript const tableHeaders = [ { text: 'col 1', value: 'col1', sortable: true, hidden: true }, ]...

## Current Status - SODAR core already provides settings on project and user level for each Django app. - Site wide configuration is done via environment variables that only can...

RE: datatypes in SODAR core: https://github.com/bihealth/sodar-core/issues/1439

## Currently existing configurations and where they live ### Site-wide (environment variables - require server restart) - `VARFISH_*` (they are not intended to be set as superuser and won't interfere...

- Currently the quick presets (project-specific) violates the constraint that it should be editable only by pi/delegate + it is in the wrong place. - The site-wide vueapp settings menu...

RE: datatypes in SODAR core: apparently `JSON` already exists. String max length is 255 but will be bumped in the next version.

Editing SODAR core app settings is possible via the `AppSettingAPI`. This allows us to build an interface around that. The more complex `SiteApp` settings can receive a link-out. ``` from...