Skip to content

Commit

Permalink
Add new Ensembl
Browse files Browse the repository at this point in the history
  • Loading branch information
davmlaw committed Mar 6, 2023
1 parent 7489b15 commit 035bd30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate_transcript_data/ensembl_transcripts_grch38.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ fi

#81 is first GFF3 for GRCh38
merge_args=()
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; do
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; do
# Switched to using GTFs as they contain protein version
filename=Homo_sapiens.GRCh38.${release}.gff3.gz
url=ftp://ftp.ensembl.org/pub/release-${release}/gff3/homo_sapiens/${filename}
Expand Down

0 comments on commit 035bd30

Please sign in to comment.