We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
genetic_data = pd.read_csv('https://github.com/EpistasisLab/scikit-mdr/blob/master/data/GAMETES_Epistasis_2-Way_20atts_0.4H_EDM-1_1.tsv.gz', sep='\t', compression='gzip')
The above command is not working, error says : "BadGzipFile: Not a gzipped file (b'\n\n')"
The text was updated successfully, but these errors were encountered:
I just had the same issue. Apparently there was an error in the upload, since it's a JSON file and contains no actual data.
Sorry, something went wrong.
No branches or pull requests
genetic_data = pd.read_csv('https://github.com/EpistasisLab/scikit-mdr/blob/master/data/GAMETES_Epistasis_2-Way_20atts_0.4H_EDM-1_1.tsv.gz', sep='\t', compression='gzip')
The above command is not working, error says : "BadGzipFile: Not a gzipped file (b'\n\n')"
The text was updated successfully, but these errors were encountered: