seqeralabs / tower-cli

Nextflow Tower CLI tool
Apache License 2.0
43 stars 9 forks source link

Add --launch-container option to `launch` command #436

Closed pditommaso closed 3 months ago

pditommaso commented 4 months ago

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.

See also https://github.com/seqeralabs/platform/pull/7298

pditommaso commented 3 months ago

@munishchouhan can you give a try to this at your convenience?

munishchouhan commented 3 months ago

I think it needs a new release of io.seqera.tower:tower-java-sdk with LuanchContainer cc @JaimeSeqLabs @tcrespog