Open asura117 opened 5 years ago
The input file for make_snpfile.py is a VCF file where in all the annotations (i.e. all the possible canonical transcripts are in one line) are clubbed together at one instance. Therefore, the script only takes the instance available to it to make the snpfile.txt.
Hi, I was just wondering how the _makesnpfile.py deals with annotations in different transcripts/genes of the same variation. Does the script only take into account only the first instance of the annotation (for example CADD score or CLINVAR) or does it parse through the entire record for all the canonical annotations to retain qualifying variants?