Skip to content

Commit

Permalink
Merge pull request #47 from pnlbwh/modern-gpu-multiprocess
Browse files Browse the repository at this point in the history
Addendum to PR #45
  • Loading branch information
tashrifbillah authored Jun 17, 2024
2 parents 81dbc84 + 7aa616f commit 31ae8fd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,10 @@ sourcing the entire FSL environment. Instead, you should just put `slicesdir` in
In additon, you should set:

> export FSLOUTPUTTYPE=NIFTI_GZ
```
export FSLDIR=/path/to/fsl-6.0.7/
export FSLOUTPUTTYPE=NIFTI_GZ
```


# Singularity container
Expand Down
6 changes: 5 additions & 1 deletion tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ it is depdendent on the following executables:
* dcm2niix
* fslroi
* bet
* antsRegistrationSyNQuick.sh

We recommend only putting the above executables in `PATH` without sourcing extenal environments
such as FSL's. For example--`fslroi`, `bet` could be put in `PATH` as:
Expand All @@ -15,7 +16,10 @@ such as FSL's. For example--`fslroi`, `bet` could be put in `PATH` as:
In addition, you need to set:

> export FSLOUTPUTTYPE=NIFTI_GZ
```
export FSLDIR=/path/to/fsl-6.0.7/
export FSLOUTPUTTYPE=NIFTI_GZ
```

Moreover, you can put an `exit` statement after any line between 70-81 to run one or more tests:
https://github.com/pnlbwh/CNN-Diffusion-MRIBrain-Segmentation/blob/a81ef7e939714f88b67c0a6e84a0ff6db7004622/tests/pipeline_test.sh#L70-L81
Expand Down

0 comments on commit 31ae8fd

Please sign in to comment.