-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #66 from pnlbwh/add-synb0
Add synb0
- Loading branch information
Showing
7 changed files
with
393 additions
and
158 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
There are many tasks in our Luigi pipeline defined in [different modules](../workflows): | ||
|
||
* struct_pipe.py | ||
* dwi_pipe.py | ||
* fs2dwi_pipe.py | ||
|
||
Some of them can be run standalone. Others require a task to be run beforehand. Such various routes are outlined below: | ||
|
||
--- | ||
|
||
#### T1 + T2 templates | ||
|
||
StructMask, Freesurfer | ||
|
||
#### dwi + T2 templates | ||
|
||
EddyEpi, Ukf, Wma800 | ||
|
||
Provided that `Freesurfer` task was run: | ||
|
||
EddyEpi, Ukf, Fs2Dwi, Wmql, Wmqlqc, TractMeasures | ||
|
||
--- | ||
|
||
#### Only T1 template | ||
|
||
StructMask, Freesurfer | ||
|
||
#### dwi+T1 template | ||
|
||
SynB0, Ukf, Wma800 | ||
|
||
#### ap_pa_template | ||
|
||
TopupEddy, Ukf, Wma800 | ||
|
||
--- | ||
|
||
#### Only dwi template | ||
|
||
DwiAlign, GibbsUn, CnnMask, PnlEddy, FslEddy, Ukf, Wma800 | ||
|
||
Provided that `Freesurfer` task was run: | ||
|
||
DwiAlign, GibbsUn, CnnMask, PnlEddy, FslEddy, Ukf, Fs2Dwi, Wmql, Wmqlqc, TractMeasures | ||
|
||
Provided that `GibbsUn` task was run: | ||
|
||
HcpPipe, Ukf, Wma800 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.