Skip to content
Snippets Groups Projects
Commit f2e80d43 authored by polarbean's avatar polarbean
Browse files

add PyPi information

parent 2ba13ed8
No related branches found
No related tags found
No related merge requests found
Pipeline #54056 failed with stages
from .metadata import metadata_loader
from .read_and_write import read_atlas_volume, write_points_to_meshview
from .coordinate_extraction import folder_to_atlas_space
from .counting_and_load import label_points, pixel_count_per_region
......
......@@ -5,7 +5,10 @@ PyNutil is a Python library for brain-wide quantification and spatial analysis o
For more information about the QUINT workflow:
https://quint-workflow.readthedocs.io/en/latest/
# Installation
```
pip install PyNutil
```
# Usage
As input, PyNutil requires:
1. An alignment JSON created with the QuickNII or VisuAlign software
......
......@@ -5,7 +5,7 @@ long_description = (this_directory / "README.md").read_text()
setup(
name="PyNutil",
version='0.1.4',
version='0.1.1',
packages=find_packages(),
license='MIT',
description='a package to translate data between common coordinate templates',
......@@ -13,10 +13,12 @@ setup(
long_description_content_type='text/markdown',
install_requires=[
'numpy',
'nibabel',
'scipy',
'networkx',
'brainglobe_atlasapi',
'pandas',
'requests'
'requests',
'pynrrd',
'xmltodict',
'opencv-python',
'scikit-image'
]
)
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment