Skip to content

Commit

Permalink
fix: remove tower_workspace_id from config
Browse files Browse the repository at this point in the history
  • Loading branch information
kenibrewer authored Oct 30, 2024
1 parent 5d9048d commit d64f638
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/hello_nextflow/seqera/01_run_with_cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,10 @@ tower {
enabled = true
endpoint = "https://api.cloud.seqera.io"
accessToken = secrets.tower_access_token
workspaceId = secrets.tower_workspace_id
}
```

!!! hint "Workspace ID and Endpoint"

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

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

0 comments on commit d64f638

Please sign in to comment.