Mercurial > repos > imgteam > libcarna_render
diff 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 diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.md Mon Jan 05 20:10:28 2026 +0000 @@ -0,0 +1,19 @@ +# 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" +```
