Mercurial > repos > imgteam > libcarna_render
comparison 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 |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:7d6be2b7e1e2 |
|---|---|
| 1 # libcarna | |
| 2 | |
| 3 ## HTML output | |
| 4 | |
| 5 The tool produces HTML output that needs to be added to the allow list. | |
| 6 | |
| 7 ## GPU support | |
| 8 | |
| 9 The following extra Docker parameters are required to run this tool with GPU support: | |
| 10 ```bash | |
| 11 --gpus all -e NVIDIA_VISIBLE_DEVICES=all -e NVIDIA_DRIVER_CAPABILITIES=graphics,compute | |
| 12 ``` | |
| 13 Otherwise, the tool runs with software rendering, whuch is much slower. | |
| 14 | |
| 15 When using `planemo test`, the full command line is: | |
| 16 ```bash | |
| 17 planemo test --docker --docker_run_extra_arguments \ | |
| 18 "--gpus all -e NVIDIA_VISIBLE_DEVICES=all -e NVIDIA_DRIVER_CAPABILITIES=graphics,compute" | |
| 19 ``` |
