Closed nakib103 closed 1 month ago
https://www.ebi.ac.uk/panda/jira/browse/ENSWBSITES-2775
Transcript version is always 1 when GFF file is used. It seems it has been hard coded. This PR fixes this issue -
1
--transcript_version
Test with rs699 and see if it matches transcript and gene version -
rs699
vep --id "1 230710048 rs699 A G" --force --gff /pathto/genes.gff3.bgz --fasta /pathto/Homo_sapiens.GRCh38.dna.toplevel.fa.gz --transcript_version --gene_version
Check the ticket for GFF and FASTA file location for testing.
https://www.ebi.ac.uk/panda/jira/browse/ENSWBSITES-2775
Transcript version is always
1
when GFF file is used. It seems it has been hard coded. This PR fixes this issue ---transcript_version
is given.Test
Test with
rs699
and see if it matches transcript and gene version -Check the ticket for GFF and FASTA file location for testing.