-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🚧 wip(hello_seqera): initial outline of content
- Loading branch information
1 parent
6fc59eb
commit 7ef3682
Showing
7 changed files
with
150 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
## 2 Using Seqera Platform Launchpad to run Nextflow workflows | ||
|
||
### 2.1. Navigate to the community/showcase workspace and launch a pipeline | ||
|
||
### 2.2. Monitor the execution of a test rna-seq pipeline |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
## 3. Add a compute environment | ||
|
||
In this section, we will simulate setting up a new compute environment to run our pipeline in Seqera Platform Launchpad. | ||
Seqera Platform uses the concept of **Compute Environments** to define the execution platform where a workflow will run. | ||
It supports the launching of workflows into a growing number of **cloud** and **on-premise** infrastructures. | ||
|
||
![Compute environments](seqera/img/compute_env_platforms.png) | ||
|
||
Each compute environment must be pre-configured to enable Seqera Platform to submit tasks. You can read more on how to set up each environment using the links below. | ||
|
||
!!! tip "The following guides describe how to configure each of these compute environments." | ||
|
||
* [AWS Batch](https://docs.seqera.io/platform/24.1/compute-envs/aws-batch) | ||
* [Azure Batch](https://docs.seqera.io/platform/24.1/compute-envs/azure-batch) | ||
* [Google Batch](https://docs.seqera.io/platform/24.1/compute-envs/google-cloud-batch) | ||
* [Google Life Sciences](https://docs.seqera.io/platform/24.1/compute-envs/google-cloud-lifesciences) | ||
* [HPC (LSF, Slurm, Grid Engine, Altair PBS Pro)](https://docs.seqera.io/platform/24.1/compute-envs/hpc) | ||
* [Amazon Kubernetes (EKS)](https://docs.seqera.io/platform/24.1/compute-envs/eks) | ||
* [Google Kubernetes (GKE)](https://docs.seqera.io/platform/24.1/compute-envs/gke) | ||
* [Hosted Kubernetes](https://docs.seqera.io/platform/24.1/compute-envs/k8s) | ||
|
||
To practice this process, we will simulate setting up a new slurm compute environment on our gitpod using Tower Agent. | ||
|
||
### 3.1. Setup Tower Agent | ||
|
||
### 3.2. Add a new Slurm compute environment |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
## 4. Setup a new pipeline to run in Seqera Platform Launchpad | ||
|
||
In this section, we will set up a new pipeline to run in Seqera Platform Launchpad. | ||
|
||
### 4.1. Add your Github credentials to your personal workspace in Seqera Platform | ||
|
||
### 4.2. Add the pipeline seqeralabs/nf-hello-gatk to your launchpad | ||
|
||
### 4.3. Change the branch of the pipeline to nextflow_schema | ||
|
||
### 4.4. _Unsuccessfully_ launch a pipeline on our Tower Agent |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.