-
Notifications
You must be signed in to change notification settings - Fork 33
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
[WIP] Function to copy derivatives #171
Conversation
PR #162 reopened from the feature branch |
Codecov Report
@@ Coverage Diff @@
## dev #171 +/- ##
=====================================
Coverage 0.00% 0.00%
=====================================
Files 25 29 +4
Lines 933 1012 +79
=====================================
- Misses 933 1012 +79
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
61fd910
to
d26c104
Compare
their reactivation will require a public function to index and read associated metadata
use bids examples by skipping the unzipping
Once the tests check out green I will merge this into |
fixes #78
Added a function
derivate(BIDS, out_path, name, varargin)
which exports the files from current BIDS layout intoout_path/name
folder. In other words exports data into derivatives.varargin
are the query options same as inbids.query
, in fact they are passed directly to it.To do (help needed!):
Script add a line toreferred into another PR.dataset_description
a new structure each time it is run. But on the third run it crashes (see below)Add version of bids-matlab (does it exists?)TODO when when have a version number.Optimise the loop on files(see Provide easy way to loop over files as structure #161)Copy of derivatives. Actually it supports only full paths inRefered in another issuedependencies.*
field.participants.tsv
andscans.tsv
filesOptions
Crashes during
dataset_description
generation: