Skip to content

Commit 1fa2e10

Browse files
authored
Merge pull request #37 from qbic-pipelines/dev
Add tower info
2 parents 3997844 + 0419737 commit 1fa2e10

File tree

7 files changed

+27
-4
lines changed

7 files changed

+27
-4
lines changed

docs/index.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Clusters and remotes
5959
:caption: Analysis pipelines
6060
:hidden:
6161

62-
markdown/pipeline_releases
62+
markdown/pipelines/pipeline_releases
6363
markdown/pipelines/exomeseq
6464
markdown/pipelines/rnaseq
6565
markdown/pipelines/ampliseq
@@ -72,6 +72,7 @@ Clusters and remotes
7272
:caption: Clusters and remotes
7373
:hidden:
7474

75-
markdown/running_jobs
76-
markdown/denbi_cloud
77-
markdown/igenomes
75+
markdown/clusters/running_jobs
76+
markdown/clusters/denbi_cloud
77+
markdown/clusters/tower
78+
markdown/clusters/igenomes
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/markdown/clusters/tower.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Nextflow tower
2+
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:
4+
5+
```console
6+
tower {
7+
accessToken = '<YOUR TOKEN>'
8+
workspaceId = '<YOUR WORKSPACE ID>'
9+
endpoint = 'http://cfgateway1.zdv.uni-tuebingen.de/api'
10+
enabled = true
11+
}
12+
```
13+
14+
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
15+
16+
```console
17+
export TOWER_WORKSPACE_ID=000000000000000
18+
```
19+
20+
The workspace ID can be found on the organisation's Workspaces overview page.
21+
22+
For more info on how to use tower please refere to the [Tower docs](https://help.tower.nf/).
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)