seqeralabs / tower-cli

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

Documentation - Launchpad users #315

Open Shahbaz-mahmood123 opened 1 year ago

Shahbaz-mahmood123 commented 1 year ago

Launchpad users are unable to launch pipelines by specifying the URL of the repo, similar to what currently works in Tower launchpad users are only able to launch a pipeline if a pipeline already exists in Tower and use the name to launch the pipeline. Perhaps this should be documented to avoid confusions for users.

Example with pipeline name: tw launch Hello_World_Slurm

Example with Repo URL: tw launch https://github.com/nextflow-io/hello

The latter will not work with the CLI at this moment in time.

Seqera ticket number: 3567

jordeu commented 1 year ago

This behaviour is expected. And it mimics what thay can do at the UI. The launch using a URL is equivalent to the quick launch, and the launch by name the equivalent to launch a launchpad pipeline.