Mercurial > repos > sh477 > ensembl_vep
annotate tool-data/vep_versioned_annotation_cache.loc.sample @ 2:0f4f67891031 draft default tip
Uploaded
| author | sh477 |
|---|---|
| date | Wed, 06 Apr 2022 16:26:36 +0000 |
| parents | |
| children |
| rev | line source |
|---|---|
| 2 | 1 #This file describes vep cache data and its metadata available on the server. |
| 2 #The data table has the format (white space characters are TAB characters): | |
| 3 # | |
| 4 #<value> <dbkey> <version> <cachetype> <name> <species> <path> | |
| 5 # | |
| 6 #So, vep_versioned_annotation_cache.loc tables could look like this: | |
| 7 # | |
| 8 #homo_sapiens_vep_105_GRCh38 hg38 105 default Homo sapiens hg38 (V105) homo_sapiens /path/to/vep_versioned_annotation_cache/105/hg38/default | |
| 9 #homo_sapiens_refseq_vep_105_GRCh38 hg38 105 refseq Homo sapiens hg38 (V105, Refseq) homo_sapiens /path/to/vep_versioned_annotation_cache/105/hg38/refseq | |
| 10 #homo_sapiens_merged_vep_105_GRCh38 hg38 105 merged Homo sapiens hg38 (V105, Merged) homo_sapiens /path/to/vep_versioned_annotation_cache/105/hg38/merged | |
| 11 # |
