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

I cannot unzip the four gz-suffixed files in the data directory #76

Closed
gaojunhui68 opened this issue May 14, 2018 · 2 comments
Closed

Comments

@gaojunhui68
Copy link

No description provided.

@gwaybio
Copy link
Collaborator

gwaybio commented May 14, 2018

There are a couple things to note.

  1. Is git-lfs installed? If its not, the git pull command will not fetch the actual data, just a pointer. After installing, run git lfs pull.
  2. Once downloaded, pandas can operate directly on the .gz files (df = pd.read_table(data.gz))
  3. To unzip: gunzip *.gz

@cgreene
Copy link
Member

cgreene commented Aug 17, 2018

Doing a bit of issue cleaning. @gaojunhui68 : I'm closing this for inactivity and because @gwaygenomics provided an explanation.

@cgreene cgreene closed this as completed Aug 17, 2018
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

3 participants