igvteam / igv-webapp

IGV Web App
https://igv.org/app
MIT License
118 stars 44 forks source link

Gencode v36 #244

Closed s-paquette closed 2 years ago

s-paquette commented 2 years ago

With the Genomics Data Commons moving to Gencode v36, are there plans to make the v36 annotation available in the AWS bucket?

jrobinso commented 2 years ago

Updates such as this are done by request, I will assume this is a request for the "hg38" assembly.

We aren't connected to the "Genomics Data Commons" project

s-paquette commented 2 years ago

Understood. Yes, a request for Genocode v36 HG38, when you have a chance. Thank you!

jrobinso commented 2 years ago

v40 is the latest version.

jrobinso commented 2 years ago

@s-paquette I'm a bit confused by your request, why do you specifically reference the AWS bucket?

s-paquette commented 2 years ago

That's where the examples in the Wiki show it:

{
      name: "Genes",
      type: "annotation",
      format: "bed",
      sourceType: "file",
      url: "//igv.broadinstitute.org/annotations/hg19/genes/gencode.v18.collapsed.bed",
      indexURL: "//igv.broadinstitute.org/annotations/hg19/genes/gencode.v18.collapsed.bed.idx",
      displayMode: "EXPANDED"
    }

We had previously been pointed to https://s3.amazonaws.com/igv.broadinstitute.org/annotations/hg38/genes/gencode.v24.annotation.sorted.gtf.gz (where previously was some years ago), so I wanted to check and find out if these were still being offered.

jrobinso commented 2 years ago

Oh thanks, I'll update the wiki example. We host some tracks for convenience, but unlike for example UCSC hosting data is not a primary goal of this project, files move from time to time and even get deleted as we don't have unlimited storage.

Having said that I'll be updating our hosted set to include v36 and v40.

jrobinso commented 2 years ago

This request really doesn't apply to igv.js, which is just the javascript component. Moving to igv-webapp.

jrobinso commented 2 years ago

I've added v36 and v40 to the "Annotations" menu for hg38, this will appear in the next webapp release.