Skip to content

Commit 280a9d6

Browse files
committed
Add Ensembl 111
1 parent e64ef23 commit 280a9d6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### Added
44

5-
- New GFFs: RefSeq RS_2023_10, Ensembl VEP110
5+
- New GFFs: RefSeq RS_2023_10, Ensembl 110, 111
66
- #66 - We now store 'Note' field (thanks holtgrewe for suggestion)
77
- Added requirements.txt for 'generate_transcript_data' sections
88
- client / JSON data schema version compatability check

generate_transcript_data/ensembl_transcripts_grch38.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ fi
2525

2626
#81 is first GFF3 for GRCh38
2727
merge_args=()
28-
for release in 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110; do
28+
for release in 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111; do
2929
# Switched to using GTFs as they contain protein version
3030
filename=Homo_sapiens.GRCh38.${release}.gff3.gz
3131
url=ftp://ftp.ensembl.org/pub/release-${release}/gff3/homo_sapiens/${filename}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# After 0.2.22 we split version into separate code (pip) and data schema versions
22
# The cdot client will use its own major/minor to determine whether it can read these data files
3-
JSON_SCHEMA_VERSION = "0.2.22"
3+
JSON_SCHEMA_VERSION = "0.2.23"

0 commit comments

Comments
 (0)