From 191eba97a2c4740fb26b505a7fe426a619b13f6e Mon Sep 17 00:00:00 2001
From: mantczakaus <49752271+mantczakaus@users.noreply.github.com>
Date: Mon, 27 Nov 2023 13:50:28 +1000
Subject: [PATCH] Update how_to_setup.md
---
pages/how_to_setup.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pages/how_to_setup.md b/pages/how_to_setup.md
index a82541c..fe51211 100644
--- a/pages/how_to_setup.md
+++ b/pages/how_to_setup.md
@@ -19,7 +19,7 @@ More information on the authentication can be found in the Nextflow Tower docume
Tower Agent needs to be run continuously to be able to pick up jobs from Nextflow Tower and execute them on the HPC. It will also display the output log live and reports after its completed. To run Tower Agent on HPC you first need to create credentials for the Tower Agent. They will be used to launch it together with the Personal Access Token you created in the previous step.
If you are part of an organisational workspace, someone might have already created Tower Agent credentials and enabled sharing the agent. If that's not the case, you'll need to create the credentials yourself. Either way go to the Credentials tab in your organisation's workspace, check if Tower Agent credentials exist already, and if not click Add Credentials.
![Organisation Credentials](./images/credentials_org.png)
-You can also created credentials to work in your personal workspace.
+You can also created credentials to work in your personal workspace.
![Personal Credentials](./images/credentials_personal.png)
{% include callout.html type="note" content="When you add credentials for Tower Agent from your personal workspace, you will be able to use it only for executing pipelines from your personal workspace launchpad. Similarly, credentials in your organisation workspace apply to pipelines from the organisation workspace." %}
More information on adding the credentials can be found in Nextflow Tower documentation from Australian BioCommons: [Create Tower Agent credentials](https://australianbiocommons.github.io/tower/user-guide/create_tower_agent_credentials).
@@ -38,8 +38,8 @@ Not applicable.
### Add Credentials for GitHub
#### Gadi and Setonix (Nextflow Tower)
-Credentials for GitHub are created in a similar way to credentials for Tower Agent - you need to navigate to Credentials tab and you have an option to add them at the organisation or personal level. However, instead of choosing Tower Agent as Provider, you'll need to choose GitHub. Fill in the rest according to the help text provided under each of the fields.
-![Personal Credentials](./images/credentials_personal.png)
+Credentials for GitHub are created in a similar way to credentials for Tower Agent - you need to navigate to Credentials tab and you have an option to add them at the organisation or personal level. However, instead of choosing Tower Agent as Provider, you'll need to choose GitHub. Fill in the rest according to the help text provided under each of the fields.
+![GitHub Credentials](./images/credentials_github.png)
#### Lyra
Not applicable.