You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/basic_training/seqera_platform.md
+25-28Lines changed: 25 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Seqera core features include:
16
16
17
17
!!! tip
18
18
19
-
[Sign up](https://cloud.tower.nf/) to try Seqera for free or request a [demo](https://seqera.io/demo/) for deployments in your own on-premise or cloud environment.
19
+
[Sign up](https://cloud.seqera.io/) to try Seqera for free or request a [demo](https://seqera.io/demo/) for deployments in your own on-premise or cloud environment.
20
20
21
21
You can use Seqera Platform via either the **CLI**, through the **online GUI** or through the **API**.
22
22
@@ -56,7 +56,7 @@ Where `eyxxxxxxxxxxxxxxxQ1ZTE=` is the token you have just created.
56
56
57
57
Check your `nextflow -version`. Bearer tokens require Nextflow version 20.10.0 or later and can be set with the second command shown above. You can change the version if necessary.
58
58
59
-
To submit a pipeline to a [Workspace](https://help.tower.nf/getting-started/workspace/) using the Nextflow command-line tool, add the workspace ID to your environment. For example:
59
+
To submit a pipeline to a [Workspace](https://docs.seqera.io/platform/24.1/getting-started/workspace-setup) using the Nextflow command-line tool, add the workspace ID to your environment. For example:
60
60
61
61
```bash
62
62
export TOWER_WORKSPACE_ID=000000000000000
@@ -74,15 +74,15 @@ nextflow run hello.nf -with-tower
74
74
75
75
You will see and be able to monitor your **Nextflow jobs** in Seqera Platform.
76
76
77
-
To configure and execute Nextflow jobs in **Cloud environments**, visit the [Compute environments section](https://help.tower.nf/compute-envs/overview/).
77
+
To configure and execute Nextflow jobs in **Cloud environments**, visit the [Compute environments section](https://docs.seqera.io/platform/24.1/compute-envs/overview).
78
78
79
79
!!! exercise
80
80
81
81
Run the RNA-Seq `script7.nf` using the `-with-tower` flag, after correctly completing the token settings outlined above.
82
82
83
83
??? tip
84
84
85
-
Go to <https://tower.nf/>, login, then click the run tab, and select the run that you just submitted. If you can’t find it, double check your token was entered correctly.
85
+
Go to <https://cloud.seqera.io/>, login, then click the run tab, and select the run that you just submitted. If you can’t find it, double check your token was entered correctly.
86
86
87
87
!!! cboard-list-2 "Summary"
88
88
@@ -95,9 +95,9 @@ To configure and execute Nextflow jobs in **Cloud environments**, visit the [Com
95
95
96
96
To run using the GUI, there are three main steps:
97
97
98
-
1. Create an account and login into Seqera Platform, available free of charge, at [tower.nf](https://tower.nf).
99
-
2. Create and configure a new [compute environment](https://help.tower.nf/compute-envs/overview/).
If you have more than one **Compute Environment**, you can select which one will be used by default when launching a pipeline.
129
126
130
-
1. Navigate to your [compute environments](https://help.tower.nf/compute-envs/overview/).
127
+
1. Navigate to your [compute environments](https://docs.seqera.io/platform/24.1/compute-envs/overview).
131
128
2. Choose your default environment by selecting the **Make primary** button.
132
129
133
130
**Congratulations!**
@@ -148,20 +145,20 @@ Launchpad automatically detects the presence of a `nextflow_schema.json` in the
148
145
149
146
!!! info
150
147
151
-
The parameter forms view will appear if the pipeline has a Nextflow schema file for the parameters. Please refer to the [Nextflow Schema guide](https://help.tower.nf/workflow-schema/overview) to learn more about the schema file use-cases and how to create them.
148
+
The parameter forms view will appear if the pipeline has a Nextflow schema file for the parameters. Please refer to the [Nextflow Schema guide](https://docs.seqera.io/platform/24.1/pipeline-schema/overview) to learn more about the schema file use-cases and how to create them.
152
149
153
150
This makes it trivial for users without any expertise in Nextflow to enter their workflow parameters and launch.
Adding a pipeline to the pre-saved workspace launchpad is detailed in full on the [Seqera webpage docs](https://help.tower.nf/launch/launch/).
156
+
Adding a pipeline to the pre-saved workspace launchpad is detailed in full on the [Seqera webpage docs](https://docs.seqera.io/platform/24.1/launch/launchpad#add-new-pipeline).
160
157
161
158
In brief, these are the steps you need to follow to set up a pipeline.
162
159
163
160
1. Select the Launchpad button in the navigation bar. This will open the **Launch Form**.
164
-
2. Select a [compute environment](https://help.tower.nf/compute-envs/overview).
161
+
2. Select a [compute environment](https://docs.seqera.io/platform/24.1/compute-envs/overview).
165
162
3. Enter the repository of the workflow you want to launch. e.g. <https://github.com/nf-core/rnaseq.git>
166
163
4. Select a workflow **Revision number**. The Git default branch (main/master) or `manifest.defaultBranch` in the Nextflow configuration will be used by default.
167
164
5. Set the **Work directory** location of the Nextflow work directory. The location associated with the compute environment will be selected by default.
@@ -177,7 +174,7 @@ In brief, these are the steps you need to follow to set up a pipeline.
177
174
178
175
!!! info
179
176
180
-
Nextflow workflows are simply Git repositories and can be changed to any public or private Git-hosting platform. See [Git Integration](https://help.tower.nf/git/overview/) in the Seqera Platform docs and [Pipeline Sharing](https://www.nextflow.io/docs/latest/sharing.html) in the Nextflow docs for more details.
177
+
Nextflow workflows are simply Git repositories and can be changed to any public or private Git-hosting platform. See [Git Integration](https://docs.seqera.io/platform/24.1/git/overview) in the Seqera Platform docs and [Pipeline Sharing](https://www.nextflow.io/docs/latest/sharing.html) in the Nextflow docs for more details.
181
178
182
179
!!! note
183
180
@@ -191,7 +188,7 @@ In brief, these are the steps you need to follow to set up a pipeline.
191
188
192
189
To create your own customized Nextflow Schema for your workflow, see the examples from the `nf-core` workflows that have adopted this approach. For example, [eager](https://github.com/nf-core/eager/blob/2.3.3/nextflow_schema.json) and [rnaseq](https://github.com/nf-core/rnaseq/blob/3.0/nextflow_schema.json).
193
190
194
-
For advanced settings options check out this [page](https://help.tower.nf/launch/advanced/).
191
+
For advanced settings options check out this [page](https://docs.seqera.io/platform/24.1/launch/launchpad#advanced-settings).
195
192
196
193
There is also community support available if you get into trouble, join the Nextflow Slack by following this [link](https://www.nextflow.io/slack-invite.html).
197
194
@@ -205,19 +202,19 @@ There is also community support available if you get into trouble, join the Next
205
202
206
203
## API
207
204
208
-
To learn more about using the Seqera Platform API, visit the [API section](https://help.tower.nf/api/overview/) in this documentation.
205
+
To learn more about using the Seqera Platform API, visit the [API section](https://docs.seqera.io/platform/24.1/api/overview) in the documentation.
209
206
210
207
## Workspaces and Organizations
211
208
212
209
Seqera Platform simplifies the development and execution of pipeline by providing a centralized interface for users and organizations.
213
210
214
-
Each user has a unique **workspace** where they can interact and manage all resources such as workflows, compute environments and credentials. Details of this can be found [here](https://help.tower.nf/getting-started/workspace/).
211
+
Each user has a unique **workspace** where they can interact and manage all resources such as workflows, compute environments and credentials. Details of this can be found [here](https://docs.seqera.io/platform/24.1/getting-started/workspace-setup).
215
212
216
213
Organisations can have multiple workspaces with customized access for specific organisation **members** and **collaborators**.
217
214
218
215
### Organization resources
219
216
220
-
You can create your own organization and participant workspace by following the docs at [Seqera](https://help.tower.nf/orgs-and-teams/workspace-management/).
217
+
You can create your own organization and participant workspace by following the docs at [Seqera](https://docs.seqera.io/platform/24.1/orgs-and-teams/workspace-management).
221
218
222
219
Seqera Platform allows the creation of multiple organizations, each of which can contain multiple workspaces with shared users and resources. This allows any organization to customize and organize the usage of resources while maintaining an access control layer for users associated with a workspace.
223
220
@@ -227,7 +224,7 @@ Any user can be added or removed from a particular organization or a workspace a
227
224
228
225
The Teams feature provides a way for organizations to group various users and participants together into teams. For example, `workflow-developers` or `analysts`, and apply access control to all the users within this team collectively.
229
226
230
-
For further information, please refer to the [User Management](https://help.tower.nf/orgs-and-teams/organizations/) section.
227
+
For further information, please refer to the [User Management](https://docs.seqera.io/platform/24.1/orgs-and-teams/organizations) section.
0 commit comments