If you want to avoid a (non-blocking) error in the JASS web interface when performing a local analysis on a region of the genome,
you must add the genes and exons to the InitTable
To do this, you need to download the file: RefSeq Reference Genome Annotation GRCh37 from the website: https://www.ncbi.nlm.nih.gov/genome/guide/human/
before unzipping it on your computer and saving it in the JASS_DATA_DIR folder. Then you can run in a terminal the following command:
For this command, it is necessary to specify the full path of initTable.hdf5 even if this file is in the JASS_DATA_DIR folder. You can use the environment variable $JASS_DATA_DIR (Linux) or %JASS_DATA_DIR% (Windows)
The advantage of adding genes and exons in the initTable is to have an additional graph in the web page of the results of the local analysis:
the position of genes and exons in the studied genomic region (see paragraph: **web usage, section B - Analysis by region**)