-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsetup.cfg
More file actions
32 lines (29 loc) · 1.42 KB
/
Copy pathsetup.cfg
File metadata and controls
32 lines (29 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[metadata]
name = morph_utils
version = 0.1.2
description-file=README.md
readme = "README.md"
Homepage = "https://github.com/MatthewMallory/morph_utils"
[project]
readme = "README.md"
[project.urls]
Homepage = "https://github.com/MatthewMallory/morph_utils"
[options]
packages = find:
install_requires =
scipy
numpy
argschema
matplotlib
pandas
neuron_morphology
[options.entry_points]
console_scripts =
morph_utils_sort_morphology_ids = morph_utils.executable_scripts.sort_morphology_ids:console_script
morph_utils_full_morph_soma_correction = morph_utils.executable_scripts.full_morphology_soma_correction:console_script
morph_utils_extract_projection_matrix = morph_utils.executable_scripts.projection_matrix_from_swc_directory:console_script
morph_utils_extract_projection_matrix_single_cell = morph_utils.executable_scripts.projection_matrix_for_single_cell:console_script
morph_utils_aggregate_single_cell_projs = morph_utils.executable_scripts.aggregate_single_cell_projection_csvs:console_script
morph_utils_move_somas_left_hemisphere = morph_utils.executable_scripts.move_somas_to_left_hemisphere_swc_directory:console_script
morph_utils_local_crop_ccf_swcs = morph_utils.executable_scripts.local_crop_ccf_swc_directory:console_script
morph_utils_dsit_btwn_nodes_directory = morph_utils.executable_scripts.distance_between_nodes_for_directory:console_script