Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto-update stale genomes -- Was "RefGet track doesn't migrate to new endpoints on newer versions?" #1424

Open
brainstorm opened this issue Oct 29, 2023 · 1 comment
Assignees
Milestone

Comments

@brainstorm
Copy link
Contributor

Hello Jim,

One of our cancer curators noticed that her RefGet IGV track was gone, she had this configuration under $HOME/igv/genomes/hg38.json:

Screenshot 2023-10-30 at 9 31 53 am

I compared with mine and I had these (working) endpoints instead:

% cat igv/genomes/hg38.json
{
  "id": "hg38",
  "name": "Human (hg38)",
  "fastaURL": "https://s3.dualstack.us-east-1.amazonaws.com/igv.broadinstitute.org/genomes/seq/hg38/hg38.fa",
  "indexURL": "https://s3.dualstack.us-east-1.amazonaws.com/igv.broadinstitute.org/genomes/seq/hg38/hg38.fa.fai",
  "cytobandURL": "https://s3.dualstack.us-east-1.amazonaws.com/igv.org.genomes/hg38/annotations/cytoBandIdeo.txt.gz",
  "tracks": [
    {
      "name": "Refseq Genes",
      "format": "refgene",
      "url": "https://s3.dualstack.us-east-1.amazonaws.com/igv.org.genomes/hg38/ncbiRefGene.txt.gz",
      "indexed": false,
      "visibilityWindow": -1,
      "removable": false,
      "order": 1000000
    }
  ]
}

We ended up fixing it by simply running rm -rf $HOME/igv/genomes and restarting IGV.

Would it make sense to add some extra warning/messaging to the user or directly replace those S3 urls on disk if old non-working ones are detected?

Cheers!

@jrobinso
Copy link
Contributor

jrobinso commented Oct 30, 2023 via email

@jrobinso jrobinso self-assigned this Oct 30, 2023
@jrobinso jrobinso added this to the 3.0.0 milestone Oct 30, 2023
@jrobinso jrobinso changed the title RefGet track doesn't migrate to new endpoints on newer versions? Auto-update stale genomes -- Was "RefGet track doesn't migrate to new endpoints on newer versions?" Oct 30, 2023
@jrobinso jrobinso modified the milestones: 2.17.0, 3.0.0 Jan 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants