Skip to content

Commit

Permalink
Merge pull request #14 from neuronets/doc/singularity
Browse files Browse the repository at this point in the history
doc: update note for singularity environment variables
  • Loading branch information
satra authored Feb 25, 2020
2 parents e577847 + 57e1af2 commit fb12cb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ singularity run -B $(pwd):/data -W /data --nv kwyk_latest-gpu.sif -m bvwn_multi_
--save-variance --save-entropy T1_001.nii.gz output
```

Note: If you already have `FREESURFER` environment variables in your shell, these may interfere with the ones inside the container. To isolate the container further please add the `-e` flag at the beginning (`singularity run -e ...`) to suppress any environment variables from being pulled into the container.

This will generate two sets of files `output_*.nii.gz` and `output_*_orig.nii.gz`. The first set consists of results in conformed FreeSurfer space. The second set will correspond to the original input space.

1. `output_means`: This file contains the labels
Expand Down

0 comments on commit fb12cb6

Please sign in to comment.