Skip to content

Commit

Permalink
Merge pull request #133 from seqeralabs/pditommaso-patch-1
Browse files Browse the repository at this point in the history
Replace references to tower.nf with seqera.io
  • Loading branch information
ejseqera authored Apr 6, 2024
2 parents b5b910e + d1629f1 commit b624a73
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The key features are:

## Prerequisites

You will need to have an account on Seqera Platform (see [Plans and pricing](https://cloud.tower.nf/pricing/)).
You will need to have an account on Seqera Platform (see [Plans and pricing](https://seqera.io/pricing/)).

## Installation

Expand Down Expand Up @@ -77,7 +77,7 @@ pip show seqerakit

## Configuration

Create a Seqera Platform access token using the [Seqera Platform](https://tower.nf/) web interface via the **Your Tokens** page in your profile.
Create a Seqera Platform access token using the [Seqera Platform](https://seqera.io/) web interface via the **Your Tokens** page in your profile.

`seqerakit` reads this token from the environment variable `TOWER_ACCESS_TOKEN`. Please export it into your terminal as shown below:

Expand All @@ -89,7 +89,7 @@ For Enterprise installations of Seqera Platform, you will also need to configure
```bash
export TOWER_API_ENDPOINT=<Tower API URL>
```
By default, this is set to `https://api.tower.nf` to connect to Seqera Platform Cloud.
By default, this is set to `https://api.cloud.seqera.io` to connect to Seqera Platform Cloud.


## Usage
Expand Down Expand Up @@ -225,7 +225,7 @@ compute-envs:

You must provide a YAML file that defines the options for each of the entities you would like to create in Seqera Platform.

You will need to have an account on Seqera Platform (see [Plans and pricing](https://cloud.tower.nf/pricing/)). You will also need access to a Workspace and a pre-defined Compute Environment where you can launch a pipeline.
You will need to have an account on Seqera Platform (see [Plans and pricing](https://seqera.io/pricing/)). You will also need access to a Workspace and a pre-defined Compute Environment where you can launch a pipeline.

### Launch via YAML

Expand Down

0 comments on commit b624a73

Please sign in to comment.