tower-cli
tower-cli copied to clipboard
Nextflow Tower CLI tool (beta)
# 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...
# 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...
# 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...
# 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...
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...
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...
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...