Skip to content
Snippets Groups Projects
Commit 62586b46 authored by Sharon Yates's avatar Sharon Yates Committed by GitHub
Browse files

Update README.md

parent 6aed9961
No related branches found
No related tags found
No related merge requests found
......@@ -5,8 +5,13 @@ For more information about the QUINT workflow:
https://quint-workflow.readthedocs.io/en/latest/
# Usage
Fill in the test.json with the path to the required input files. e.g. path to reference atlas volume, atlas label file, segmentations (from ilastik), alignment json (from QuickNII or VisuAlign)
Then Run testOOP.py outside of the PyNutil directory to inititate the job.
As input PyNutil requires:
1. An alignment JSON generated with the QuickNII or VisuAlign software
2. A segmented image for each brain section with the feature-of-interests displayed in a unique RGB colour.
To run PyNutil, first fill in a test.json with the paths to the required input files. This includes the reference atlas volume, atlas label file, segmentation directory, and path to the alignment json (from QuickNII or VisuAlign).
Then Run testOOP.py outside of the PyNutil directory (cd ..) to inititate the job.
```
from PyNutil import PyNutil
......
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