view README.md @ 0:7d6be2b7e1e2 draft

planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/libcarna/ commit 20db59ffe2a97f25d82ba02e451bf73f93ef84ee
author imgteam
date Mon, 05 Jan 2026 20:10:28 +0000
parents
children 31a2e1909ae5
line wrap: on
line source

# libcarna

## HTML output

The tool produces HTML output that needs to be added to the allow list.

## GPU support

The following extra Docker parameters are required to run this tool with GPU support:
```bash
--gpus all -e NVIDIA_VISIBLE_DEVICES=all -e NVIDIA_DRIVER_CAPABILITIES=graphics,compute
```
Otherwise, the tool runs with software rendering, whuch is much slower.

When using `planemo test`, the full command line is:
```bash
planemo test --docker --docker_run_extra_arguments \
    "--gpus all -e NVIDIA_VISIBLE_DEVICES=all -e NVIDIA_DRIVER_CAPABILITIES=graphics,compute"
```