Skip to content

Commit 0a31825

Browse files
Update Nextflow Tower docs
1 parent 87dfc35 commit 0a31825

File tree

5 files changed

+11
-2
lines changed

5 files changed

+11
-2
lines changed

docs/images/tower_run.png

135 KB
Loading

docs/images/tower_run1.png

69.7 KB
Loading

docs/images/tower_run2.png

144 KB
Loading

docs/images/tower_workspaces.png

49.8 KB
Loading

docs/markdown/clusters/tower.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Nextflow tower
22

3-
To be able to follow the Nextflow workflow rusn via tower, you can add Tower access credentials in your Nextflow configuration file (`~/.nextflow/config`) using the following snippet:
3+
To be able to follow the Nextflow workflow runs via tower, you can add Tower access credentials in your Nextflow configuration file (`~/.nextflow/config`) using the following snippet:
44

55
```console
66
tower {
@@ -10,13 +10,22 @@ tower {
1010
enabled = true
1111
}
1212
```
13+
Your access token can be created on [this page](http://cfgateway1.zdv.uni-tuebingen.de/tokens).
14+
15+
The workspace ID can be found on the organisation's Workspaces overview page. [Here](http://cfgateway1.zdv.uni-tuebingen.de/orgs/QBiC/workspaces) you can find QBiC's workspaces:
16+
17+
![workspaces](../../images/tower_workspaces.png)
1318

1419
To submit a pipeline to a different Workspace using the Nextflow command line tool, you can provide the workspace ID as an environment variable. For example
1520

1621
```console
1722
export TOWER_WORKSPACE_ID=000000000000000
1823
```
24+
If you are outside of the University, access to the tower is only possible via VPN. When you started your run, you can now track its progress [here](http://cfgateway1.zdv.uni-tuebingen.de) after selecting your workspace and your run. Here is an example of what it looks like:
1925

20-
The workspace ID can be found on the organisation's Workspaces overview page.
26+
![example run](../../images/tower_run.png)
27+
![example run](../../images/tower_run1.png)
28+
![example run](../../images/tower_run2.png)
29+
You can select your run on the left. You will see the name of the run, your command line and the progress and stats of the run.
2130

2231
For more info on how to use tower please refere to the [Tower docs](https://help.tower.nf/).

0 commit comments

Comments
 (0)