tower-cli icon indicating copy to clipboard operation
tower-cli copied to clipboard

Nextflow Tower CLI tool (beta)

Results 130 tower-cli issues
Sort by recently updated
recently updated
newest added

# Summary The following issue will allow the direct exact search of a team via API-SDK using a team name and organization's ID instead of team and organization's ID. The...

need_backend_change

# Summary The following issue will allow the direct exact search of an organization and/or workspace via API-SDK using a string name reference instead of ID. The lack of such...

need_backend_change

# Summary Finding an organization's member becomes a cumbersome task since the endpoint does not allow for a filter param. This issue suggests the incorporation of a filter param into...

need_backend_change
sync-jira

# Summary The requested **GET workspace participant candidates** in https://github.com/seqeralabs/tower-cli/issues/23 was not implemented due to SDK support. # Intended outcome To be able to obtain a list of a workspace's...

need_backend_change

This requires a Tower API change before.

need_backend_change

Whenever I am attempting to run something like the following: ```shell tw launch FetchNGS_NFcore --params-file fetchngs/fetchngs_tower_params.3.json --config ../src/fetchngs_nextflow.config --compute-env xyz --labels x,y ``` I get this error: ```shell ERROR: A...

bug

Add a new option to specify an email as the Head Job Service Account Email property in Google Batch Advanced Options

If the pipeline optimization (lightbulb) is enabled, there is no way to enable or disable when launching from the CLI. If the optimization is inappropriate, this causes the pipeline to...

Related to https://github.com/seqeralabs/tower-cli/issues/361, it would be helpful to output the `userEmail` into the `workflow-metadata.json` file generated by running `tw runs dump`. ## Current behaviour Running `tw runs dump` emits a...

sync-jira

The actual filtering occurring on payloads retrieved by the `tw cli` does not appear to be the same as how the help text describes the behaviour. ### How to reproduce...