-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* EHN Harvard-Oxford atlas * auto detec preset atlas * Help str get the atlas automatically as well * ADD atlas to the docker atlas download tool * ADD changelog * FIX add harvard-oxford to atlas download and trim down the docker file * docker will test all default atlas * docker artefacts should have different names, output path can be the same * remove th0 since the coverage is too liberal and makes little sense * can if statement run under job id? * TEST job level if statement cannot access env
- Loading branch information
Showing
12 changed files
with
75 additions
and
14 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
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
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
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
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
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,14 @@ | ||
{ | ||
"name": "HarvardOxfordCortical", | ||
"parameters": { | ||
"atlas": "HOCPA", | ||
"template": "MNI152NLin2009cAsym", | ||
"resolution": "02", | ||
"suffix": "dseg" | ||
}, | ||
"desc": [ | ||
"th25", | ||
"th50" | ||
], | ||
"templateflow_dir" : null | ||
} |
14 changes: 14 additions & 0 deletions
14
giga_connectome/data/atlas/HarvardOxfordCorticalSymmetricSplit.json
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,14 @@ | ||
{ | ||
"name": "HarvardOxfordCorticalSymmetricSplit", | ||
"parameters": { | ||
"atlas": "HOCPAL", | ||
"template": "MNI152NLin2009cAsym", | ||
"resolution": "02", | ||
"suffix": "dseg" | ||
}, | ||
"desc": [ | ||
"th25", | ||
"th50" | ||
], | ||
"templateflow_dir" : null | ||
} |
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,14 @@ | ||
{ | ||
"name": "HarvardOxfordSubcortical", | ||
"parameters": { | ||
"atlas": "HOSPA", | ||
"template": "MNI152NLin2009cAsym", | ||
"resolution": "02", | ||
"suffix": "dseg" | ||
}, | ||
"desc": [ | ||
"th25", | ||
"th50" | ||
], | ||
"templateflow_dir" : null | ||
} |
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
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
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