-
Notifications
You must be signed in to change notification settings - Fork 26
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] Add testing data #1
Comments
I might be misunderstanding the checklist, but if what you need is access to the OpenNeuro data on CircleCI, you can just use datalad:
As an example, I do that for preprocessed data in FitLins tests: https://github.com/poldracklab/fitlins/blob/5b3b248d7a4ffb1d771d8de44473dd166ccba039/.circleci/config.yml#L61-L92 |
That's very useful, I wasn't aware of the markiewicz/datalad:0.0.1 image. I was thinking I would break these up into independent archives so that each is a valid BIDS dataset and has a single fieldmap in the fmaps directory. Otherwise the IntendedFor's will get messy |
Oh, I see. We could probably still take advantage of datalad by pulling it down and creating git branches that remove all but one set of fieldmaps. It would need to be written so that it's idempotent when run on a pre-cached copy and no changes have been made upstream. For reference, the image is just this. I created it because conda installs were taking more time than the data fetches. |
Oh, looks like you can use |
We can use https://openneuro.org/datasets/ds001600/versions/1.0.0 to get a pepolar, phasediff and 3 different versions of phase1/phase2. I'm checking on whether we can add a 4th version of phase1/phase2 from a 7T magnet (which is of course different from the other 3)
The text was updated successfully, but these errors were encountered: