-
Notifications
You must be signed in to change notification settings - Fork 285
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
read compressed files from a URL #163
Comments
I just experienced the same issue:
If I download the file first it works fine. |
And another...
It does not however decompress a file downloaded from a url: a_url <- "ftp://data.modencode.org/D.melanogaster/Histone-Modification/ChIP-chip/computed-peaks_gff3/H3K9acS10P%3aCell-Line=S2-DRSC%23Developmental-Stage=Late-Embryonic-stage%23Tissue=Embryo-derived-cell-line%3aChIP-chip%3aRep-1%3a%3aDmel_r5.32%3amodENCODE_2660.gff3.gz"
readr::read_tsv(a_url, skip = 100)
#> Error in collectorsGuess(source, tokenizer, n = 100) :
#> embedded nul in string: '\x91\xff\xa9\017b\xac\036\x823\xf2~\xd0\025^\xec\xe5\xc9!\005\x8d\0\032\xb5=R~\xf0]\xf4\020\x9c\xb1\xf8]3y\xa1\x98\xd7L\xa7\xc9J4E\xf1\xf7\xbe\x8fB\xf5\020\x9cQ\xafo]&\xbc@v\xc4\xc5Ljd`>F\xaa\xf7Y\xfd\036\x823\x9a\xf2h\xea.e\xb1\x9b\x91\xc7' (if you download the file and I would have expected that download+decompress. If this is possible it would be great! |
Merged
This was referenced Dec 15, 2017
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Here is an example with an error:
The text was updated successfully, but these errors were encountered: