-
Notifications
You must be signed in to change notification settings - Fork 190
[WIP] Suggested modifications to directory layout of the bids-study DatasetType
#2191
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
base: master
Are you sure you want to change the base?
Changes from 2 commits
b99a7bd
2d59198
7fc71c7
e0fe3ce
924d1c5
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -16,14 +16,16 @@ | |
| # The special "root" specifier describes the root of the dataset and only defines subdirectories. | ||
| # No naming convention applies, and the requirement level and opacity would be superfluous. | ||
| # | ||
| study: | ||
| bids-study: | ||
| root: | ||
| subdirs: | ||
| - code | ||
| - docs | ||
| - derivatives | ||
| - bids-raw | ||
| - bids-derivatives | ||
| - logs | ||
| - sourcedata | ||
| - phenotype | ||
| code: | ||
| name: code | ||
| level: optional | ||
|
|
@@ -32,8 +34,12 @@ study: | |
| name: docs | ||
| level: optional | ||
| opaque: true | ||
| derivatives: | ||
| name: derivatives | ||
effigies marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| bids-raw: | ||
| name: bids-raw | ||
effigies marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| level: optional | ||
| opaque: true | ||
| bids-derivatives: | ||
| name: bids-derivatives | ||
| level: optional | ||
| opaque: true | ||
| logs: | ||
|
|
@@ -44,8 +50,12 @@ study: | |
| name: sourcedata | ||
| level: optional | ||
| opaque: true | ||
| phenotype: | ||
| name: phenotype | ||
| level: optional | ||
| opaque: false | ||
|
Comment on lines
+53
to
+56
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This was removed after this discussion: #2185 (comment) I didn't see a justification for re-adding it, so I want to make sure this isn't slipped in with little consideration.
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, should have explained this addition based on offline conversations. |
||
|
|
||
| raw: | ||
| bids-raw: | ||
| root: | ||
| subdirs: | ||
| - code | ||
|
|
@@ -103,7 +113,7 @@ raw: | |
| level: required | ||
| opaque: false | ||
|
|
||
| derivative: | ||
| bids-derivative: | ||
| root: | ||
| subdirs: | ||
| - code | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.