Skip to content

KTest-VN/hello-automation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello Automation

This is a simple example of event-driven bioinformatics workflows using Temporal, Nextflow and Seqera Platform.

Requirements

Usage

Deploy the Seqera Platform resources

Create a token for the Seqera Platform programmatic access and set it in the TOWER_ACCESS_TOKEN environment variable.

Customize then deploy the resources in the platform directory:

seqerakit platform/*.yml

The necessary environment variables will be set in the platform/.envrc file.

Run the temporal automation

Copy the .env.TEMPLATE file to .env and fill in the values for the environment variables.

In separate terminal windows, run the following commands:

make run-temporal
make run-worker
make run-workflow
make trigger-workflow

These commands will start the Temporal server, the worker and the workflow.

About

Proof-of-concept repository showcasing tooling for building automations using Seqera Platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 90.9%
  • Makefile 4.7%
  • Shell 4.4%