-
Notifications
You must be signed in to change notification settings - Fork 9
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
Error: Not an arrow file #30
Comments
Update - okay so I have changed my code bit and instead used the following to download the file I needed. But now I get a new error again with importRankings():
Something is wrong with the way importRankings is opening the downloaded feather file. It is an error no matter what method I use to download the the file. |
Dear @kdbchau, I don't recognize the error message, but the most likely reason is a failure on the download. The files are quite big, and the attempt to download them directly in R usually results in incomplete files. Please confirm whether the download was successful by comparing the shasums (they are available in the same location as the database file: https://resources.aertslab.org/cistarget/databases/drosophila_melanogaster/dm6/flybase_r6.02/mc8nr/gene_based/dm6-5kb-upstream-full-tx-11species.mc8nr.genes_vs_motifs.rankings.feather.sha1sum.txt ). If the download is incomplete, we would suggest to try with I hope this helps,
|
Do incomplete downloads always produce a shasum file? I see the file in the location I had it downloaded but no shasum files. Reason I had to change a directory was because I could not find any access to a database folder. |
So I used zsync_curl and after a while I still got this error trying to use
Seems like everything downloaded fine. But now I have two database files in my directory, one ending with When I try Should the zsync downloaded file have the |
I have another question - how do I even download the sha256sum.txt for the database I downloaded? The link you provide is what would be the shasum textfile for the database for me to compare with - but I redownloaded the database on a different cluster a few times with no sha256sum.txt file produced anywhere. Once again, on a different cluster with the latest Rcistarget downloaded the feather file downloaded (746kb - I downloaded it two ways and the size was identical) the error persists:
|
I'm having issues downloading and reading the drosophila feather file. I have no idea what the error message means and when I look it up, I don't get any answers online.
My code and the error message:
That's it...that one line is the whole error and I don't know what an arrow file is?
The text was updated successfully, but these errors were encountered: