# Amazon Omics Analysis App ## 日本語の解説記事は[こちら](README.ja.md) This repository contains the following codes. - Frontend application implemented by Vue.js and Quasar. - Run bioinformatics workflows with [Amazon Omics](https://aws.amazon.com/omics/) - Run secondary analysis (visualization) through [AWS Step Functions](https://aws.amazon.com/step-functions/). - Send notification emails with [Amazon Simple Email Service (SES)](https://aws.amazon.com/ses/) on workflow completion. - Browse workflow run outputs. - View details of the tasks executed in the workflow run. - Backend API implemented by [Amazon API Gateway](https://aws.amazon.com/api-gateway/) and [AWS Lambda](https://aws.amazon.com/lambda/) function (Python). - User authentication with Amazon Cognito. - Provides all functionality required by frontend through REST API. - [AWS CDK](https://aws.amazon.com/jp/cdk/) stack to deploy frontend and backend. ## Screenshots