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

ucscGenomes() returns NULL #75

Open
endeneon opened this issue Aug 31, 2022 · 2 comments
Open

ucscGenomes() returns NULL #75

endeneon opened this issue Aug 31, 2022 · 2 comments

Comments

@endeneon
Copy link

> ucscGenomes()
Error in UseMethod("xmlNamespaceDefinitions") : 
  no applicable method for 'xmlNamespaceDefinitions' applied to an object of class "NULL"

According to the function description it would populate data from http://genome.ucsc.edu/cgi-bin every time when it was called and returns a data.frame. However, starting from this week it seems that either the UCSC genome browser website changed its XML data format or simply put a 403 page there. Does anyone experience the same error (especially when using GViz-related functions such as UcscTrack() that calls this function? Thanks!

@maximilianh
Copy link

UCSC here with some comments, as we got a mailing list question: cgi-bin always returned a 404, Rtracklayer doesn't use this URL, it uses the API see https://github.com/lawremi/rtracklayer/blob/master/R/ucsc.R#L1475. AFAIK it uses the endpoint http://api.genome.ucsc.edu/list/ucscGenomes and this endpoint works as it always worked, it lists the genomes. So this seems to be unrelated to anything we did ... ?

@sanchit-saini
Copy link
Contributor

Hi @endeneon,

I wasn't able to replicate it. Can you share your sessionInfo.

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

3 participants