qbic-pipelines / root-tissue-analysis

Pipeline for pH analysis of A. thaliana root tissue
MIT License
1 stars 1 forks source link

Provide/test Singularity support #31

Open luiskuhn opened 6 months ago

luiskuhn commented 6 months ago

Description of feature

Feedback from peer-review:

While this pipeline was initially created using nf-core tools, which integrate support for a range of container technologies, the nf-root pipeline was designed to work specifically with Docker containers. In particular given the technical difficulties for containerizing the Fiji-based software needed to execute the RATIOCONV process, which unfortunately needs the “containerOptions” directive to work properly. We are aware that this requirement limits portability, in particular for HPC clusters, where using Docker is a security risk.

The “containerOptions” directive: https://github.com/qbic-pipelines/root-tissue-analysis/blob/2240abba0204de9505863dee71ba80ffd7eb47a3/modules/local/ratioconv/main.nf#L14