For the complete documentation index, see llms.txt. This page is also available as Markdown.

Jist

Overview

The Jist tool provides capability to combine multiple Illumina Connected Annotations JSON outputs into one.

How to use

To combine the JSON outputs, make sure the Jasix index files (.jsi) are presented along with the json files. If the Jasix index file is not there, use Jasix to generate before runing Jist.

Example

dotnet Jist.dll -h
---------------------------------------------------------------------------
Jist                                                (c) 2024 Illumina, Inc.
                                                                     3.25.0
---------------------------------------------------------------------------

USAGE: dotnet Jist.dll -i /path/to/nirvana/output/prefix -o /path/to/combined/json
Combines multiple Illumina Connected Annotations JSON files into one

OPTIONS:
      --in, -i <VALUE>       input file prefix
      --out, -o <VALUE>      compressed output file name (default:console)
      --help, -h             displays the help menu
      --version, -v          displays the version

##### Supported Annotation Sources #####
Basic Tier: DECIPHER, GME, GERP, DANN, REVEL, ClinGen, gnomAD, phyloP, TOPMed, DGV, 1000 Genomes, CliinVar, dbSNP, FusionCatcher, MITOMAP, MultiZ100Way

Professional Tier: PrimateAI(GRCh37), PrimateAI-3D(GRCh38), SpliceAI, COSMIC, OMIM.

##### Contact #####
Professional content licensing, feedback and technical support: annotation_support@illumina.com.

Last updated

Was this helpful?