-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labelmerge #30
Merged
Merged
Labelmerge #30
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
7dc5967
add .gitignore
kaitj 4338fb3
update resource files
kaitj fef07cf
update rule for removing thalamus labels from segmentation
kaitj ca5827f
Update tsv file for labelmerge
kaitj 94b0cb2
Update config and fs tsv
kaitj 4e538d5
Copy zona tsv to appropriate directory
kaitj a19d2ed
update with smk version of python script
kaitj e7486d8
wip - changes for labelmerge rule
kaitj f9701ad
fix conflicts, update dseg
kaitj b458bbd
add labelmerge placeholder
kaitj cda1307
Update comment regarding transformation
kaitj 0507abf
fix FreesurferThal_dseg.tsv
kaitj a491fea
add labelmerge container
kaitj 28acc1a
snakefmt quality fixes
kaitj 1a6a28a
fix column headers for tsvs
kaitj bb0a149
add snakemake cores flag for labelmerge
kaitj File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
index name | ||
8108 Left LD | ||
8208 Right LD | ||
8109 Left LGN | ||
8209 Right LGN | ||
8115 Left MGN | ||
8215 Right MGN | ||
8121 Left PuI | ||
8221 Right PuI | ||
8123 Left PuM | ||
8223 Right PuM | ||
8111 Left L-Sg | ||
8211 Right L-Sg | ||
8133 Left VPL | ||
8233 Right VPL | ||
8106 Left CM | ||
8206 Right CM | ||
8128 Left VLa | ||
8228 Right VLa | ||
8120 Left PuA | ||
8220 Right PuA | ||
8113 Left MDm | ||
8213 Right MDm | ||
8118 Left Pf | ||
8218 Right Pf | ||
8127 Left VAmc | ||
8227 Right VAmc | ||
8112 Left MDl | ||
8212 Right MDl | ||
8104 Left CeM | ||
8204 Right CeM | ||
8126 Left VA | ||
8226 Right VA | ||
8116 Left MV(Re) | ||
8216 Right MV(Re) | ||
8125 Left R | ||
8225 Right R | ||
8130 Left VM | ||
8230 Right VM | ||
8105 Left CL | ||
8205 Right CL | ||
8122 Left PuL | ||
8222 Right PuL | ||
8119 Left Pt | ||
8219 Right Pt | ||
8103 Left AV | ||
8203 Right AV | ||
8117 Left Pc | ||
8217 Right Pc | ||
8129 Left VLp | ||
8229 Right VLp | ||
8110 Left LP | ||
8210 Right LP |
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-288 KB
...rces/zona_bb_subcortex/MNI152/sub-SNSX32NLin2020Asym_space-MNI152_desc-exclude_ROI.nii.gz
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added
BIN
+5.83 MB
...ources/zona_bb_subcortex/MNI152NLin6Asym/tpl-MNI152NLin6Asym_res-04_desc-brain_T1w.nii.gz
Binary file not shown.
Binary file removed
BIN
-885 KB
..._subcortex/MNI2009b/sub-SNSX32NLin2020Asym_space-MNINlin2009bAsym_desc-exclude_ROI.nii.gz
Binary file not shown.
25 changes: 25 additions & 0 deletions
25
dbsc/resources/zona_bb_subcortex/desc-ZonaBBSubcor_dseg.tsv
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,25 @@ | ||
index name | ||
1 Left RN | ||
2 Right RN | ||
3 Left SN | ||
4 Right SN | ||
5 Left STn | ||
6 Right STn | ||
7 Left Caudate | ||
8 Right Caudate | ||
9 Left Putamen | ||
10 Right Putamen | ||
11 Left GPe | ||
12 Right GPe | ||
13 Left GPi | ||
14 Right GPi | ||
15 Left Thalamus | ||
16 Right Thalalmus | ||
17 Left Hippocampus | ||
18 Right Hippocampus | ||
19 Left NAc | ||
20 Right NAc | ||
21 Left Amygdala | ||
22 Right Amygdala | ||
23 Left ZI | ||
24 Right ZI |
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What are we double checking here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ahh, this was a note to my self, I removed it in one of the other PRs. Just wanted to check the conditional was written correctly by comparing with an existing rule written in another workflow.