Skip to content

Commit 0885327

Browse files
authored
Merge pull request #43 from AntoniaSchuster/dev
Update Nextflow Tower docs
2 parents b1217f9 + bb9fd1a commit 0885327

File tree

5 files changed

+13
-2
lines changed

5 files changed

+13
-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: 13 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 {
@@ -11,12 +11,23 @@ tower {
1111
}
1212
```
1313

14+
Your access token can be created on [this page](http://cfgateway1.zdv.uni-tuebingen.de/tokens).
15+
16+
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:
17+
18+
![workspaces](../../images/tower_workspaces.png)
19+
1420
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
1521

1622
```console
1723
export TOWER_WORKSPACE_ID=000000000000000
1824
```
1925

20-
The workspace ID can be found on the organisation's Workspaces overview page.
26+
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:
27+
28+
![example run](../../images/tower_run.png)
29+
![example run](../../images/tower_run1.png)
30+
![example run](../../images/tower_run2.png)
31+
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.
2132

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

0 commit comments

Comments
 (0)