DRAGEN Array v1.3.0 Release Notes
RELEASE DATE
August 2025
RELEASE HIGHLIGHTS
Provides mosaic fraction estimation for mosaic events.
Improved accuracy of sex chromosome calling, including pseudo-autosomal regions (PAR).
New QC metrics available in cytogenetics JSON output.
NEW FEATURES IN DETAIL
Genotyping & Core
GenomeStudio backwards compatible samplesheet support and related deprecation of separate IDAT and GTC samplesheets.
User-defined data from the samplesheet will get passed to gt_sample_summary files during genotyping.
Samples that fail IDAT->GTC conversion during
genotype call
will be added to the gt_sample_summary instead of skipped. For these samples, theAutosomal Call Rate
andCall Rate
will be set to 0 while theLog R Ratio Std Dev
andTGA_Ctrl_5716 Norm R
(when applicable for PGx products) are set toNaN
.
Cytogenetics
Fixed an issue causing cyto calling to crash due to overflow errors for noisy samples in v1.2.
Fixed a memory issue in v1.2 that limited the number of samples able to run to about 200.
Improved accuracy of length normalized median copy number calculation by removing lower limit on included variant size (1 Kbp).
Added reporting of mosaic fraction for mosaic events.
Added a method for promoting mosaic events above user-defined mosaic fraction.
Reduced verbosity in STDOUT messages produced by annotate command.
Added sample-level Median Log R Dev statistic to annotate JSON output.
Added chromosome-level QC metrics to the annotation JSON output.
Added an event-level QC metric
effective size
to the JSON output.Variants are filtered by their effective size in the
cyto call
command. In thecyto annotate
command, they are filtered by the raw size.Fixed a bug whereby the minimum deletion/LOH/duplication thresholds were shown in the wrong units in the annotation JSON, when set higher than the calling thresholds.
Fixed a bug that prevented cyto CNV variants with quality scores of 0 from appearing in the output json files.
The cytogenetic caller now attempts to resolve sample sex if previously classified as unknown by the upstream genotyping module, enabling more accurate results. A log message is generated when sex is resolved, e.g., "Sample XXX sex updated from Unknown to Male."
Pharmacogenomics
Fixed a bug in the
pgx star-allele annotate
command, sample with a reference allele for ABCG2 genes will now be annotated properly using default annotation "Normal" for reference alleles.Corrected the CYP2A6 *1 definition. Removed NC_000019.10:g.40848264_40848265delinsT variant that was incorrectly added to the CYP2A6 *1 definition
KNOWN ISSUES
The samplesheet does not handle empty columns. For example this samplesheet:
SentrixBarcode_A,SentrixPosition_A,,
204753010023,R02C01,,
Will throw the following error: System.ArgumentException : Duplicate column found. Column names are case-insensitive. Please remove or rename the column from the samplesheet and re-process.
And this example:
SentrixBarcode_A,SentrixPosition_A,
204753010023,R02C01,
Will produce an empty column/field in the Genotype Sample Summary files, e.g.,
{
"SentrixBarcode_A": "204753010023",
"SentrixPosition_A": "R02C01",
"Sample ID": "204753010023_R02C01",
"Sample Name": "204753010023_R02C01",
"Sample Folder": "/tmp",
"Autosomal Call Rate": 0.99,
"Call Rate": 0.99,
"Log R Ratio Std Dev": 0.15,
"Sex Estimate": "F",
"": ""
}
KNOWN LIMITATIONS
If the genotyping module reports an unknown sex and the cytogenetic caller cannot resolve it, the caller assumes the sample is male. As a result, sex chromosome detection may be inaccurate if the sample is actually female. This behavior is not currently output in the log.
ISCN annotations in the cytogenetic annotation JSON output file are only provided for variants greater than 1 Kb in length. This is often cited as a minimum size limit used to define copy number variants.
Centromere regions typically have low sequence complexity and are prone to artifacts. As a result, cytogenetic calling results in these regions are likely to be false positives.
ISCN annotations are not provided for LOH variants in the cytogenetic annotation JSON output file.
DRAGEN Array Cytogenetics analysis is intended for constitutional samples only, oncology samples not supported at this time.
DRAGEN Array Cytogenetics analysis is validated only for specific array platforms: Infinium Global Diversity Array with Cytogenetics-8, Infinium Global Screening Array with Cytogenetics-24, and Infinium CytoSNP-850K BeadChip (iScan System).
Note: DRAGEN Array can process IDAT files from the NextSeq550 for cytogenetic analysis, but this setup hasn’t been formally validated. If you're interested in trying it, check out the demo data in the ‘Demo Data’ section on BaseSpace, which was generated using the iScan system.
DRAGEN Array Cytogenetics analysis may call large events that are broken into smaller pieces and require visual confirmation.
GT is hardcoded to homozygous alt (1/1) for cyto VCF entries.
Tabix indexing from DRAGEN Array is not exactly the same as bcftools index --tbi. For instance, if you run
bcftools index --stats in.vcf.gz
orbcftools index --nrecords in.vcf.gz
, with certain versions of bcftools, you may get the following error:index of in.snv.vcf.gz does not contain any count metadata. Please re-index with a newer version of bcftools or tabix.
. If these tools are critical to user's bioinformatics pipelines a workaround would be to unzip and re-index DRAGEN Array VCFs using bcftool's tabix. But please note, these index files may not work in downstream VCF-based DRAGEN Array commands likepgx star-allele call
. Please use DRAGEN Array end-to-end for analysis flows like the ones detailed in the Quick Start guide.There can be some minor differences when running
pgx star-allele call
on Windows vs. Linux. During verification testing, out of 1576 samples, we noticed the following discordance:
Collapsed Star-Alleles
2
Missing/Masked Core Variants
1
Solution Long
1
Supporting Variants
2
Note: All overall solutions tested for comparison were found to be concordant.
DRAGEN Array v1.3 is not compatible with Emedgene (EMG) v38. I.e., it does not support automatic case creation and you can't manually upload Cytogenetics VCF Files from v1.3 into EMG. Users should continue to use
DRAGEN Array - Cytogenetics analysis + Emedgene interpretation 1.2.0
for DRAGEN Array + EMG cyto analyses.
Last updated
Was this helpful?