Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sharoncy authored Mar 22, 2024
1 parent d585a47 commit a2eccf2
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a2eccf2

Please sign in to comment.