Entering edit mode
Hi! I have recently updated Salmon to the latest version (0.14.0) and I'm not anymore able to import Salmon outputs into R using the code
tximport(file, type = "salmon", txOut = TRUE, countsFromAbundance = "no")
This is the error that I get when I run the code above:
txi <- tximport(file, type = "salmon", txOut = TRUE, countsFromAbundance = "no") reading in files with read_tsv Error in readBin(bootCon, "integer", n = expected.n) : invalid 'n' argument
Any suggestion? Thanks
Edo
Getting the same error, is there any quick fix? Thanks ML for working on it.
It's fixed. What version are you using?
Can you reload R and try the code again?
At least two others have reported that the new versions fix the bug.
OK, I reinstalled it and now it's working! Thanks again Michael!