.flake8
.gitignore
.readthedocs.yaml
Dockerfile
LICENSE
README.md
pyproject.toml
setup.py
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/user-story.md
.github/workflows/add_issue_to_project_board.yml
.github/workflows/publish_dev.yml
.github/workflows/publish_main.yml
.github/workflows/run_dev_tests.yml
.github/workflows/run_main_tests.yml
docs/Makefile
docs/make.bat
docs/diagrams/system_container.png
docs/diagrams/system_container.puml
docs/diagrams/system_context.png
docs/diagrams/system_context.puml
docs/examples/example1.csv
docs/source/Contributing.rst
docs/source/UserGuide.rst
docs/source/aind_data_transfer_service.configs.rst
docs/source/aind_data_transfer_service.hpc.rst
docs/source/aind_data_transfer_service.models.rst
docs/source/aind_data_transfer_service.rst
docs/source/conf.py
docs/source/index.rst
docs/source/modules.rst
docs/source/_static/dark-logo.svg
docs/source/_static/favicon.ico
docs/source/_static/light-logo.svg
src/aind_data_transfer_service/__init__.py
src/aind_data_transfer_service/log_handler.py
src/aind_data_transfer_service/server.py
src/aind_data_transfer_service.egg-info/PKG-INFO
src/aind_data_transfer_service.egg-info/SOURCES.txt
src/aind_data_transfer_service.egg-info/dependency_links.txt
src/aind_data_transfer_service.egg-info/requires.txt
src/aind_data_transfer_service.egg-info/top_level.txt
src/aind_data_transfer_service/configs/__init__.py
src/aind_data_transfer_service/configs/csv_handler.py
src/aind_data_transfer_service/configs/job_configs.py
src/aind_data_transfer_service/configs/job_upload_template.py
src/aind_data_transfer_service/hpc/__init__.py
src/aind_data_transfer_service/hpc/client.py
src/aind_data_transfer_service/hpc/models.py
src/aind_data_transfer_service/models/__init__.py
src/aind_data_transfer_service/models/core.py
src/aind_data_transfer_service/models/internal.py
src/aind_data_transfer_service/templates/index.html
src/aind_data_transfer_service/templates/job_params.html
src/aind_data_transfer_service/templates/job_status.html
src/aind_data_transfer_service/templates/job_tasks_table.html
src/aind_data_transfer_service/templates/task_logs.html
tests/__init__.py
tests/test_configs.py
tests/test_core.py
tests/test_csv_handler.py
tests/test_hpc_client.py
tests/test_hpc_models.py
tests/test_internal.py
tests/test_job_upload_template.py
tests/test_log_handler.py
tests/test_server.py
tests/resources/airflow_dag_run_response.json
tests/resources/airflow_dag_runs_response.json
tests/resources/airflow_task_instances_response.json
tests/resources/describe_parameters_response.json
tests/resources/get_parameter_response.json
tests/resources/job_upload_template.xlsx
tests/resources/new_sample.csv
tests/resources/sample.csv
tests/resources/sample.xlsx
tests/resources/sample_alt_modality_case.csv
tests/resources/sample_empty_rows.csv
tests/resources/sample_empty_rows.xlsx
tests/resources/sample_invalid_ext.txt
tests/resources/sample_malformed.csv
tests/resources/sample_malformed.xlsx
tests/resources/sample_malformed_2.csv
tests/test_server/Dockerfile
tests/test_server/db.json