End-to-End User Flow: DRAGEN Analysis

This tutorial demonstrates major functions of the ICA platform, beginning with setting up a project with instrument run data to prepare to use pipelines, and concluding with viewing pipeline outputs in preparation for eventually ingesting outputs into available modules.

In the following example, we start from an existing ICA project with demultiplexed instrument run data (fastq), use the DRAGEN Germline pipeline, and view output data.

Set-up

This tutorial assumes you already have an existing project in ICA. To create a new project, please see instructions in the Projects page.

Additionally, you will need the DRAGEN Demo Bundle linked to your existing ICA project. The DRAGEN Demo Bundle is an an entitled bundle provided by Illumina with all standard ICA subscriptions and includes DRAGEN pipelines, references, and demo data.

Linking an Entitled Bundle

For general steps on creating and linking bundles to your project, see the Bundles page. This tutorial explores the DRAGEN Germline Published Pipeline, so we will need to link the DRAGEN Demo Bundle to our existing project.

Steps:

  • Go to the Projects > your_project > Project settings > Details page

  • Click Edit

  • Click the + button, under Linked bundles

  • Select the DRAGEN Demo Bundle, followed by Link.

  • Finally, save the change.

There may be multiple versions of DRAGEN Demo Bundles. This tutorial details steps for DRAGEN Demo Bundle 3.9.5. Steps for other versions after 3.9.5 should be similar.

DRAGEN Demo Bundle assets will now be available on the Data and Pipelines pages.

Pipelines

After setting up the project in ICA and linking a bundle, we can run various pipelines.

DRAGEN Germline Published Pipeline

This example demonstrates how to run the DRAGEN Germline Published Pipeline (version 3.9.5) in your ICA project using the demo data from the linked DRAGEN Demo Bundle.

The required pipeline input assets for this tutorial include:

  • Under Projects > your_project > Data

    • Illumina DRAGEN Germline Demo Data folder

    • Illumina DRAGEN Enrichment Demo Data folder

    • Illumina References folder

  • Under Projects > your_project > Flow > Pipelines

    • DRAGEN Germline

Launching the DRAGEN Germline Published Pipeline with Demo Data

From the Projects > your_project > Flow > Pipelines page, select DRAGEN Germline 3.9.5, and then click Start analysis. Initial set-up details require a User Reference (pipeline run name meaningful to the user) and a Subscription from the drop-down menu under Pricing.

Running the DRAGEN Germline pipeline uses the following inputs which are to be added in the Input Files section:

FASTQ files

Select the FASTQ files in the Illumina DRAGEN Enrichment Demo Data folder and select Add.

Reference

Select a reference genome from the Illumina References folder (do not select a methyl-converted reference genome for this tutorial) Use for hg38_altaware_nohla-cnv-anchored.v8.tar for example (suggested, if enabling CNV analysis)

The DRAGEN Germline Settings should match:

Field
Value
Notes

Enable germline small variant calling

true

Enable SV (structural variant) calling

true

If true, Enable map align output must also be set to true

Enable repeat genotyping

true

Enable map align

true

  • When using FASTQ files as input, as in this example, set this to true as default.

  • When using BAM files as input, set to true to realign reads in input BAMs; set to false to keep alignments in input BAM files.

Enable CNV calling

true

Enabling Copy Number Variant calling requires one of the following:

  • Enable CNV self normalization is set to true

  • A panel of normals (PON) is provided in the Input Files

Output format

CRAM

Other available options for alignments output are BAM and SAM format.

Enable CNV self-normalization

true

Required if Enable CNV calling is set to true and no panel of normals (PON) is provided in the Input Files.

Enable duplicate marking

true

Emit Ref Confidence

GVCF

  • Use GVCF to enable banded gVCF generation.

  • To enable base pair resolution in the gVCF, set to BP_RESOLUTION

Additional Dragen arguments

-

You can provide additional DRAGEN arguments here. Left blank for this example run.

Sample sex

-

You can specify the sex of the sample here if known, we will omit this setting for this example run.

Enable HLA

true

Enable map align output

true

The format for alignment output was selected previously in the Output format setting.

Resources

keep default

  • Storage size: Set to small

  • FPGA Medium Tier: Set to Standard

  • FPGA Medium Resources: Set to FPGA2 Medium

Once all parameters have been set, click Start analysis

Monitoring analysis run status

You can monitor the status of analysis pipeline runs from the Projects > your_project > Flow > Analysis page. See Analysis Lifecycle for more details.

Click the refresh button () in upper right corner of the ICA environment page to update the status.

Click on the run to view more information about it. The various tabs under a given run provide additional context regarding the status of the completed run.

If you encounter a failed run, you can find more information in the Projects > your_project > Flow > Analyses > your_analysis > Details tab and on the Nextflow execution tab.

Analysis run logs can be found on the Steps tab. Use the sliders next to Stderr and Stdout for more details. Check the box next to Show technical steps to view additional log files.

Viewing DRAGEN analysis output

DRAGEN analysis output folders are found on the Projects > your_project > Data page, along with all other data loaded to the project (such as assets from a linked entitled bundle). Output analysis will be grouped into folders, so you can click through the folder structure to explore outputs.

Last updated

Was this helpful?