Upcoming release of Platform is going to provide a launchContainer option in the launch API, that allows specifying container to be used to run the nextflow head job.
The goal of this issue is to add support for this feature by add the --launch-container CLI option to the launch command.
Upcoming release of Platform is going to provide a
launchContainer
option in the launch API, that allows specifying container to be used to run the nextflow head job.The goal of this issue is to add support for this feature by add the
--launch-container
CLI option to thelaunch
command.See also https://github.com/seqeralabs/platform/pull/7298