Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PyNutil
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Harry Carey
PyNutil
Commits
f2e80d43
Commit
f2e80d43
authored
7 months ago
by
polarbean
Browse files
Options
Downloads
Patches
Plain Diff
add PyPi information
parent
2ba13ed8
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#54056
failed with stages
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
PyNutil/main.py
+0
-1
0 additions, 1 deletion
PyNutil/main.py
README.md
+4
-1
4 additions, 1 deletion
README.md
setup.py
+7
-5
7 additions, 5 deletions
setup.py
with
11 additions
and
7 deletions
PyNutil/main.py
+
0
−
1
View file @
f2e80d43
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
...
...
This diff is collapsed.
Click to expand it.
README.md
+
4
−
1
View file @
f2e80d43
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
7
−
5
View file @
f2e80d43
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment