-
Notifications
You must be signed in to change notification settings - Fork 13
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
[ENH]: Allow users to select types
for datagrabbers in order to avoid downloading unnecesary data.
#132
Conversation
|
Codecov Report
@@ Coverage Diff @@
## main #132 +/- ##
==========================================
- Coverage 93.12% 93.10% -0.02%
==========================================
Files 84 84
Lines 3695 3714 +19
Branches 709 722 +13
==========================================
+ Hits 3441 3458 +17
Misses 160 160
- Partials 94 96 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
|
00f4b80
to
80c4e56
Compare
80c4e56
to
89a6819
Compare
89a6819
to
81540c5
Compare
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.
Can we add a test to check what happens when the user passes a type that is not defined in the datagrabber? I guess the validate_patterns
should fail.
I believe they are there, can you please check the tests with the name like |
7843236
to
dd06c61
Compare
dd06c61
to
7fa55c6
Compare
Are you requiring a new dataset or marker?
Which feature do you want to include?
Datalad-based datasets such as DataladAOMICID1000, DataladAOMICPIOP1 and DataladAOMICPIOP2 have several data types including BOLD, T1w, DWI, etc.
So far, the types parameter is not exposed to the constructor, os a user that only requires one data type, will be forced to
datalad get
all the data.How do you imagine this integrated in junifer?
easy, as with the
tasks
parameter, expose thetypes
one.Do you have a sample code that implements this outside of junifer?
No response
Anything else to say?
No response