Skip to content

phenopolis/nextflow-genome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Use Nextflow to dispatch Exome/Genome pipelines to AWS Batch

Add aws credentials before running the script as: nextflow run main.nf [-resume] [-with-report report.html]

deployment_options

aws_deployment

Arrangement of the pipeline

The Pipeline is split into three parts: align, variantCall and annotation. User can also choose to run exomiser following annotation

To run, go to individal folder and run nextflow run [pipeline name].nf

Setup of an API server

The flask folder has a script to lunch an API server to accept tasks either to run the complete set of the pipeline, or part of it.

To run, go to the flask folder and run python main.py (probably want to edit the config.yml in the same folder to adapt your working evironment).

About

nextflow pipelines for *omes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published