Running accurate, comprehensive, and efficient genomics workflows on AWS using Illumina DRAGEN v4.0

By Amazon Web Services

March 7, 2023

Introduction

The reduced cost of DNA sequencing technology has led to an exponential growth of raw sequencing data. To keep pace with this development, secondary analysis tools that can provide fast and accurate results in a cost-effective manner are needed to extract actionable genomic insights. Illumina’s DRAGENTM (Dynamic Read Analysis for GENomics) addresses key pain points associated with next-generation sequencing (NGS) data analysis. These include a significant increase in sequencing data, limited on-premises compute options, inadequate CPU-based bioinformatics tools for rapid turnaround time, and high cost of secondary data analysis. DRAGEN empowers laboratories and organizations of all sizes to break through the bioinformatics bottleneck faster with accurate, comprehensive, and efficient secondary analysis pipelines. DRAGEN enables laboratories and researchers to do more with their genomic data by providing a robust suite of secondary analysis capabilities for a variety of experiment types, including whole genome, whole exome, RNA-Seq, methylome, and COVID detection pipelines.

DRAGEN’s DNA pipeline supports BCL to FASTQ conversion, alignment, sorting, duplicate marking, and variant calling. RNA and Methylation pipelines include RNA-Seq aligners, RNA-specific analysis, and downstream methylation calling. DRAGEN cloud offerings, powered by AWS, also include DRAGEN Apps on BaseSpace Sequence HubTM and DRAGEN pipelines on Illumina Connected AnalyticsTM.

In this blog, we provide a walkthrough of running DRAGEN on AWS and highlight our results from the DRAGEN v4.0 DNA sequencing pipeline showing that, in addition to accuracy and efficiency, it supports the most comprehensive suite of tools for DNA sequencing, including copy number analysis, structural variants, SMN callers, repeat expansion detection, and pharmacogenomics insights for complex genes. Results from these tools are available through a single call to DRAGEN with the appropriate command line options, streamlining results for customers of all disciplines. We also evaluate the performance of the suite with respect to key metrics: runtime, cost, and concordance.

Ways to Run DRAGEN

DRAGEN’s suite of secondary analysis pipelines are offered on a variety of platforms, enabling laboratories to select a solution that best fits their needs.

DRAGEN secondary analysis pipelines are available on Illumina Connected Analytics (ICA), a secure genomics data platform built to operationalize informatics and drive scientific insights. DRAGEN on ICA empowers customers to manage, analyze, and explore large volumes of data in a secure, scalable, and collaborative environment that couples the exceptional speed and accuracy of DRAGEN.

DRAGEN Bring Your Own License (BYOL) and DRAGEN on AWS Marketplace are available for laboratories looking to run the secondary analysis platform in their existing cloud environments. DRAGEN on AWS Marketplace is available for users looking to try out DRAGEN in a flexible environment with a premium pay-as-you-go model.

Multiple options for accessing DRAGEN allow labs to select the solution that best suits the type and scale of their projects. Regular and timely updates are made to DRAGEN across the various access points to provide performance improvements, enhancements, and additional functionality. This ensures that DRAGEN’s highly accurate, comprehensive, and efficient analysis pipelines are available and up-to-date for all users.

Pre-requisites

The pre-requisites for running Illumina DRAGEN on AWS include:

If using DRAGEN AMI in AWS Marketplace, additional pre-requisites include access to an AWS account with:

Benchmark Analysis

The DRAGEN DNA pipeline includes optimized algorithms for mapping, sorting, duplicate marking, and haplotype variant calling. It also provides lossless compression and optimized conversion of BCL files to FASTQ format. In addition to haplotype variant calling, the pipeline supports calling of copy number and structural variants, as well as detection of repeat expansions. Figure 1 presents the different processes that are available in the DRAGEN DNA pipeline.

Figure 1: DRAGEN DNA pipeline, showing FASTQ or BAM/CRAM input files being processed through a series of steps top obtain mapped reads and variant call files.

For benchmark analysis, we used the Genome in a Bottle (GIAB) samples HG002, HG003, and HG004 that were obtained from the Google Brain dataset available at the AWS Registry of Open Data (RODA) at s3://genomics-benchmark-datasets/google-brain/. The samples are 30x whole genomes aligned to the hg38 alt-masked graph v2 genome hash table from Illumina.

We ran the DNA pipeline of DRAGEN v4.0 software using FASTQ files as input to perform mapping/alignment and calling/genotyping of all variants that the pipeline is capable of, including small variant, structural variant, CYP2B6, CYP2D6, GBA, SMN, PGx Star Allele, and repeat expansion detection with an expanded catalog of Short Tandem Repeat (STR) loci available beginning with v4.0. Mapping/alignment and comprehensive variant calling were performed using a single command line that runs all the pipelines in an end-to-end workflow, thereby eliminating the need for manual step-wise processing by the user. For comparative analysis, we ran the experiment on the three samples across f1.4xlarge and f1.16xlarge EC2 instances.

Launch F1 instance with DRAGEN AMI

DRAGEN is available on AWS Marketplace as an Amazon Machine Image (AMI). An AMI provides the information and pre-requisites to launch an EC2 instance. After subscribing to the DRAGEN AMI, we launched two EC2 F1 instances: f1.4xlarge and f1.16xlarge with 500 GB root volume for storage and default VPC and subnet.

As an alternative to launching the F1 instance using the DRAGEN AMI directly via SSH, customers can also use the Illumina DRAGEN QuickStart from AWS, which deploys the necessary backend infrastructure in the customer’s account, with minimal effort from the customer. The DRAGEN QuickStart, which leverages AWS Batch, allows customers to simplify the processing of 100’s or 1000’s of samples by submitting them to a job queue. AWS Batch manages the execution of the jobs, so that the customer does not need to manage any compute clusters.

Run DRAGEN DNA Pipeline

We executed the following commands to run DRAGEN’s end-to-end alignment and variant calling pipeline. This takes the paired-end compressed FASTQ files and reference hash table as input and generates a map/aligned, sorted, and duplicate-marked CRAM file and variant calls in VCF and gVCF file formats as output. We enabled flagging of duplicate output alignment records, saving of the output from the map/align stage, small variant calling, structural variant (SV) calling, copy number variant (CNV) calling in self normalization mode, CYP2D6 diplotyping, filtering of variant calls, and repeat genotyping (or expansion detection) using the corresponding flags: enable-duplicate-marking, enable-map-align-output, enable-variant-caller, enable-sv, enable-cnv, cnv-enable-self-normalization, enable-cyp2d6, vc-hard-filter, repeat-genotype-enable, respectively. Although we tested DRAGEN with BYOL option, customers can also use DRAGEN from AWS Marketplace to run these experiments.

The following is the DRAGEN command line used…

Read the full blog to learn more. Reminder: You can learn a lot from AWS HPC engineers by subscribing to the HPC Tech Short YouTube channel, and following the AWS HPC Blog channel.

Return to Solution Channel Homepage
Subscribe to HPCwire's Weekly Update!

Be the most informed person in the room! Stay ahead of the tech trends with industy updates delivered to you every week!

Pegasus ‘Big Memory’ Supercomputer Now Deployed at the University of Tsukuba

March 25, 2023

In the bevy of news from Nvidia's GPU Technology Conference this week, another new system has come to light: Pegasus, which entered operations at the University of Tsukuba’s Center for Computational Sciences in January Read more…

EuroHPC Summit: Tackling Exascale, Energy, Industry & Sovereignty

March 24, 2023

As the 2023 EuroHPC Summit opened in Gothenburg on Monday, Herbert Zeisel – chair of EuroHPC’s Governing Board – commented that the undertaking had “left its teenage years behind.” Indeed, a sense of general ma Read more…

Is Fortran the Best Programming Language? Asking ChatGPT

March 23, 2023

I recently wrote about my experience with interviewing ChatGPT here. As promised, in this follow-on and conclusion of my interview, I focus on Fortran and other languages. All in good fun. I hope you enjoy the conclusion of my interview. After my programming language questions, I conclude with a few notes... Read more…

Nvidia Doubling Down on China Market in the Face of Tightened US Export Controls

March 23, 2023

Chipmakers are tightlipped on China activities following a U.S. crackdown on hardware exports to the country. But Nvidia remains unfazed, and is doubling down on China being an important country for its computing hardwar Read more…

Intel’s Sapphire Rapids Comes to Australia’s Gadi Supercomputer

March 22, 2023

Until the launch of Pawsey’s Setonix system last year, NCI’s Gadi system – launched in 2020 – was Australia’s most powerful publicly ranked supercomputer. Now, the system has received a major boost powered by I Read more…

AWS Solution Channel

Shutterstock_2206622211

Install optimized software with Spack configs for AWS ParallelCluster

With AWS ParallelCluster, you can choose a computing architecture that best matches your HPC application. But, HPC applications are complex. That means they can be challenging to get working well. Read more…

 

Get the latest on AI innovation at NVIDIA GTC

Join Microsoft at NVIDIA GTC, a free online global technology conference, March 20 – 23 to learn how organizations of any size can power AI innovation with purpose-built cloud infrastructure from Microsoft. Read more…

Nvidia Announces BlueField-3 GA, Oracle Cloud Is Early User

March 21, 2023

Nvidia today announced general availability for its BlueField-3 data processing unit (DPU) along with impressive early deployments including Oracle Cloud Infrastructure. First described in 2021 and now being delivered, B Read more…

Pegasus ‘Big Memory’ Supercomputer Now Deployed at the University of Tsukuba

March 25, 2023

In the bevy of news from Nvidia's GPU Technology Conference this week, another new system has come to light: Pegasus, which entered operations at the University Read more…

EuroHPC Summit: Tackling Exascale, Energy, Industry & Sovereignty

March 24, 2023

As the 2023 EuroHPC Summit opened in Gothenburg on Monday, Herbert Zeisel – chair of EuroHPC’s Governing Board – commented that the undertaking had “lef Read more…

Nvidia Doubling Down on China Market in the Face of Tightened US Export Controls

March 23, 2023

Chipmakers are tightlipped on China activities following a U.S. crackdown on hardware exports to the country. But Nvidia remains unfazed, and is doubling down o Read more…

Nvidia Announces BlueField-3 GA, Oracle Cloud Is Early User

March 21, 2023

Nvidia today announced general availability for its BlueField-3 data processing unit (DPU) along with impressive early deployments including Oracle Cloud Infras Read more…

Nvidia Announces ‘Tokyo-1’ Generative AI Supercomputer Amid Gradual H100 Rollout

March 21, 2023

Nvidia’s Hopper-generation H100 GPU is continuing its slow march toward “current-generation.” After Nvidia announced that the H100 was in “full producti Read more…

DGX Cloud Is Here: Nvidia’s AI Factory Services Start at $37,000

March 21, 2023

If you are a die-hard Nvidia loyalist, be ready to pay a fortune to use its AI factories in the cloud. Renting the GPU company's DGX Cloud, which is an all-inclusive AI supercomputer in the cloud, starts at $36,999 per instance for a month. The rental includes access to a cloud computer with eight Nvidia H100 or A100 GPUs and 640GB... Read more…

Quantum Bits: IBM-Cleveland Clinic Launch; D-Wave Adds Solver; DOE/AWS Offer QICK

March 20, 2023

IBM today launched the first installation of an IBM Quantum System One at a collaborator site in the U.S. – this one is at the Cleveland Clinic where IBM’s Read more…

SCA23: Pawsey’s Mark Stickells on Sustainable Australian Supercomputing

March 17, 2023

“While the need for supercomputing is great, we have, in my view, reached a tipping point,” said Mark Stickells, executive director of Australia’s Pawsey Read more…

CORNELL I-WAY DEMONSTRATION PITS PARASITE AGAINST VICTIM

October 6, 1995

Ithaca, NY --Visitors to this year's Supercomputing '95 (SC'95) conference will witness a life-and-death struggle between parasite and victim, using virtual Read more…

SGI POWERS VIRTUAL OPERATING ROOM USED IN SURGEON TRAINING

October 6, 1995

Surgery simulations to date have largely been created through the development of dedicated applications requiring considerable programming and computer graphi Read more…

U.S. Will Relax Export Restrictions on Supercomputers

October 6, 1995

New York, NY -- U.S. President Bill Clinton has announced that he will definitely relax restrictions on exports of high-performance computers, giving a boost Read more…

Dutch HPC Center Will Have 20 GFlop, 76-Node SP2 Online by 1996

October 6, 1995

Amsterdam, the Netherlands -- SARA, (Stichting Academisch Rekencentrum Amsterdam), Academic Computing Services of Amsterdam recently announced that it has pur Read more…

Cray Delivers J916 Compact Supercomputer to Solvay Chemical

October 6, 1995

Eagan, Minn. -- Cray Research Inc. has delivered a Cray J916 low-cost compact supercomputer and Cray's UniChem client/server computational chemistry software Read more…

NEC Laboratory Reviews First Year of Cooperative Projects

October 6, 1995

Sankt Augustin, Germany -- NEC C&C (Computers and Communication) Research Laboratory at the GMD Technopark has wrapped up its first year of operation. Read more…

Sun and Sybase Say SQL Server 11 Benchmarks at 4544.60 tpmC

October 6, 1995

Mountain View, Calif. -- Sun Microsystems, Inc. and Sybase, Inc. recently announced the first benchmark results for SQL Server 11. The result represents a n Read more…

New Study Says Parallel Processing Market Will Reach $14B in 1999

October 6, 1995

Mountain View, Calif. -- A study by the Palo Alto Management Group (PAMG) indicates the market for parallel processing systems will increase at more than 4 Read more…

Leading Solution Providers

Contributors

CORNELL I-WAY DEMONSTRATION PITS PARASITE AGAINST VICTIM

October 6, 1995

Ithaca, NY --Visitors to this year's Supercomputing '95 (SC'95) conference will witness a life-and-death struggle between parasite and victim, using virtual Read more…

SGI POWERS VIRTUAL OPERATING ROOM USED IN SURGEON TRAINING

October 6, 1995

Surgery simulations to date have largely been created through the development of dedicated applications requiring considerable programming and computer graphi Read more…

U.S. Will Relax Export Restrictions on Supercomputers

October 6, 1995

New York, NY -- U.S. President Bill Clinton has announced that he will definitely relax restrictions on exports of high-performance computers, giving a boost Read more…

Dutch HPC Center Will Have 20 GFlop, 76-Node SP2 Online by 1996

October 6, 1995

Amsterdam, the Netherlands -- SARA, (Stichting Academisch Rekencentrum Amsterdam), Academic Computing Services of Amsterdam recently announced that it has pur Read more…

Cray Delivers J916 Compact Supercomputer to Solvay Chemical

October 6, 1995

Eagan, Minn. -- Cray Research Inc. has delivered a Cray J916 low-cost compact supercomputer and Cray's UniChem client/server computational chemistry software Read more…

NEC Laboratory Reviews First Year of Cooperative Projects

October 6, 1995

Sankt Augustin, Germany -- NEC C&C (Computers and Communication) Research Laboratory at the GMD Technopark has wrapped up its first year of operation. Read more…

Sun and Sybase Say SQL Server 11 Benchmarks at 4544.60 tpmC

October 6, 1995

Mountain View, Calif. -- Sun Microsystems, Inc. and Sybase, Inc. recently announced the first benchmark results for SQL Server 11. The result represents a n Read more…

New Study Says Parallel Processing Market Will Reach $14B in 1999

October 6, 1995

Mountain View, Calif. -- A study by the Palo Alto Management Group (PAMG) indicates the market for parallel processing systems will increase at more than 4 Read more…

SC22 Booth Videos

AMD @ SC22
Altair @ SC22
AWS @ SC22
Ayar Labs @ SC22
CoolIT @ SC22
Cornelis Networks @ SC22
DDN @ SC22
Dell Technologies @ SC22
HPE @ SC22
Intel @ SC22
Intelligent Light @ SC22
Lancium @ SC22
Lenovo @ SC22
Microsoft and NVIDIA @ SC22
One Stop Systems @ SC22
Penguin Solutions @ SC22
QCT @ SC22
Supermicro @ SC22
Tuxera @ SC22
Tyan Computer @ SC22
  • arrow
  • Click Here for More Headlines
  • arrow
HPCwire