.gitignore
AUTHORS.txt
CHANGELOG.rst
LICENSE.txt
README.rst
pyproject.toml
tox.ini
.github/workflows/sdist.yml
.github/workflows/tox.yml
doc/Makefile
doc/source/changelog.rst
doc/source/conf.py
doc/source/index.rst
src/blue_cwl/__init__.py
src/blue_cwl/brain_regions.py
src/blue_cwl/cli.py
src/blue_cwl/connectome.py
src/blue_cwl/constants.py
src/blue_cwl/density_manipulation.py
src/blue_cwl/exceptions.py
src/blue_cwl/hashing.py
src/blue_cwl/model.py
src/blue_cwl/nexus.py
src/blue_cwl/population_utils.py
src/blue_cwl/recipes.py
src/blue_cwl/registering.py
src/blue_cwl/staging.py
src/blue_cwl/statistics.py
src/blue_cwl/testing.py
src/blue_cwl/typing.py
src/blue_cwl/utils.py
src/blue_cwl/validation.py
src/blue_cwl/variant.py
src/blue_cwl.egg-info/PKG-INFO
src/blue_cwl.egg-info/SOURCES.txt
src/blue_cwl.egg-info/dependency_links.txt
src/blue_cwl.egg-info/entry_points.txt
src/blue_cwl.egg-info/requires.txt
src/blue_cwl.egg-info/top_level.txt
src/blue_cwl/core/__init__.py
src/blue_cwl/core/command.py
src/blue_cwl/core/common.py
src/blue_cwl/core/config.py
src/blue_cwl/core/cwl.py
src/blue_cwl/core/cwl_types.py
src/blue_cwl/core/environment.py
src/blue_cwl/core/exceptions.py
src/blue_cwl/core/executor.py
src/blue_cwl/core/parser.py
src/blue_cwl/core/process.py
src/blue_cwl/core/resolve.py
src/blue_cwl/core/types.py
src/blue_cwl/core/utils.py
src/blue_cwl/core/validate.py
src/blue_cwl/core/schemas/commandlinetool.yml
src/blue_cwl/core/schemas/workflow.yml
src/blue_cwl/data/brain_regions.json
src/blue_cwl/data/builderRecipeAllPathways.xml
src/blue_cwl/generators/cell_composition/cell_composition_manipulation/v1/definition.cwl
src/blue_cwl/generators/cell_composition/cell_composition_manipulation/v2/definition.cwl
src/blue_cwl/generators/cell_position/neurons_cell_position/v1/definition.cwl
src/blue_cwl/generators/cell_position/neurons_cell_position/v2/definition.cwl
src/blue_cwl/generators/connectome/placeholder/v1/definition.cwl
src/blue_cwl/generators/connectome/placeholder/v1-dev/definition.cwl
src/blue_cwl/generators/connectome/placeholder/v1-small/definition.cwl
src/blue_cwl/generators/connectome/placeholder/v2/definition.cwl
src/blue_cwl/generators/connectome_filtering/synapses/v1/definition.cwl
src/blue_cwl/generators/connectome_filtering/synapses/v1-dev/definition.cwl
src/blue_cwl/generators/connectome_filtering/synapses/v1-small/definition.cwl
src/blue_cwl/generators/connectome_filtering/synapses/v2/connectome_filtering.cwl
src/blue_cwl/generators/connectome_filtering/synapses/v2/definition.cwl
src/blue_cwl/generators/connectome_filtering/synapses/v2/dirs.cwl
src/blue_cwl/generators/connectome_filtering/synapses/v2/parquet_to_sonata.cwl
src/blue_cwl/generators/connectome_filtering/synapses/v2/register.cwl
src/blue_cwl/generators/connectome_filtering/synapses/v2/staging.cwl
src/blue_cwl/generators/connectome_filtering/synapses/v2/transform.cwl
src/blue_cwl/generators/connectome_filtering/synapses/v2/workflow.yml
src/blue_cwl/generators/memodel/neurons_memodel/v1/definition.cwl
src/blue_cwl/generators/memodel/neurons_memodel/v1-dev/definition.cwl
src/blue_cwl/generators/memodel/neurons_memodel/v1-small/definition.cwl
src/blue_cwl/generators/memodel/neurons_memodel/v2/definition.cwl
src/blue_cwl/generators/mmodel/neurons_mmodel/v1/definition.cwl
src/blue_cwl/generators/mmodel/neurons_mmodel/v1-dev/definition.cwl
src/blue_cwl/generators/mmodel/neurons_mmodel/v2/definition.cwl
src/blue_cwl/generators/testing/connectome/v1/definition.cwl
src/blue_cwl/generators/testing/connectome_filtering/v1/definition.cwl
src/blue_cwl/generators/testing/position/v0.3.1/definition.cwl
src/blue_cwl/generators/testing/position/v1/definition.cwl
src/blue_cwl/me_model/__init__.py
src/blue_cwl/me_model/entity.py
src/blue_cwl/me_model/recipe.py
src/blue_cwl/me_model/staging.py
src/blue_cwl/mmodel/__init__.py
src/blue_cwl/mmodel/config.py
src/blue_cwl/mmodel/entity.py
src/blue_cwl/mmodel/overrides.py
src/blue_cwl/mmodel/recipe.py
src/blue_cwl/mmodel/schemas.py
src/blue_cwl/mmodel/staging.py
src/blue_cwl/schemas/brain_region_selector_config_distribution.yml
src/blue_cwl/schemas/canonical_morphology_model_config_distribution_v2.yml
src/blue_cwl/schemas/cell_composition_summary_distribution.yml
src/blue_cwl/schemas/cell_composition_volume_distribution.yml
src/blue_cwl/schemas/emodel_config_distribution.yml
src/blue_cwl/schemas/me_model_config_distribution.yml
src/blue_cwl/schemas/morphology_assignment_config_distribution.yml
src/blue_cwl/schemas/placeholder_emodel_config_distribution.yml
src/blue_cwl/schemas/placeholder_morphology_config_distribution_v2.yml
src/blue_cwl/wrappers/__init__.py
src/blue_cwl/wrappers/cell_composition_manipulation.py
src/blue_cwl/wrappers/cell_composition_summary.py
src/blue_cwl/wrappers/connectome_filtering_synapses.py
src/blue_cwl/wrappers/connectome_generation_placeholder.py
src/blue_cwl/wrappers/density_calculation.py
src/blue_cwl/wrappers/memodel.py
src/blue_cwl/wrappers/mmodel.py
src/blue_cwl/wrappers/neurons_cell_position.py
tests/__init__.py
tests/functional/__init__.py
tests/functional/certificate.sh
tests/functional/test_cell_composition.py
tests/functional/test_cell_position.py
tests/functional/test_connectome_filtering_synapses.py
tests/functional/test_connectome_generation_placeholder.py
tests/functional/test_mmodel.py
tests/functional/test_nexus_ok.py
tests/functional/test_placeholder_emodel_assignment.py
tests/functional/test_placeholder_morphology_assignment.py
tests/functional/utils.py
tests/functional/cell-composition-summary/atlas_release_dataset.json
tests/functional/cell-composition-summary/run.sh
tests/functional/data/expected_node_sets.json
tests/unit/__init__.py
tests/unit/conftest.py
tests/unit/test_brain_regions.py
tests/unit/test_connectome.py
tests/unit/test_definitions_integration.py
tests/unit/test_density_manipulation.py
tests/unit/test_nexus.py
tests/unit/test_population_utils.py
tests/unit/test_recipes.py
tests/unit/test_registering.py
tests/unit/test_schemas.py
tests/unit/test_staging.py
tests/unit/test_statistics.py
tests/unit/test_utils.py
tests/unit/test_validation.py
tests/unit/test_variant.py
tests/unit/utils.py
tests/unit/app/__init__.py
tests/unit/app/test_cell_composition_manipulation.py
tests/unit/app/test_density_calculation.py
tests/unit/core/test_command.py
tests/unit/core/test_common.py
tests/unit/core/test_config.py
tests/unit/core/test_cwl.py
tests/unit/core/test_cwl_types.py
tests/unit/core/test_environment.py
tests/unit/core/test_executor.py
tests/unit/core/test_parser.py
tests/unit/core/test_process.py
tests/unit/core/test_resolve.py
tests/unit/core/test_use_cases.py
tests/unit/core/test_utils.py
tests/unit/core/test_validate.py
tests/unit/core/data/.gitignore
tests/unit/core/data/config.yml
tests/unit/core/data/cat-echo/cat.cwl
tests/unit/core/data/cat-echo/config.yml
tests/unit/core/data/cat-echo/echo-and-write.py
tests/unit/core/data/cat-echo/echo.cwl
tests/unit/core/data/cat-echo/workflow-cat-echo-with-files.cwl
tests/unit/core/data/cat-echo/workflow-cat-echo-wrong-input.cwl
tests/unit/core/data/cat-echo/workflow-cat-echo.cwl
tests/unit/core/data/cmd_tools/copy_file.cwl
tests/unit/core/data/cmd_tools/copy_file.py
tests/unit/core/data/cmd_tools/copy_file_chain.cwl
tests/unit/core/data/cmd_tools/copy_file_chain_embedded.cwl
tests/unit/core/data/cmd_tools/generator_tool.cwl
tests/unit/core/data/cmd_tools/generator_workflow.cwl
tests/unit/core/data/use_cases/array_types.cwl
tests/unit/core/data/use_cases/array_types_workflow.cwl
tests/unit/core/data/use_cases/copy.cwl
tests/unit/core/data/use_cases/copy_file.cwl
tests/unit/core/data/use_cases/copy_file.py
tests/unit/core/data/use_cases/copy_file_chain.cwl
tests/unit/core/data/use_cases/copy_file_chain_broken.cwl
tests/unit/core/data/use_cases/copy_file_chain_embedded.cwl
tests/unit/core/data/use_cases/copy_workflow.cwl
tests/unit/core/data/use_cases/copy_workflow.yml
tests/unit/core/data/use_cases/essential_parameters.cwl
tests/unit/core/data/use_cases/file_param_ref.cwl
tests/unit/core/data/use_cases/foo.txt
tests/unit/core/data/use_cases/generator_tool.cwl
tests/unit/core/data/use_cases/generator_workflow.cwl
tests/unit/core/data/use_cases/write.cwl
tests/unit/core/data/use_cases/write.py
tests/unit/data/.gitignore
tests/unit/data/cell_density_summary.json
tests/unit/data/connectome_dataset.json
tests/unit/data/empty_dd_overrides.arrow
tests/unit/data/empty_er_overrides.arrow
tests/unit/data/empty_macro_overrides.arrow
tests/unit/data/empty_variant_overrides.arrow
tests/unit/data/hrm_cell_counts.parquet
tests/unit/data/hrm_cell_positions.parquet
tests/unit/data/mba_hierarchy_v3l23split.json
tests/unit/data/mmodel_config.json
tests/unit/data/nodes.h5
tests/unit/data/nodes_100.h5
tests/unit/data/placement_hints_catalog.json
tests/unit/data/synapse_config.json
tests/unit/data/synaptic_parameters.json
tests/unit/data/synaptic_type_assignment.json
tests/unit/data/test_file.json
tests/unit/data/test_file.yml
tests/unit/data/variant_metadata.json
tests/unit/data/atlas/brain_regions.nrrd
tests/unit/data/atlas/hierarchy.json
tests/unit/data/circuit/edges.h5
tests/unit/data/circuit/nodes.h5
tests/unit/data/me-type-property/cell_composition.yaml
tests/unit/data/me-type-property/job.cwl
tests/unit/data/me-type-property/mtype_taxonomy.tsv
tests/unit/data/me-type-property/data/cell_composition.yaml
tests/unit/data/me-type-property/data/mtype_taxonomy.tsv
tests/unit/data/morphology-in-space/me-type-property.json
tests/unit/data/morphology-in-space/neurondb-axon.dat
tests/unit/data/morphology-in-space/nodes__me_type_property.h5
tests/unit/data/morphology-in-space/placement_rules.xml
tests/unit/data/morphology-in-space/tmd_distributions.json
tests/unit/data/morphology-in-space/tmd_parameters.json
tests/unit/data/schemas/brain_region_selector_config_distribution.json
tests/unit/data/schemas/canonical_morphology_model_config_distribution_v2.json
tests/unit/data/schemas/cell_composition_summary_distribution.json
tests/unit/data/schemas/cell_composition_volume_distribution.json
tests/unit/data/schemas/me_model_config_distribution.json
tests/unit/data/schemas/morphology_assignment_config_distribution.json
tests/unit/data/schemas/placeholder_emodel_config_distribution.json
tests/unit/data/schemas/placeholder_morphology_config_distribution_v1.json
tests/unit/data/schemas/placeholder_morphology_config_distribution_v2.json
tests/unit/me-model/__init_-.py
tests/unit/me-model/conftest.py
tests/unit/me-model/test_recipe.py
tests/unit/me-model/test_staging.py
tests/unit/me-model/test_wrapper.py
tests/unit/me-model/data/circuit_config.json
tests/unit/me-model/data/detailed_circuit_metadata.json
tests/unit/me-model/data/emodel_configuration_distribution.json
tests/unit/me-model/data/emodel_configuration_metadata.json
tests/unit/me-model/data/emodel_distribution.json
tests/unit/me-model/data/emodel_metadata.json
tests/unit/me-model/data/emodel_pipeline_settings_distribution.json
tests/unit/me-model/data/emodel_pipeline_settings_metadata.json
tests/unit/me-model/data/emodel_script_distribution.hoc
tests/unit/me-model/data/emodel_script_metadata.json
tests/unit/me-model/data/emodel_workflow_distribution.json
tests/unit/me-model/data/emodel_workflow_metadata.json
tests/unit/me-model/data/extraction_targets_configuration_distribution.json
tests/unit/me-model/data/extraction_targets_configuration_metadata.json
tests/unit/me-model/data/fitness_calculator_configuration_distribution.json
tests/unit/me-model/data/fitness_calculator_configuration_metadata.json
tests/unit/me-model/data/materialized_me_model_config.json
tests/unit/me-model/data/materialized_placeholder_emodel_config.json
tests/unit/me-model/data/me_model_config_distribution.json
tests/unit/me-model/data/neuron_morphology_distribution.swc
tests/unit/me-model/data/neuron_morphology_metadata.json
tests/unit/me-model/data/placeholder_emodel_config_distribution.json
tests/unit/me-model/data/subcellular_model_script_distribution.mod
tests/unit/me-model/data/subcellular_model_script_metadata.json
tests/unit/mmodel/__init__.py
tests/unit/mmodel/conftest.py
tests/unit/mmodel/test_config.py
tests/unit/mmodel/test_entity.py
tests/unit/mmodel/test_overrides.py
tests/unit/mmodel/test_recipe.py
tests/unit/mmodel/test_schemas.py
tests/unit/mmodel/test_staging.py
tests/unit/mmodel/test_wrapper.py
tests/unit/mmodel/data/canonical_models.json
tests/unit/mmodel/data/canonical_morphology_model_config_metadata.json
tests/unit/mmodel/data/distributions.json
tests/unit/mmodel/data/morphology_assignment_config_distribution.json
tests/unit/mmodel/data/morphology_assignment_config_metadata.json
tests/unit/mmodel/data/parameters.json
tests/unit/mmodel/data/placeholder_morphology_config_metadata.json
tests/unit/mmodel/data/placeholders.json