Skip to content

Commit b3d92d3

Browse files
Merge pull request #432 from nextflow-io/fix/hello-seqera-workspaceid
fix: remove tower_workspace_id from config
2 parents 5d9048d + d64f638 commit b3d92d3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/hello_nextflow/seqera/01_run_with_cli.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,10 @@ tower {
101101
enabled = true
102102
endpoint = "https://api.cloud.seqera.io"
103103
accessToken = secrets.tower_access_token
104-
workspaceId = secrets.tower_workspace_id
105104
}
106105
```
107106

108-
!!! hint "Workspace ID and Endpoint"
109-
110-
We haven't set `secrets.tower_workspace_id` yet, and so Nextflow will fill in an empty string for this value.
111-
This will default to the user's workspace in Seqera Platform which is what we want for now.
107+
!!! hint "Endpoint"
112108

113109
The `endpoint` is the URL of the Seqera Platform API.
114110
If your institution is running a private instance of Seqera Platform, you will want to change this to the appropriate URL.

0 commit comments

Comments
 (0)