Closed paulmenzel closed 1 year ago
Hi @paulmenzel,
Thank you for pointing this out it is a good suggestion. I updated the nextflow.config
file to support both apptainer and singularity. See https://github.com/ciccalab/SIMPLI/commit/e9fc4f12dcb070b1761f3945229aa0c8dcf3bbc4 for details. To run the pipeline now you need to specify either apptainer
or singularity
as a profile. For instance:
nextflow run ciccalab/SIMPLI -profile test,singularity
nextflow run ciccalab/SIMPLI -profile test,apptainer
Using the -with--aptainer
option is not possible because SIMPLI depends on 3 separate containers.Please let me know if this works for you.
Best wishes
Michele
https://github.com/ciccalab/SIMPLI/blob/09e3bd432a247544d74154c90cf4bb46a2a32a08/nextflow.config#L1-L3
Apptainer is the successor of Singularity.
Nextflow supports a variety of container runtimes, including Apptainer. It’d be nice, if SIMPLI would support it too and not hardcode Singularity.