Good Morning Emily:
We find start/stop codons in the GTF definition file from Ensembl:
15 protein_coding start_codon 41145394 41145395 . +0 gene_id
"ENSG00000166145"; transcript_id "ENST00000566928"; exon_number "1"; gene_name "SPINT1";
gene_biotype "protein_coding"; transcript_name "SPINT1-007";
15 protein_coding stop_codon 41149022 41149024 . +0 gene_id
"ENSG00000166145"; transcript_id "ENST00000566928"; exon_number "8"; gene_name "SPINT1";
gene_biotype "protein_coding"; transcript_name "SPINT1-007";
As found in the file:
ftp://ftp.ensembl.org/pub/release-73/gtf/homo_sapiens/Homo_sapiens.GRCh37.73.gtf.gz
I'm assuming this is why our conversion system called it complete ?
--Hiram