swh:1:snp:72a4c465b82ec18a5d1f703821d91720268b476f
Raw File
Tip revision: 9634526d5405e68bc2487cf287e61bd73551b325 authored by Philipp A on 17 March 2020, 12:10:34 UTC
try fixing h5py error
Tip revision: 9634526
.gitignore
# Scanpy outfiles
/cache/
/data/
/write/

# Docs
/docs/_build/
/docs/api/scanpy.*.rst
/docs/external/scanpy.*.rst
!/docs/api/scanpy.api.rst
!/docs/api/scanpy.api.AnnData.rst
!/docs/api/scanpy.plotting.rst
!/docs/api/scanpy.external.rst

# tests
/.cache/
/.pytest_cache/
/scanpy/tests/test*.h5ad
/scanpy/tests/figures/
/scanpy/tests/notebooks/figures/

# Environment management
/Pipfile
/Pipfile.lock

# always-ignore extensions
*~

# Python build files
__pycache__/
/dist/
/build/
/scanpy.egg-info/
/*-env/
/env-*/

# OS stuff
.DS_Store
Thumbs.db
.ipynb_checkpoints/
.directory

# IDEs and editors
/.idea/
/.vscode/
back to top