Skip to content
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

Problem with opening a file #2

Open
behnam-yousefi opened this issue Feb 19, 2024 · 4 comments
Open

Problem with opening a file #2

behnam-yousefi opened this issue Feb 19, 2024 · 4 comments

Comments

@behnam-yousefi
Copy link

I'm not sure how to read the file Human-2019-Ximerakis-BaderLab-2017.txt.zip. Could you please give me a hint?

@earmingol
Copy link
Collaborator

earmingol commented Feb 19, 2024

Hi @behnam-yousefi

For opening that file you need to unzip it, then you will end up with the Human-2019-Ximerakis-BaderLab-2017.txt file. You can open it with excel or through pandas if you use python, as a tabular file (e.g. lr_list = pd.read_csv('Human-2019-Ximerakis-BaderLab-2017.txt', sep='\t'))

I hope this helps!

@behnam-yousefi
Copy link
Author

Thank you so much. The unzip part is where I have problem with. I used
unzip Human-2019-Ximerakis-BaderLab-2017.txt.zip command and ArchiveManager tool, but neither worked.

@earmingol
Copy link
Collaborator

Which OS are you using? I 'm using macOS and double clicking on the file works fine... if you cannot open it I can share the file with you, but the uncompressed version is about 85MB. that's why we didn't uploaded directly to github (it allows files up to 50mb)

@behnam-yousefi
Copy link
Author

Thanks for your response. I was working on Linux; but now I used a MacBook (as you suggested) to open the file, and it worked :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants