SpliceR genome session error
I am using SpliceR and am trying to create a genome session using following command
session <- browserSession("UCSC")
genome(session) <- "hg19"
And I see following error
Error in
genome<-(*tmp*, value = "hg19") : Failed to set session genome to 'hg19'
If you set it for the first time, it works fine but you cannot not change it. In this case, its already set to hg38. Can anybody help?
• 1,944 views
•
link
0 answers
No answers yet.
Log in to answer this question.
Not the solution, but found a way to avoid the use of genome(session) here.
The commands in this original article are different from the Vignette.