Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
The spec for the GFF files says there is a “version” tag on the CDS for the protein version, but it is not added to GFF files.
(e.g. here is a line from GRCh38.111.gff3 with protein_id but no version:1 havana CDS 65565 65573 . + 0 ID=CDS:ENSP00000493376;Parent=transcript:ENST00000641515;protein_id=ENSP00000493376).
On the browser, this protein ID is ENSP00000493376.2 in 111 (http://jan2024.archive.ensembl.org/Homo_sapiens/Transcript/ProteinSummary?db=core;g=ENSG00000186092;r=1:65419-71585;t=ENST00000641515) and 112 (https://may2024.archive.ensembl.org/Homo_sapiens/Transcript/ProteinSummary?db=core;g=ENSG00000186092;r=1:65419-71585;t=ENST00000641515)
The README file mentions version: (https://ftp.ensembl.org/pub/release-112/gff3/homo_sapiens/README)CDS
ID: Unique identifier, format “CDS:<protein_stable_id>”
Parent: Transcript identifier, format “transcript:<transcript_stable_id>”
protein_id: Ensembl protein stable ID
version: Ensembl protein version
Benefits
Possible Drawbacks
None
Testing
No changes. Test suite could run successfully