From 26f9e3c40dad514102dfd19c0c1421a3c8b5e522 Mon Sep 17 00:00:00 2001 From: Lawson Woods Date: Wed, 10 Jan 2024 16:09:09 -0700 Subject: [PATCH] Initial Commit --- .codecov.yml | 0 .gitattributes | 0 .github/ISSUE_TEMPLATE/bug_report.md | 0 .github/ISSUE_TEMPLATE/feature_request.md | 0 .github/PULL_REQUEST_TEMPLATE.md | 0 .github/workflows/gh-ci.yaml | 0 .gitignore | 0 .pre-commit-config.yaml | 0 .pylintrc | 0 AUTHORS.md | 0 CHANGELOG.md | 0 CODE_OF_CONDUCT.md | 0 CONTRIBUTING.md | 0 LICENSE | 0 MANIFEST.in | 0 README.md | 0 devtools/conda-envs/test_env.yaml | 0 docs/Makefile | 0 docs/README.md | 0 docs/make.bat | 0 docs/requirements.yaml | 0 docs/source/_static/README.md | 0 docs/source/_static/logo/placeholder_favicon.svg | 0 docs/source/_static/logo/placeholder_logo.png | Bin docs/source/_templates/README.md | 0 docs/source/api.rst | 0 docs/source/conf.py | 0 docs/source/getting_started.rst | 0 docs/source/index.rst | 0 pyproject.toml | 0 readthedocs.yaml | 0 zarrtraj/__init__.py | 0 zarrtraj/data/README.md | 0 zarrtraj/data/__init__.py | 0 zarrtraj/data/files.py | 0 zarrtraj/data/mda.txt | 0 zarrtraj/tests/__init__.py | 0 zarrtraj/tests/conftest.py | 0 zarrtraj/tests/test_zarrtraj.py | 0 zarrtraj/tests/utils.py | 0 40 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 .codecov.yml mode change 100644 => 100755 .gitattributes mode change 100644 => 100755 .github/ISSUE_TEMPLATE/bug_report.md mode change 100644 => 100755 .github/ISSUE_TEMPLATE/feature_request.md mode change 100644 => 100755 .github/PULL_REQUEST_TEMPLATE.md mode change 100644 => 100755 .github/workflows/gh-ci.yaml mode change 100644 => 100755 .gitignore mode change 100644 => 100755 .pre-commit-config.yaml mode change 100644 => 100755 .pylintrc mode change 100644 => 100755 AUTHORS.md mode change 100644 => 100755 CHANGELOG.md mode change 100644 => 100755 CODE_OF_CONDUCT.md mode change 100644 => 100755 CONTRIBUTING.md mode change 100644 => 100755 LICENSE mode change 100644 => 100755 MANIFEST.in mode change 100644 => 100755 README.md mode change 100644 => 100755 devtools/conda-envs/test_env.yaml mode change 100644 => 100755 docs/Makefile mode change 100644 => 100755 docs/README.md mode change 100644 => 100755 docs/make.bat mode change 100644 => 100755 docs/requirements.yaml mode change 100644 => 100755 docs/source/_static/README.md mode change 100644 => 100755 docs/source/_static/logo/placeholder_favicon.svg mode change 100644 => 100755 docs/source/_static/logo/placeholder_logo.png mode change 100644 => 100755 docs/source/_templates/README.md mode change 100644 => 100755 docs/source/api.rst mode change 100644 => 100755 docs/source/conf.py mode change 100644 => 100755 docs/source/getting_started.rst mode change 100644 => 100755 docs/source/index.rst mode change 100644 => 100755 pyproject.toml mode change 100644 => 100755 readthedocs.yaml mode change 100644 => 100755 zarrtraj/__init__.py mode change 100644 => 100755 zarrtraj/data/README.md mode change 100644 => 100755 zarrtraj/data/__init__.py mode change 100644 => 100755 zarrtraj/data/files.py mode change 100644 => 100755 zarrtraj/data/mda.txt mode change 100644 => 100755 zarrtraj/tests/__init__.py mode change 100644 => 100755 zarrtraj/tests/conftest.py mode change 100644 => 100755 zarrtraj/tests/test_zarrtraj.py mode change 100644 => 100755 zarrtraj/tests/utils.py diff --git a/.codecov.yml b/.codecov.yml old mode 100644 new mode 100755 diff --git a/.gitattributes b/.gitattributes old mode 100644 new mode 100755 diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md old mode 100644 new mode 100755 diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md old mode 100644 new mode 100755 diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md old mode 100644 new mode 100755 diff --git a/.github/workflows/gh-ci.yaml b/.github/workflows/gh-ci.yaml old mode 100644 new mode 100755 diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml old mode 100644 new mode 100755 diff --git a/.pylintrc b/.pylintrc old mode 100644 new mode 100755 diff --git a/AUTHORS.md b/AUTHORS.md old mode 100644 new mode 100755 diff --git a/CHANGELOG.md b/CHANGELOG.md old mode 100644 new mode 100755 diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md old mode 100644 new mode 100755 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md old mode 100644 new mode 100755 diff --git a/LICENSE b/LICENSE old mode 100644 new mode 100755 diff --git a/MANIFEST.in b/MANIFEST.in old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/devtools/conda-envs/test_env.yaml b/devtools/conda-envs/test_env.yaml old mode 100644 new mode 100755 diff --git a/docs/Makefile b/docs/Makefile old mode 100644 new mode 100755 diff --git a/docs/README.md b/docs/README.md old mode 100644 new mode 100755 diff --git a/docs/make.bat b/docs/make.bat old mode 100644 new mode 100755 diff --git a/docs/requirements.yaml b/docs/requirements.yaml old mode 100644 new mode 100755 diff --git a/docs/source/_static/README.md b/docs/source/_static/README.md old mode 100644 new mode 100755 diff --git a/docs/source/_static/logo/placeholder_favicon.svg b/docs/source/_static/logo/placeholder_favicon.svg old mode 100644 new mode 100755 diff --git a/docs/source/_static/logo/placeholder_logo.png b/docs/source/_static/logo/placeholder_logo.png old mode 100644 new mode 100755 diff --git a/docs/source/_templates/README.md b/docs/source/_templates/README.md old mode 100644 new mode 100755 diff --git a/docs/source/api.rst b/docs/source/api.rst old mode 100644 new mode 100755 diff --git a/docs/source/conf.py b/docs/source/conf.py old mode 100644 new mode 100755 diff --git a/docs/source/getting_started.rst b/docs/source/getting_started.rst old mode 100644 new mode 100755 diff --git a/docs/source/index.rst b/docs/source/index.rst old mode 100644 new mode 100755 diff --git a/pyproject.toml b/pyproject.toml old mode 100644 new mode 100755 diff --git a/readthedocs.yaml b/readthedocs.yaml old mode 100644 new mode 100755 diff --git a/zarrtraj/__init__.py b/zarrtraj/__init__.py old mode 100644 new mode 100755 diff --git a/zarrtraj/data/README.md b/zarrtraj/data/README.md old mode 100644 new mode 100755 diff --git a/zarrtraj/data/__init__.py b/zarrtraj/data/__init__.py old mode 100644 new mode 100755 diff --git a/zarrtraj/data/files.py b/zarrtraj/data/files.py old mode 100644 new mode 100755 diff --git a/zarrtraj/data/mda.txt b/zarrtraj/data/mda.txt old mode 100644 new mode 100755 diff --git a/zarrtraj/tests/__init__.py b/zarrtraj/tests/__init__.py old mode 100644 new mode 100755 diff --git a/zarrtraj/tests/conftest.py b/zarrtraj/tests/conftest.py old mode 100644 new mode 100755 diff --git a/zarrtraj/tests/test_zarrtraj.py b/zarrtraj/tests/test_zarrtraj.py old mode 100644 new mode 100755 diff --git a/zarrtraj/tests/utils.py b/zarrtraj/tests/utils.py old mode 100644 new mode 100755