And this warning message:
In addition: Warning message:
In .getcdsIDX(mcols0$type, mcols0$phase) :
The "phase" metadata column contains non-NA values for features of type stop_codon. This information was
ignored."
Salmon version: 1.2.1
Tximeta version: v1.6.2
Newest R and RStudio versions.
Normally i would ignore the warning, but the error does not permit me to continue. I believe, that the website is not working. Has it moved to a different domain or just temporary unavailable?
This hasn't happened before, but it affects core packages upstream, so either it will be resolved on the UCSC side (maybe it's just down right now) or on the Bioc side (maybe they moved the location and we need to update).
In the meantime, you can use skipMeta=TRUE to import the transcript-level counts. Maybe I can work on a work-around in the case that this is the only metadata task that is broken (but e.g. the GTF file is reachable, parsed, cached locally, etc.)
The download server seems to be down. But do note that tximeta is simply downloading a freely available resource, which is different from being responsible for that resource, or for that matter knowing anything about what the suppliers of that resource might be up to. That sort of question should be directed to the folks at UCSC Genome Browser.
Thank you! Could it be that the function which summarizes transcriptome counts to gene level doesn`t work because of the missing file?
It probably won't but I'm writing a fix now, to avoid this one step that requires UCSC server connect.
I forgot, I already pushed a fixed for this last year. You can use
skipSeqinfo=TRUE
. See description here:https://rdrr.io/bioc/tximeta/man/tximeta.html
Will this in any way affect the quality going forward? Should i redo it when the server comes online?
Your chromosomes won’t have lengths as according to UCSC. I’d redo it for completeness.